Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with a macro
#1
Please
I need a macro..
When 3 tarantulas are on screen equip stealth ring
if less of 3 tarantulas are on screen unequip
#2
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.


Forum Jump:


Users browsing this thread: 1 Guest(s)