Waypoint <onLoad> sequence

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Waypoint <onLoad> sequence

#1 Post by rock5 »

I tried setting the waypoint in the <onLoad> section of the waypoint file but it still moved to the nearest waypoint.

I assume from this that the load sequence goes something like this;
  • Load waypoints
  • Do onload instructions
  • Find nearest waypoint
  • Goto waypoint
So I'm not able to override the starting waypoint.

Is it possible to change it like this?
  • Load waypoints
  • Find nearest waypoint
  • Do onload instructions
  • Goto waypoint
That way we can overrife the start waypoint.

What do you think?
  • 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
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Waypoint <onLoad> sequence

#2 Post by Administrator »

You're right, this was a bug. This and the other waypoint bug you've posted have (hopefully) been fixed with SVN r431. Let me know if you notice anything else or if these changes don't fix the problems they are supposed to.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Waypoint <onLoad> sequence

#3 Post by rock5 »

Yep, working.

Thx.
  • 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
Post Reply