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
Specific starting Point
-
Germangold
- Posts: 276
- Joined: Thu Oct 22, 2009 3:58 am
Re: Specific starting Point
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>
<onLoad>
__WPL:setWaypointIndex(1) -- or whatever point you want it to go to first.
</onLoad>
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
-
swietlowka
- Posts: 316
- Joined: Wed Jun 16, 2010 8:16 am
Re: Specific starting Point
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