[MACRO] Unactive and active cavebot when.. - 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] Unactive and active cavebot when.. (/thread-7537.html) |
[MACRO] Unactive and active cavebot when.. - macio_g5 - 03-05-2013 Hello :) I'm having a little problem with bbot, sometimes it just stops and dont go to next waypoint, so my request is for a macro to "reactive" cavebot, to stop it and then to start it if char is 'stucked' for 10 sec+ I hope it's possible :) Im giving reputation for every helping post :) --Mac ;) RE: [MACRO] Unactive and active cavebot when.. - Coizado - 03-05-2013 10000 {Anti Trap Cavebot} Misc.StandTime()>10 Cavebot.Stop() Cavebot.Start() There you go. I wouldn't set it to 10 sec, though, sometimes it takes more then that to withdraw money or buy potions, the macro will keep deactivating and activating your cavebot, making it go to the beggining of the buying process, so it get's stuck in a loop. Increase the value after Misc.StandTime()> from 10 to whatever you want, to avoid that. RE: [MACRO] Unactive and active cavebot when.. - macio_g5 - 03-05-2013 Thanks Coizado I'll use your remarks :) Reput for You :) --Mac ;) |