RoM Bot keeps forcing travel
Posted: Sun Jan 27, 2013 11:36 am
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.
It will go back when it hits a setForcedWaypointType, but after a kill it resets again.
How can I fix this?
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>How can I fix this?