Problem with "TRAVEL" function

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Deimon
Posts: 6
Joined: Wed Apr 27, 2011 7:04 pm

Problem with "TRAVEL" function

#1 Post by Deimon »

Hello,
I made a Travel waypoint, but my character goes for fighting each time....

I used it before, and I naver had any problem with it.

Something has changed, or the fault is mine ?

My waypoint looks like this:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>

<waypoints type="TRAVEL" >

	<!-- #  1 --><waypoint x="6208" z="29975" y="372">	</waypoint>
	<!-- #  2 --><waypoint x="6073" z="29988" y="409">	</waypoint>
	<!-- #  3 --><waypoint x="6076" z="30240" y="483">	
                                                                loadPaths("farm"); </waypoint>
</waypoints>
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Problem with "TRAVEL" function

#2 Post by rock5 »

type="TRAVEL" still works so there is somethings else causing it to attack. Assuming there are no file conflicts when you did your svn update, maybe something in your profile is causing it to attack.
  • 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
Deimon
Posts: 6
Joined: Wed Apr 27, 2011 7:04 pm

Re: Problem with "TRAVEL" function

#3 Post by Deimon »

Thank you for your quick reply. I am going to erase my profile, update and recreate an other.
Post Reply