RoM Bot keeps forcing travel

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
iCyrus
Posts: 2
Joined: Sun Jan 27, 2013 11:31 am

RoM Bot keeps forcing travel

#1 Post 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?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: RoM Bot keeps forcing travel

#2 Post 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.
  • 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
iCyrus
Posts: 2
Joined: Sun Jan 27, 2013 11:31 am

Re: RoM Bot keeps forcing travel

#3 Post 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.
Post Reply