<?xml version="1.0" encoding="utf-8"?><waypoints>
	<!-- #  1 --><waypoint x="6427" z="5435" y="154" type ="TRAVEL"> 
	inventory:update(); player:update(); local dailyQuestCount, dailyQuestsPerDay= RoMScript("Daily_count()"); 
		if 10 == dailyQuestCount and inventory:itemTotalCount("Daily Quest Ticket") > 0 then
			printf("Using 1 Ticket");
      			inventory:useItem(202434); yrest(2000);
      			
		elseif  10 == dailyQuestCount and inventory:itemTotalCount("Daily Quest Ticket") == 0 then
			printf("Done! - No more tickets remaining or daily limit is reached.     ")
			error("Dailys Complete.", 0);
	end

	player:target_NPC("Robbie Butcher");
			sendMacro("OnClick_QuestListButton(1, 1)"); yrest(750);
			sendMacro("AcceptQuest()"); yrest(1000);
			player:rest(1);

	player:target_NPC("Robbie Butcher");
			sendMacro("OnClick_QuestListButton(3, 1)"); yrest(750);
			sendMacro("CompleteQuest()"); yrest(1000);
	</waypoint>
</waypoints>