Page 1 of 1

Specific starting Point

Posted: Wed Oct 06, 2010 7:26 pm
by Germangold
Hi there
i am curently stuck with a solution for my waypoint automation.

How can I force the rombot to start a waypoint file at its first designation and not the "nearest" one?

starting point it close to a npc, whom I basicly talking to later

German RomBot says: Wegepunkt #6 näher als #1 daher starten wir mit Wegepunkt #6!
Waypoint #6 is closer than #1. We are starting with #6!

thats its what I really dont want

please advice me how to solve this problem elegant

Re: Specific starting Point

Posted: Wed Oct 06, 2010 7:43 pm
by rock5
Have you tried adding this to your onLoad section of your waypoint file? I don't know if it works but it might.
<onLoad>
__WPL:setWaypointIndex(1) -- or whatever point you want it to go to first.
</onLoad>

Re: Specific starting Point

Posted: Thu Oct 07, 2010 2:39 am
by swietlowka
it should, i remeber asking for this some time ago, and Administrator did implement this function into onLoad section, i just dont remeber wich revision it was, but it was something like 49x