BBot - The best bot of the world
Stealth Ring Macro - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: Stealth Ring Macro (/thread-13521.html)



Stealth Ring Macro - joeksrdm - 01-13-2014

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!


RE: Stealth Ring Macro - Nobody93 - 01-16-2014

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.


RE: Stealth Ring Macro - howcio - 01-18-2014

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)



RE: Stealth Ring Macro - Pezcadinho druid - 01-18-2014

y need it to use in some point and take it off in another


RE: Stealth Ring Macro - howcio - 01-18-2014

(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?


RE: Stealth Ring Macro - Pezcadinho druid - 01-18-2014

(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


RE: Stealth Ring Macro - howcio - 01-19-2014

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)


RE: Stealth Ring Macro - Pezcadinho druid - 01-19-2014

(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