Page 1 of 1

unsticking

Posted: Wed Apr 20, 2011 10:00 pm
by onehand2
i wandering
if the bot is unsticking after 10times
can it reload waypoints file or move to closest waypoint?

Re: unsticking

Posted: Thu Apr 21, 2011 4:44 am
by lisa
any code you do in the profile section

Code: Select all

	<onUnstickFailure><![CDATA[
		-- Lua code to execute when MAX_UNSTICK_TRIALS is reached.
	]]></onUnstickFailure>
Will be done when the max sticks are reached, default max is 10.

Re: unsticking

Posted: Thu Apr 21, 2011 7:01 am
by rock5
It might be an idea to add an entry in the wiki for onUnstickFailure.

Re: unsticking

Posted: Fri Apr 22, 2011 1:33 am
by lisa
rock5 wrote:It might be an idea to add an entry in the wiki for onUnstickFailure.
Done =)