DAILY QUEST HELP

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
lamboii
Posts: 7
Joined: Thu Jan 28, 2010 10:21 pm

DAILY QUEST HELP

#1 Post by lamboii » Wed Feb 24, 2010 9:40 am

When i run my daily script

Code: Select all

<waypoints>
	<!-- #  1 --><waypoint x="-3711" z="-8541"> </waypoint> --Bullettin
         player:rest(1.2)
         keyboardHold(key.VK_SHIFT); --hold shift to target through people
		player:mouseclickL(256, 293, 1024, 753);
                player:mouseclickL(256, 293, 1024, 753);
                player:rest(.8)
      sendMacro("OnClick_QuestListButton(1,2);"); 
  player:rest(.5)
      sendMacro("AcceptQuest();");
      player:rest(.2);

</waypoint>
	<!-- #  2 --><waypoint x="-3698" z="-8652">		
  player:rest(1.2)
player:target_NPC("Leighton");
 player:rest(1);
sendMacro("CompleteQuest();");
player:rest(.2)
        player.free_counter1 = player.free_counter1 + 1;
         if(player.free_counter1 == 10) then
           player:sleep();
end;
	</waypoint>
</waypoints>


it comes up with this error in the bot


Thu Feb 25 01:37:10 2010 : .../Desktop/293058/scripts/rom/classes/waypointlist.lua:21: XML Parse Error.
File: ...am/Desktop/293058/scripts/rom/waypoints/bulliten.xml
Line: 13
Column: 3
Pos: 445
Message: mismatched tag
Thu Feb 25 01:37:10 2010 : Execution error: Runtime error

what have i done wrong.

darknero
Posts: 8
Joined: Mon Feb 15, 2010 7:23 am

Re: DAILY QUEST HELP

#2 Post by darknero » Wed Feb 24, 2010 3:30 pm

second line:
<!-- # 1 --><waypoint x="-3711" z="-8541"> </waypoint> --Bullettin
change to
<!-- # 1 --><waypoint x="-3711" z="-8541">--Bullettin

the </waypoint>-tag is double

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot], Google [Bot] and 0 guests