<?xml version="1.0" encoding="utf-8"?><waypoints type="RUN">
<onLoad>
--This code below is copid from cot_tele waypoin
numshells = getCurrency("shell");
if numshells > 830 then
	-- Wait for user to use some shells.
	cprintf(cli.yellow,"Reaching the maximum number of Phirius Shells (1000). Please spend some before continuing.\n")
	player:sleep();
end

zoneid=RoMScript("GetZoneID()");
npcname=GetIdName(112651);

player:target_NPC(npcname); 
yrest(150);
RoMScript("ChoiceOption(1);"); 
yrest(150);
RoMScript("StaticPopup_OnClick(StaticPopup1, 1);");
if not waitForLoadingScreen(7) then
	player:sleep();
end


changeProfileOption("WAYPOINT_DEVIATION",5);
__WPL:setForcedWaypointType("TRAVEL")
	

</onLoad>
<!-- #  1 --><waypoint x="1966" z="2230" y="325">
		player:target_NPC(113094);
		yrest(150);
		ChoiceOptionByName(getTEXT('SC_111813_YU_02'));
		yrest(150);
		ChoiceOptionByName(getTEXT('SC_111813_YU_02'));
		yrest(1000);
		fly();
	</waypoint>


	<!-- #  2 --><waypoint x="2245" z="2315" y="463">yrest(1000);fly();</waypoint>
	<!-- #  3 --><waypoint x="2255" z="2397" y="467" tag="durchLoch">	 </waypoint>	
	<!-- #  4 --><waypoint x="2549" z="2302" y="173"></waypoint>
	<!-- #  5 --><waypoint x="3187" z="2541" y="20"></waypoint>
	<!-- #  6 --><waypoint x="3304" z="2830" y="85"> 
--	for i=player.Y,270,10 do teleport(nil,nil,i); end
	</waypoint>

	<!-- # 50 --><waypoint x="3286" z="3065" y="277">	</waypoint>
	<!-- # 51 --><waypoint x="3222" z="3153" y="297">	</waypoint>
	<!-- # 52 --><waypoint x="3177" z="3273" y="248">
	loadPaths("gobsFurnaces");
	__WPL:setWaypointIndex(__WPL:findWaypointTag("start"));
	</waypoint>

</waypoints>
