Page 1 of 1

A simple macro anti Stuck

Posted: 27 Nov 2008, 14:31
by cazanova000
i was trying to bot today at morroc, and eveytime the bot get stuck at same point when autostorage or when calculate route to the lockmap, so i made this simple macro for avoid the stuck in morroc...

automacro AvoidStuck {
console /Stuck at/
run-once 1
call AntiStuck
}

macro AntiStuck {
pause 1
do south
pause 1
release AvoidStuck
}

so simple :3, it helped me alot xD

Re: A simple macro anti Stuck

Posted: 27 Nov 2008, 18:02
by Mushroom

Code: Select all

teleportAuto_unstuck 1
It works too. But sometimes its annoying because you may be teleported far away from your location :P