<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
		changeOptionFriendMob("friend", "Lesser Poison Dragon", "Add")
sendMacro('SetFindPartyState(false)'); 
sendMacro('SetLootMethod("freeforall","")');
changeProfileOption("MAX_TARGET_DIST", 150);
changeProfileOption("LOOT_DISTANCE" ,150);  
changeProfileOption("WAYPOINT_DEVIATION", 0);
	<!-- #  1 --><waypoint x="-8444" z="-17737" y="733">
	dragon = player:findNearestNameOrId(106795) -- Lesser Poison Dragon
	if dragon and 200 > distance(dragon, player) then
		player:target(dragon)
		inventory:useItem(241289) -- Detoxification Potion
		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
	</waypoint>
</waypoints>