01-31-2013, 04:08 AM
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?
Stealth Ring Script / Macro
|
01-31-2013, 04:08 AM
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?
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] |
« Next Oldest | Next Newest »
|