Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stealth Ring Script / Macro
#1
I'd like a Script / Macro that puts on a stealth ring when there are four or more tarantulas on screen, and only takes off when there is less than four. How do I do this?
#2
Configure:
[macro]1000 {Equip Ring} COUNT:=3 ID_RING:=9998 ID_USEDRING:=9999 Creatures.ByName(CREATURE_NAME)>=!COUNT! [desequi] Self.Inventory.Ring()<>!ID_USEDRING! Self.Equip.Ring(!ID_RING!) Exit() {desequi} Self.Inventory.Ring()==!ID_USEDRING! Self.UnEquip.Ring(0)[/macro]


Forum Jump:


Users browsing this thread: 1 Guest(s)