Macro please! - 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: Macro please! (/thread-16493.html) |
Macro please! - byko - 10-29-2014 "If spears lower than 2 (1) wear stealth ring (3049) and stop killer (cavebot will just going and will got on fullcheck). Thanks! Rep++ RE: Macro please! - erleo - 10-29-2014 [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()' RE: Macro please! - byko - 10-29-2014 <3 Ty Oops. These macros don't work with macro stealth ring if 3<monsters :/ RE: Macro please! - erleo - 10-29-2014 [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. RE: Macro please! - byko - 10-29-2014 yeah it work, but i use macro for more than 3 creatures on screen= stealth ring and that macro unequip ring :/ RE: Macro please! - erleo - 10-29-2014 I test in DP this macro and unequip ring ect. ect. I can't do nothing more, sorry. |