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

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Stealth Ring.. (/thread-19924.html)



Stealth Ring.. - tomasromano - 05-20-2016

ringna:=3086
ringbp:=3049
range:=4

ringON:=Self.Inventory.Ring()
procs:=0

p1:=Creatures.ByRangeName(!range!, cyclops smith)
p2:=Creatures.ByRangeName(!range!, cyclops drone)

VarAdd(procs, !p1!)
VarAdd(procs, !p2!)

!procs!>=1 [zak]
!ringON!<>!ringna!
Self.Equip.Ring(!ringbp!)
exit()
{zak}
!ringON!==!ringna!
Self.UnEquip.Ring(0)
exit()






I have this macro but the ring never unequip..
some one can give me a better macro?


RE: Stealth Ring.. - Catar - 05-21-2016

yea thats my macro it works just fine....

Your first/main bp need to be opened and can't be FULL
You can also change which bp you want to use.
At the end of a macro

change 0 in Self.UnEquip.Ring(0) into some other number


Also set it up as auto 300-500


Good job that you searched for macro first, and not just create new thread with requests