Error plz help

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
jboggan
Posts: 55
Joined: Sun Jun 05, 2011 3:18 am

Error plz help

#1 Post by jboggan »

i am workin on making a coding for Pasper's Shrine and i finally finished and now i went to test it and im gettin a error message




haltOnError: false
10:9pm - ...agic/micromacro/scripts/rom/classes/waypointlist.lua:22: XML Parse E
rror.
File: ...ic/micromacro/scripts/rom/waypoints/PasperShrine.xml
Line: 39
Column: 54
Pos: 2069
Message: not well-formed (invalid token)
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Error plz help

#2 Post by lisa »

jboggan wrote: Message: not well-formed (invalid token)
That means you have coding issues
File: ...ic/micromacro/scripts/rom/waypoints/PasperShrine.xml
means the issue is in your pasperShrine.xml file
Line: 39
Means the issue is on line 39, or possibly that is where the error occurs but issue may also be before that line and it just errors out on that line.

Without seeing the actual code for the file there is no way of telling you what is actually wrong.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
jboggan
Posts: 55
Joined: Sun Jun 05, 2011 3:18 am

Re: Error plz help

#3 Post by jboggan »

would u like me to post the file or send it to u?
jboggan
Posts: 55
Joined: Sun Jun 05, 2011 3:18 am

Re: Error plz help

#4 Post by jboggan »

HAHAHA lmao i fixed.

it was one letter.

at end on the </waypoint> of the last point i had </waypoints> and then next line i had </waypoints> to end it all. it was wiggin out over the "s" on the first one
Post Reply