Signup Now
Results 1 to 1 of 1
  1. #1
    Free User
    Join Date
    Dec 2018
    Posts
    7
    Reputation
    10
    Rep Power
    0

    Need a Hand with ssa and mightring persistent

    Code:
    auto(10)
    if $hppc < 40 and itemcount("might ring") > 0 then
        keyevent(clienitemhotkey("might ring", "equip"))
        wait(100)
    end
    
    if $hppc < 30 and itemcount("stone skin amulet") > 0 then
        keyevent(clienitemhotkey("stone skin amulet", "equip"))
        wait(100, 200)
    end
    How do i edit this persistent so it equips back the original ring and amulet? Like i know how to do it if its a constant amulet. But how do i make it register the previous amulet and ring before pressing the hotkey so that it know which ring and amulet to equip after. I know some basics on making scripts. Just show me the way.


    DELETE THREAD PLEASE I FOUND OUT HOW.
    Last edited by doxmey; 06-14-2020 at 04:12 AM.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •