Error Message

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Drake430
Posts: 7
Joined: Thu Dec 02, 2010 10:04 pm

Error Message

#1 Post by Drake430 »

Hey everyone, was doing a little looking around and found this bot. Ive never dealt with a C++ bot before, always java which im pretty good with. But onto the point. I am attempting to run the bot, specifically with Rock5's Miller Ranch scripts, and I keep encountering an error message stating "Unexpected symbol near '<' "
and it states that it is on line 1. So i opened the file and this is whats on line one

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
I have the file saved as .lua . am i supposed to do this?

Im not really sure whats going on?
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Error Message

#2 Post by jduartedj »

Drake430 wrote:Hey everyone, was doing a little looking around and found this bot. Ive never dealt with a C++ bot before, always java which im pretty good with. But onto the point. I am attempting to run the bot, specifically with Rock5's Miller Ranch scripts, and I keep encountering an error message stating "Unexpected symbol near '<' "
and it states that it is on line 1. So i opened the file and this is whats on line one

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
I have the file saved as .lua . am i supposed to do this?

Im not really sure whats going on?
Waypoint files are saved as XML (.xml) thus

Code: Select all

<?xml version="1.0"
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
Drake430
Posts: 7
Joined: Thu Dec 02, 2010 10:04 pm

Re: Error Message

#3 Post by Drake430 »

So when downloading a script such as Rock5's MillerRanchChickens or Milk where do i save it in? The scripts folder?
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Error Message

#4 Post by jduartedj »

Drake430 wrote:So when downloading a script such as Rock5's MillerRanchChickens or Milk where do i save it in? The scripts folder?
Waypoints folder

Code: Select all

micromacro/scripts/rom/waypoints
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
Drake430
Posts: 7
Joined: Thu Dec 02, 2010 10:04 pm

Re: Error Message

#5 Post by Drake430 »

This is making me feel retarded lol. So i saved it in the correct folder, but when trying to run it i get the same error....is there a guide for this? I tried looking but cant find one.
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Error Message

#6 Post by jduartedj »

Drake430 wrote:This is making me feel retarded lol. So i saved it in the correct folder, but when trying to run it i get the same error....is there a guide for this? I tried looking but cant find one.
Have you looked at my sig?

http://www.solarstrike.net/wiki/index.p ... le=RoM_Bot
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
Drake430
Posts: 7
Joined: Thu Dec 02, 2010 10:04 pm

Re: Error Message

#7 Post by Drake430 »

yes i have, but i just got it figured out.....lol was making it way to difficult
Post Reply