BBot - The best bot of the world
Macro energy ring - 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: Macro energy ring (/thread-17486.html)



Macro energy ring - Kebsik - 02-13-2015

Hello i need macro ,when serpent spawn on screen use energy ring ,when i kill him energy ring off please fast reply!


RE: Macro energy ring - kaiquegabriel - 02-13-2015

Try it
Code:
1000 {Energy ring} Creatures.ByName(Serpent Spawn)>=1 Self.Equip.Ring(IDRING)

Code:
1000 {Energy ring off} Creatures.ByName(Serpent Spawn)<0 Self.UnEquip.Ring(0)

Edit IDRING to ID of energy ring.