﻿<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">

	<!-- #  1 --><waypoint x="31953" z="3272" y="22">		player:target_NPC("Gamunhan");
		AcceptQuestByName("getting to know yourself")
		player:target_NPC("Gamunhan");
		CompleteQuestByName()
	</waypoint>
	<!-- #  8 --><waypoint x="31987" z="3368" y="6">	</waypoint>
	<!-- # 22 --><waypoint x="32061" z="3391" y="5">	</waypoint>
	<!-- # 23 --><waypoint x="32212" z="3354" y="28">	</waypoint>
	<!-- # 24 --><waypoint x="32288" z="3346" y="28">		player:target_NPC("Daily Quest Manager");
		AcceptQuestByName()
		player:target_NPC("Daily Quest Manager");
		CompleteQuestByName()
	</waypoint>
	<!-- # 29 --><waypoint x="32264" z="3338" y="28">	</waypoint>
	<!-- # 30 --><waypoint x="32157" z="3403" y="12">	</waypoint>
	<!-- # 31 --><waypoint x="31897" z="3886" y="12">	</waypoint>
	<!-- # 32 --><waypoint x="31842" z="4150" y="32">	</waypoint>
	<!-- # 33 --><waypoint x="31847" z="4230" y="37">	</waypoint>
	<!-- # 34 --><waypoint x="31939" z="4360" y="33">	</waypoint>
	<!-- # 35 --><waypoint x="31966" z="4437" y="15">	</waypoint>
	<!-- # 36 --><waypoint x="31921" z="4517" y="6">	</waypoint>
   <!-- #  1 --><waypoint x="31847" z="4592" tag ='Main'>
	queststate = getQuestStatus("Helping them Grow");
	if queststate == "complete" then
		player:target_NPC("Blinsik");
		CompleteQuestByName("helping them grow")
	end
	local dqCount, dqPerDay = RoMScript("Daily_count()");
	if dqCount == 10 then
		local dailyQuestCount, dailyQuestsPerDay= RoMScript("Daily_count()");
		if 10 == dailyQuestCount then
			if inventory:itemTotalCount(202434) >= 1 then
				inventory:useItem(202434);
				yrest(1000)
				player:target_NPC("Blinsik");
				AcceptQuestByName("helping them grow")
			else
				printf("No Daily Reset Cards left!\n")
				player:sleep();      
			end
		end

	else
		player:target_NPC("Blinsik");
		AcceptQuestByName("helping them grow")
	end
   </waypoint>
   <!-- #  2 --><waypoint x="31812" z="4849">   </waypoint>
   <!-- #  3 --><waypoint x="31415" z="5720" tag = "Item">
         queststate = getQuestStatus("Helping them Grow")
         if queststate == "incomplete" then
            player:target_Object(112976,500);
            yrest(3000);
            __WPL:setWaypointIndex(__WPL:findWaypointTag("Item"));
         end
   </waypoint>
   <!-- #  4 --><waypoint x="31878" z="4692">   </waypoint>
   <!-- #  5 --><waypoint x="31843" z="4593"> __WPL:setWaypointIndex(__WPL:findWaypointTag("Main"));  </waypoint>
</waypoints>