<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
__WPL:setForcedWaypointType("TRAVEL");

drc = false <!-- true for use daily reset card  -->
	function daily()
		inventory:update(); 
		player:update();
		-- note #202434 is the daily reset card
		local dailyQuestCount, dailyQuestsPerDay= RoMScript("Daily_count()");
			if 10 == dailyQuestCount 
				then
					if drc == true 
						then
							inventory:useItem(202434);    
						else
							printf("Daily Quest finish !\n");
							player:sleep();					
					end
			end
		
	end

</onLoad>

	<!-- #  1 --><waypoint x="-2654" z="-17958" y="811" tag="start">
						player:update()
						if not player.Mounted then
							player:mount()
						end
						daily()
						player:target_NPC("Forem Mone"); </waypoint>
	<!-- #  2 --><waypoint x="-2812" z="-18142" y="812"> </waypoint>
	<!-- #  3 --><waypoint x="-2879" z="-18114" y="811"> </waypoint>
	<!-- #  4 --><waypoint x="-2896" z="-18080" y="810"> </waypoint>
	<!-- #  5 --><waypoint x="-2934" z="-18024" y="810"> inventory:useItem("Rune de recharge de cercle magique");</waypoint>
	<!-- #  6 --><waypoint x="-2815" z="-18148" y="811"> inventory:useItem("Rune de recharge de cercle magique");</waypoint>
	<!-- #  7 --><waypoint x="-2654" z="-17958" y="811">
						inventory:useItem("Rune de recharge de cercle magique"); 
						player:target_NPC("Forem Mone");
						__WPL:setWaypointIndex(__WPL:findWaypointTag("start")); </waypoint>

</waypoints>