Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MACRO - Stealth Ring
#1
Hi, i'm looking for macro, wich equiping STEALTH RING, when more than 3 creatures on screen, and unequping when there is less than 3 creatures on screen.

I can't find it here!

Big rep, for working one!
#2
1000 {Stealth Ring} Self.Attacking()==1 Creatures.NPCOnScreen()>=3 [else] Self.Equip.Ring(3049) Exit() {else} Self.UnEquip.Ring(0) Exit()





#3
http://wiki.bmega.net/doku.php?id=sample...x_monsters
#4
(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
#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]

_____________________________________________


Forum Jump:


Users browsing this thread: 1 Guest(s)