BBot - The best bot of the world

Full Version: Macro please!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"If spears lower than 2 (1) wear stealth ring (3049) and stop killer (cavebot will just going and will got on fullcheck).
Thanks!
Rep++
[macro]500 {Equip Stealth Ring if..} Misc.ItemCountEx(3277)<=2 [jump] Self.Equip.Ring(3049) Exit() Misc.ItemCountEx(ItemID)>=3 {jump} Self.UnEquip.Ring(0) Exit() [/macro]
[macro]500 {Go to Fullcheck} Status.Invisible()==1 Killer.Stop() Label(NAME) Exit()[/macro]

Go directly to fullcheck i think it's not possible, but you can add a label before of fullcheck.
PD: Edit first macro, this part 'Exit() Misc.ItemCountEx(ItemID)>=3 {jump} Self.UnEquip.Ring(0) Exit()'
<3
Ty
Oops. These macros don't work with macro stealth ring if 3<monsters :/
[macro]500 {Equip Stealth Ring if..} Misc.ItemCountEx(3277)<=2 [jump] Self.Equip.Ring(3049) Exit() Misc.ItemCountEx(3277)>=3 {jump} Self.UnEquip.Ring(0) Exit() [/macro]
I forgot add the last ID, i test the macros and me works good.
yeah it work, but i use macro for more than 3 creatures on screen= stealth ring and that macro unequip ring :/
I test in DP this macro and unequip ring ect. ect.
I can't do nothing more, sorry.