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: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Stealth Ring Macro (/thread-15297.html)



Stealth Ring Macro - Artur Noronha - 06-19-2014

I need a macro for stealth ring, using it just with monsters, no players and npcs on screen.

Can anybody help me?


RE: Stealth Ring Macro - lhosalles - 06-20-2014

(06-19-2014, 03:28 AM)Artur Noronha Wrote: I need a macro for stealth ring, using it just with monsters, no players and npcs on screen.

Can anybody help me?

Try it:
Code:
400 {Stealth Ring} Creatures.OnScreen()>=2 [jump] Self.Equip.Ring(3049) Exit() Creatures.OnScreen()<2 {jump} Self.UnEquip.Ring(0) Exit()



RE: Stealth Ring Macro - mr. Kris - 06-20-2014

(06-20-2014, 12:43 PM)lhosalles Wrote:
(06-19-2014, 03:28 AM)Artur Noronha Wrote: I need a macro for stealth ring, using it just with monsters, no players and npcs on screen.

Can anybody help me?

Try it:
Code:
400 {Stealth Ring} Creatures.OnScreen()>=2 [jump] Self.Equip.Ring(3049) Exit() Creatures.OnScreen()<2 {jump} Self.UnEquip.Ring(0) Exit()

this working for all creatures/players/npc

try change OnScreen > Beside