<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
speed()
</onLoad>

	<!-- #  3 --><waypoint x="5121" z="2519" y="13">
			if (getCurrency("honor") >= 25000) then --change this amount if necessary
			player:sleep()
		end
         		player:updateBuffs();
	 		if not player:hasBuff("Unbridled Enthusiasm") then
        	 	inventory:useItem(207200);
	 	end
   		fly()
	</waypoint>
	<!-- #  4 --><waypoint x="5136" z="2566" y="130">	</waypoint>
	<!-- #  5 --><waypoint x="4625" z="3049" y="292">	</waypoint>
	<!-- #  6 --><waypoint x="2470" z="4243" y="292">	</waypoint>
	<!-- #  8 --><waypoint x="2088" z="4632" y="13">
		if RoMScript("StaticPopup1:IsVisible()") then
		sendMacro('StaticPopup_OnClick(StaticPopup1, 1);')
		end
	</waypoint>
	<!-- #  1 --><waypoint x="2419" z="4324" y="335">	</waypoint>
	<!-- #  2 --><waypoint x="3632" z="3941" y="337">
  	repeat
   	player:updateXYZ()
      	if distance(player.X, player.Z, 3632, 3941) > 100 then
        break
      end
      	yrest(200)
   	until memoryReadBytePtr(getProc(),addresses.loadingScreenPtr, addresses.loadingScreen_offset) ~= 0
   	waitForLoadingScreen(2)
	</waypoint>
</waypoints>