A simple macro anti Stuck

Moderator: Moderators

Message
Author
cazanova000
Human
Human
Posts: 26
Joined: 29 Oct 2008, 22:18
Noob?: No

A simple macro anti Stuck

#1 Post 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

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: A simple macro anti Stuck

#2 Post 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
Quit.

Post Reply