[English] Requesting a Anti-Stuck macro - 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: [English] Requesting a Anti-Stuck macro (/thread-9063.html) |
[English] Requesting a Anti-Stuck macro - Pedoscam - 04-28-2013 Hi! as the title says im requesting an Anti-Stuck macro, which will deactivate and then activate cavebot if im standing still for more than 10 seconds. In some scripts I happen to become stuck and reactivating cavebot fix it. Kind Regards, Pedoscam. RE: [English] Requesting a Anti-Stuck macro - oscar - 04-28-2013 Code: 10000 {Anti Trap Cavebot} Misc.StandTime()>10 Cavebot.Stop() Cavebot.Start() Code: 1000 {Stuked} {AntiStuck} Status.InPZ()==0 Self.MoveW Macro.Wait(300) Self.MoveN Macro.Wait(300) Self.MoveS Code: 0 {Stuked} CaveBot.Stop() Self.MoveN() CaveBot.Start() Here you go, choose wisely! Kind regards Oscar |