BBot - The best bot of the world
Help with a 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: Help with a macro (/thread-4373.html)



Help with a macro - [email protected] - 09-08-2012

Please
I need a macro..
When 3 tarantulas are on screen equip stealth ring
if less of 3 tarantulas are on screen unequip


RE: Help with a macro - Dexter - 09-08-2012

Test it:
Code:
2000 {TarantulaOnScreen} Target.NameIn(Tarantula) Creatures.OnScreen()>=3 [jump] Self.Equip.Ring(ID_RING) Exit() {jump} Creatures.OnScreen()<=3 Self.UnEquip.Ring(0) Exit()

You must have the tarantula in the Killer List.