06-09-2013, 09:11 PM
Hey! i have a macro to use stealth ring when there is more than 4 creatures on screen but can someone change it so it equips it only when it's 4x tarantulas on screen please?
1000 {Stealth Ring} Self.Attacking()==1 Creatures.NPCOnScreen()>=4 [else] Self.Equip.Ring(3049) Exit() {else} Self.UnEquip.Ring(0) Exit()
1000 {Stealth Ring} Self.Attacking()==1 Creatures.NPCOnScreen()>=4 [else] Self.Equip.Ring(3049) Exit() {else} Self.UnEquip.Ring(0) Exit()