![]() |
Turn Attacker On/Off - 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: Turn Attacker On/Off (/thread-18519.html) |
Turn Attacker On/Off - otavio515 - 09-19-2015 Hello guys, could someone help me to make a macro that will able me to turn the attacker on when I get in the cave and turn off when I leave? maybe using the same verification as the refiller does, checking the potions... Actually all that I want is to do not attack the creatures while I'm going to the cave, it's really far and have a lot of creatures till there so I'll waste a lot of time if I keep killing them or maybe can I do a exception? to do not attack certain monster... I don't know, because when I turn on attacker, it just attack everymonster haha. Thanks for now. RE: Turn Attacker On/Off - erleo - 09-19-2015 Cavebot > Kill On/Off RE: Turn Attacker On/Off - damiansnk - 09-20-2015 [macro]0 {Killer Start} Killer.Start()[/macro] [macro]0 {Killer Stop} Killer.Stop() [/macro] added them manually in cavebot at label when start deposit label -> killer stop when start hunt label -> killer start |