<waypoints type="TRAVEL">

	-- V 1.2 DoD Firts Boss return from ress --
	-- Many thanks to Rock5, Lisa and Xmen ;) -- 
	
	--Reymauro--

	<!-- #  1 --><waypoint x="-3813" z="5117" y="19">	
	
	player:update();
	player:mount();
	
	</waypoint>
	<!-- #  2 --><waypoint x="-2406" z="6496" y="25">	</waypoint>
	<!-- #  3 --><waypoint x="-2814" z="6741" y="54">	</waypoint>
	<!-- #  4 --><waypoint x="-2906" z="7219" y="-83">	</waypoint>
	<!-- #  5 --><waypoint x="-2975" z="7235" y="-100">	
	
	waitForLoadingScreen(5);
	player:update();
	
	</waypoint>
	<!-- #  6 --><waypoint x="70" z="-867" y="870">	
			yrest(2000);
	player:target_NPC("Jake Wallanda");
		sendMacro("ChoiceOption(1);"); 
	waitForLoadingScreen(5);
		yrest(2000);
		
	</waypoint>
<!-- #  7 --><waypoint x="1640" z="-4873" y="752">  

		yrest(2000);
	player:update();
	if inventory:itemTotalCount(0) == 0 then
	printf ("Bag Is Full Selling.")
	loadPaths("DoD/DoDS")
	else
	printf ("Bag Not Full Continuing Farming.")
	loadPaths("DoD/DoD")
	end

	</waypoint>
</waypoints>