BBot - The best bot of the world

Full Version: Help with a macro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please
I need a macro..
When 3 tarantulas are on screen equip stealth ring
if less of 3 tarantulas are on screen unequip
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.