Page 1 of 1

RoM Bot keeps forcing travel

Posted: Sun Jan 27, 2013 11:36 am
by iCyrus
I keep getting "Forced waypoint type 'TRAVEL' set by user"after each kill. I'm currently in pioneer village. I have to force waypoint type each and every waypoint and it still does it.

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints type = "NORMAL">
__WPL:setForcedWaypointType("NORMAL");
	<!-- #  1 --><waypoint x="-1894" z="-3974" 

y="60">__WPL:setForcedWaypointType("NORMAL");</waypoint>
__WPL:setForcedWaypointType("NORMAL");
	<!-- #  2 --><waypoint x="-1933" z="-3720" 

y="50">__WPL:setForcedWaypointType("NORMAL");</waypoint>
__WPL:setForcedWaypointType("NORMAL");
	<!-- #  3 --><waypoint x="-2104" z="-3623" 

y="45">__WPL:setForcedWaypointType("NORMAL");</waypoint>
__WPL:setForcedWaypointType("NORMAL");
	<!-- #  4 --><waypoint x="-2309" z="-3738" 

y="49">__WPL:setForcedWaypointType("NORMAL");</waypoint>
__WPL:setForcedWaypointType("NORMAL");
	<!-- #  5 --><waypoint x="-2546" z="-3840" 

y="43">__WPL:setForcedWaypointType("NORMAL");</waypoint>
__WPL:setForcedWaypointType("NORMAL");
	<!-- #  6 --><waypoint x="-2752" z="-3738" 

y="8">__WPL:setForcedWaypointType("NORMAL");</waypoint>
__WPL:setForcedWaypointType("NORMAL");
</waypoints>
It will go back when it hits a setForcedWaypointType, but after a kill it resets again.
How can I fix this?

Re: RoM Bot keeps forcing travel

Posted: Sun Jan 27, 2013 1:09 pm
by rock5
If it happens after every kill then there must be some code in the "<onleavecombat>" section of your profile or the onleavecombat is changed in the waypoint file.

Re: RoM Bot keeps forcing travel

Posted: Sun Jan 27, 2013 3:08 pm
by iCyrus
rock5 wrote:If it happens after every kill then there must be some code in the "<onleavecombat>" section of your profile or the onleavecombat is changed in the waypoint file.
It was in the onleavecombat, thanks.