<?xml version="1.0" encoding="utf-8"?><waypoints>
	<onLoad>
		changeOptionFriendMob("friend", "Lesser Poison Dragon", "Add")

		function getTurd()
			dragon = player:findNearestNameOrId(106795) -- Lesser Poison Dragon
			if dragon and 200 > distance(dragon, player) then
				player:target(dragon)
				inventory:useItem(241300) -- Detoxification Potion
				yrest(5000)
				player:clearTarget()
			end
			turd = player:findNearestNameOrId(120789) -- Great Turd
			if turd and 200 > distance(turd, player) then
				player:target_Object(turd.Id)
				yrest(5000)
			end
                end
	</onLoad>
   	<!-- #  1 --><waypoint x="-8483" z="-17702" y="733" type="TRAVEL">
		getTurd()
	</waypoint>
   	<!-- #  2 --><waypoint x="-8421" z="-17833" y="733" type="TRAVEL">
		getTurd()
	</waypoint>
   	<!-- #  3 --><waypoint x="-8397" z="-17716" y="733" type="TRAVEL">
		getTurd()
	</waypoint>
</waypoints>