Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stealth Ring Macro
#1
Hello I need stealth ring macro when 3 or 4 monsters are around me bot will put on stealth ring. Thanks! I will give rep!
#2
Code:
Creatures.ByRange(3)>=3 [a]
Creatures.PlayersOnRange(3)==1
Self.Equip.Ring(3049)
{a}
Creatures.ByRange(3)<3 [b]
Self.UnEquip.Ring(0)
{b}

for 3 or more monsters.
>>> Did I help you? Rep me. <<<
#3
Code:
1000 {Ringdown} a:=Creatures.NPCOnScreen() !a!<3 Self.UnEquip.Ring(0)
1000 {Ringup} a:=Creatures.NPCOnScreen() !a!>2 Self.Inventory.Ring()<>3086 Self.Equip.Ring(3049)
#4
y need it to use in some point and take it off in another
#5
(01-18-2014, 08:32 PM)Pezcadinho druid Wrote: y need it to use in some point and take it off in another

say what?
#6
(01-18-2014, 08:38 PM)howcio Wrote:
(01-18-2014, 08:32 PM)Pezcadinho druid Wrote: y need it to use in some point and take it off in another

say what?

example i need it to start using it at .. (23889 29392 7 and take off at 21922 34384 9) exampleeee
#7
Just make :
0 {Ringdown} Self.UnEquip.Ring(0)
0 {Ringup} Self.Equip.Ring(3049)

and in waypoints just add
Macro (23889 29392 7:Ringup)
Point
Point
Point
Macro (21922 34384 9:Ringdown)

(Add MACRO in waypoint, and select that from list)
#8
(01-19-2014, 09:11 PM)howcio Wrote: Just make :
0 {Ringdown} Self.UnEquip.Ring(0)
0 {Ringup} Self.Equip.Ring(3049)

and in waypoints just add
Macro (23889 29392 7:Ringup)
Point
Point
Point
Macro (21922 34384 9:Ringdown)

(Add MACRO in waypoint, and select that from list)

okok ill try it thx


Forum Jump:


Users browsing this thread: 1 Guest(s)