<?xml version="1.0" encoding="utf-8"?><waypoints>
<onload>
	questname_1 = "Lost Ostrich Eggs";

	function Check_Quest()	
		queststate = getQuestStatus(questname_1);
		if queststate == "complete" then
			player:update();
			if player.Mounted == false then
				player:mount();
			end
			__WPL:setWaypointIndex(__WPL:findWaypointTag("NEXT"))
		else 
			__WPL:setWaypointIndex(__WPL:findWaypointTag("rerun"))	
		end				
	end	

   --== User Option ==--
      startGMDetect()

	settings.profile.mobs = {"Bandit"};
	changeProfileOption("TARGET_LEVELDIF_BELOW",player.Level-1);

	if player.Mounted == false then
		player:mount();
	end
	
	-- use Lucky Target, if possible 
	if (not player:hasBuff("506687")) then
		inventory:useItem(207203);
	end;
    __WPL:setWaypointIndex(1);

</onload> 

	<!-- #  1 --><waypoint x="2586" z="1268" y="19">		
		player:target_NPC("George Makov");
		AcceptQuestByName(questname_1)
	</waypoint>
	<!-- #  2 --><waypoint x="2586" z="1268" y="19"> </waypoint>
	<!-- #  3 --><waypoint x="2586" z="1271" y="43" type="TRAVEL">	</waypoint>
	<!-- #  4 --><waypoint x="2569" z="1657" y="8" type="TRAVEL">	</waypoint>
	<!-- #  5 --><waypoint x="2686" z="1943" y="9" type="TRAVEL">	</waypoint>
	<!-- #  6 --><waypoint x="2300" z="2491" y="6" type="TRAVEL">	</waypoint>
	<!-- #  7 --><waypoint x="2262" z="2793" y="11" type="TRAVEL">	</waypoint>
	<!-- #  8 --><waypoint x="2055" z="3173" y="4" type="TRAVEL">	</waypoint>
	<!-- #  9 --><waypoint x="2012" z="3470" y="4" type="TRAVEL">	</waypoint>
	<!-- # 10 --><waypoint x="1803" z="3774" y="1" type="TRAVEL">	</waypoint>
	<!-- # 11 --><waypoint x="2142" z="4323" y="2" type="TRAVEL">	</waypoint>
	<!-- # 12 --><waypoint x="1785" z="4565" y="-3" tag="rerun"> </waypoint>
	<!-- # 13 --><waypoint x="1853" z="4727" y="0">	</waypoint>
	<!-- # 14 --><waypoint x="1893" z="4993" y="-3">	</waypoint>
	<!-- # 15 --><waypoint x="1892" z="5178" y="-11">	</waypoint>
	<!-- # 16 --><waypoint x="1781" z="5175" y="-10">	</waypoint>
	<!-- # 17 --><waypoint x="1494" z="5185" y="10">	</waypoint>
	<!-- # 18 --><waypoint x="1359" z="4941" y="9">	</waypoint>
	<!-- # 19 --><waypoint x="1232" z="4749" y="4">	</waypoint>
	<!-- # 20 --><waypoint x="1367" z="4682" y="1">	
		Check_Quest()	
		</waypoint>
	<!-- # 21 --><waypoint x="1709" z="4592" y="2" type="TRAVEL" tag="NEXT">		
	</waypoint>
	<!-- # 22 --><waypoint x="1598" z="4464" y="-7" type="TRAVEL"> 	</waypoint>
	<!-- # 23 --><waypoint x="1841" z="4513" y="-4" type="TRAVEL" >	</waypoint>
	<!-- # 24 --><waypoint x="2142" z="4320" y="2" type="TRAVEL">	</waypoint>
	<!-- # 25 --><waypoint x="1784" z="3880" y="1" type="TRAVEL">	</waypoint>
	<!-- # 26 --><waypoint x="1971" z="3507" y="3" type="TRAVEL">	</waypoint>
	<!-- # 27 --><waypoint x="2285" z="2712" y="5" type="TRAVEL">	</waypoint>
	<!-- # 28 --><waypoint x="2371" z="2299" y="22" type="TRAVEL">	</waypoint>
	<!-- # 29 --><waypoint x="2644" z="2115" y="12" type="TRAVEL">	</waypoint>
	<!-- # 30 --><waypoint x="2638" z="1765" y="11" type="TRAVEL">	</waypoint>
	<!-- # 31 --><waypoint x="2524" z="1450" y="21" type="TRAVEL">	</waypoint>
	<!-- # 32 --><waypoint x="2581" z="1284" y="42" type="TRAVEL">		
		player:target_NPC("George Makov");
		CompleteQuestByName(questname_1)
		yrest(300)
	    error("Complete",0);
	</waypoint>
</waypoints>