<?xml version="1.0" encoding="utf-8"?><waypoints type="RUN">
<onLoad>

function checkDoneB()
	if getQuestStatus(426939) == "incomplete" then
		__WPL:setWaypointIndex(__WPL:findWaypointTag("Start"))
	end
	if getQuestStatus(426939) == "complete" then
		__WPL:setWaypointIndex(__WPL:findWaypointTag("TurnIn"))
	end
end

function checkDoneA()
	if getQuestStatus(426939) == "incomplete" then
		__WPL:setWaypointIndex(__WPL:findWaypointTag("Continue"))
	end
	if getQuestStatus(426939) == "complete" then
		__WPL:setWaypointIndex(__WPL:findWaypointTag("TurnIn"))
	end
end

</onLoad>

	<!-- #  1 --><waypoint x="19774" z="40189" y="193">
			player:target_NPC(123310) -- Wotana
			AcceptQuestByName(426939) -- Rock Agate
	</waypoint>
	<!-- #  2 --><waypoint x="19869" z="40192" y="190">	</waypoint>
	<!-- #  3 --><waypoint x="20015" z="40173" y="180" tag="Start">
			player:target_Object(123319) -- Agate Wood
	</waypoint>
	<!-- #  4 --><waypoint x="20015" z="40122" y="178">
			player:target_Object(123319) -- Agate Wood
			yrest(3000);
			checkDoneA()
	</waypoint>
	<!-- #  5 --><waypoint x="19824" z="39998" y="177" tag="Continue">
			player:target_Object(123319) -- Agate Wood
	</waypoint>
	<!-- #  6 --><waypoint x="19689" z="40107" y="195">	</waypoint>
	<!-- #  7 --><waypoint x="19529" z="40109" y="206">
			player:target_Object(123319) -- Agate Wood
	</waypoint>
	<!-- #  8 --><waypoint x="19835" z="40147" y="187">
			checkDoneB()

	</waypoint>
	<!-- #  9 --><waypoint x="19774" z="40189" y="193" tag="TurnIn">
			player:target_NPC(123310) -- Wotana
			CompleteQuestByName(426939) -- Rock Agate

		if RoMScript("Daily_count()") == 10 then
			player:sleep();
			end
	</waypoint>
</waypoints>