Page 1 of 1

Skip Waypoint?

Posted: Sat Sep 21, 2013 11:02 pm
by y2krazy
I forgot to include the userfunctions for a profile, but did not realize this was the issue at first. I manually gathered a quest item I thought was the issue and turned-in the quest to try and resolve the problem. Turns out it was just the missing userfunctions. Now, the profile is stuck on trying to gather the quest item. Is there any way to skip to the next part of the profile?

Re: Skip Waypoint?

Posted: Sat Sep 21, 2013 11:04 pm
by Bill D Cat
If you want to start the waypoint again and jump to a specific point, add this at the start of the file and adjust it to the waypoint you want to start with.

Code: Select all

	<onload>
			__WPL:setWaypointIndex(1)
	</onload>

Re: Skip Waypoint?

Posted: Sat Sep 21, 2013 11:23 pm
by y2krazy
That was already at the start of the file, so I simply changed it from (1) to (X). Worked great! Thanks! ;)

EDIT: "X" being the number I needed it to start with, I mean.

Re: Skip Waypoint?

Posted: Sun Sep 22, 2013 2:50 am
by rock5
Or if you leave out that line it will start at the closest waypoint. This is only a problem when paths crisscross over the same area.