BBot - The best bot of the world
Crystal ring macro - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Crystal ring macro (/thread-20521.html)



Crystal ring macro - paulpierce - 01-24-2017

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


RE: Crystal ring macro - MegaNo0body - 01-25-2017

You can always use the search feature, there's a bunch of macros for that


RE: Crystal ring macro - zarize - 01-25-2017

(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%()