Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MACRO - Stealth Ring
#5
(06-26-2013, 12:30 PM)Kubeush Wrote:
(06-10-2013, 08:03 AM)November Wrote: 1000 {Stealth Ring} Self.Attacking()==1 Creatures.NPCOnScreen()>=3 [else] Self.Equip.Ring(3049) Exit() {else} Self.UnEquip.Ring(0) Exit()
Bot don't unequip the ring Sad


Make two different macros.
For example:
Quote:EquipStealthRing
1000 {EquipStealthRing}
a:=Creatures.OnScreen()
!a!>3
Self.Equip.Ring(3049)

Quote:UnEquipStealthRing
1000 {UnEquipStealthRing}
a:=Creatures.OnScreen()
!a!<3
Self.UnEquip.Ring(0)
(3049)

That should work.
[Image: sGmYH7p.png]

_____________________________________________


Messages In This Thread
MACRO - Stealth Ring - by Seeken - 06-09-2013, 09:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)