(01-24-2017, 10:41 PM)paulpierce Wrote: Hello. I need macro on ms for wearing crystal ring if have X hp and take off when have X hp/mp/( anything else if you know, cuz im noob)
I need it. Thanks
try this
Quote:Self.Health()<=X [else1]Replace X and Y with value u want
Self.Equip.Ring(ID)
Exit()
{else1}
Self.Mana()>=Y
Self.UnEquip.Ring(0)
Exit()
To check item id use alt+f8
U can also use command self.health%()