Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Crystal ring macro
#1
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 Big Grin )
I need it. Thanks
Reply
#2
You can always use the search feature, there's a bunch of macros for that
Reply
#3
(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 Big Grin )
I need it. Thanks

try this
Quote:Self.Health()<=X [else1]
Self.Equip.Ring(ID)
Exit()
{else1}
Self.Mana()>=Y
Self.UnEquip.Ring(0)
Exit()
Replace X and Y with value u want
To check item id use alt+f8
U can also use command self.health%()
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)