<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
	settings.profile.options.WAYPOINT_DEVIATION = 5
	settings.profile.options.MAX_TARGET_DIST = 5
__WPL:setForcedWaypointType("TRAVEL")
</onLoad>
	<!-- #  1 --><waypoint x="-18048" z="-2706" y="797">	</waypoint>
	<!-- #  2 --><waypoint x="-18162" z="-2663" y="792">	</waypoint>
	<!-- #  3 --><waypoint x="-18261" z="-2692" y="787">	</waypoint>
	<!-- #  4 --><waypoint x="-18323" z="-2722" y="783">	</waypoint>
	<!-- #  5 --><waypoint x="-18392" z="-2774" y="775">	</waypoint>
	<!-- #  6 --><waypoint x="-18450" z="-2814" y="787">	</waypoint>
	<!-- #  7 --><waypoint x="-18490" z="-2832" y="799">	</waypoint>
	<!-- #  8 --><waypoint x="-18547" z="-2824" y="805" tag="StartDaily">
      local dailyQuestCount, dailyQuestsPerDay= RoMScript("Daily_count()")
   		if 10 == dailyQuestCount then
      	RoMScript("DEFAULT_CHAT_FRAME:AddMessage('|cffffff00Done|r')")
      	error("Dailies done",2)
	 		end
      player:target_NPC("Madison Mull")
      AcceptQuestByName("Top-Flight Chef","Daily")
	</waypoint>
  <!-- #  9 --><waypoint x="-18512" z="-2820">
		repeat   
  	queststate = getQuestStatus("Top-Flight Chef","Daily")
		if queststate == "incomplete" then
  		yrest(200)
  		player:target_NPC("Idle Campfire")
  		yrest(4500)
			keyboardPress(key.VK_DOWN)  
    	yrest(200)
    	keyboardPress(key.VK_DOWN)  
   	end
   	until queststate == "complete"
	</waypoint>
  <!-- #  10 --><waypoint x="-18531" z="-2823">
      player:target_NPC("Madison Mull")
      CompleteQuestByName("Top-Flight Chef","Daily")
      __WPL:setWaypointIndex(__WPL:findWaypointTag("StartDaily"))
  </waypoint>
</waypoints>