<?xml version="1.0" encoding="utf-8"?><waypoints type="RUN">
	<!-- 	This is a series of waypoint files that will complete a walk-through of the entire Coast of Opportunity quest series. -->
	<!--	Required userfunctions: userfunction_travelTo and userfunction_questHelpers -->
	<!--	CoO_01_HeffnerCamp will complete all quests up to the bridge leading to Shuma Valley. -->
	<!--	Approximate Runtime: 60 Minutes -->
	<onload>
	equip = true
	<!--	Equip Quest-Equipment -->
	sell = true
	<!--	Sell Quest-Equipment -->
	
	if sell then
		changeProfileOption("INV_AUTOSELL_QUALITY", "white,green,blue")
	else
		changeProfileOption("INV_AUTOSELL_QUALITY", "white,green")
	end
	
		__WPL:setWaypointIndex(1)
		local zone = getZoneId()
		if zone ~= 13 then
			travelTo("Heffner")  -- Requires Rock5's userfunction_travelTo
		end
		local zone = getZoneId()
		if zone ~= 13 then
			error("Unable to travel to Heffner Camp. Exiting.",0)
		end
		
		function getChest()
			if getQuestStatus(423878) == "incomplete" or 
			   getQuestStatus(423879) == "incomplete" or 
			   getQuestStatus(423880) == "incomplete" or
			   getQuestStatus(423881) == "incomplete" or 
			   getQuestStatus(423882) == "incomplete" or 
			   getQuestStatus(423883) == "incomplete" or 
			   getQuestStatus(423884) == "incomplete" or 
			   getQuestStatus(423885) == "incomplete" then
					chest = player:findNearestNameOrId(117349) -- Sunken Supply Trunk
					if chest and 150 > distance(chest, player) then
					player:moveTo(CWaypoint(chest.X, chest.Z, chest.Y+5), true)
					yrest(1000)
					player:target_Object(117349) -- Sunken Supply Trunk
				end
			end
		end
		
		function trainCrab()
			if inventory:itemTotalCount(209051) == 1 then
				inventory:useItem(209051) -- Captured Hermit Crab
			end
			yrest(3000)
			if getQuestStatus(423908) == "incomplete" then
				repeat
					crab = player:findNearestNameOrId(105193)
					if crab then
						player:target(crab)
						player:moveTo(CWaypoint(crab.X, crab.Z), true)
						RoMScript("UseExtraAction(1)")
						yrest(2000)
					end
					if getQuestStatus(423908) == "complete" then return end
					crab = player:findNearestNameOrId(105193)
					if crab then
						player:target(crab)
						player:moveTo(CWaypoint(crab.X, crab.Z), true)
						RoMScript("UseExtraAction(2)")
						yrest(2000)
					end
					if getQuestStatus(423908) == "complete" then return end
					crab = player:findNearestNameOrId(105193)
					if crab then
						player:target(crab)
						player:moveTo(CWaypoint(crab.X, crab.Z), true)
						RoMScript("UseExtraAction(3)")
						yrest(2000)
					end
					if getQuestStatus(423908) == "complete" then return end
					crab = player:findNearestNameOrId(105193)
					if crab then
						player:target(crab)
						player:moveTo(CWaypoint(crab.X, crab.Z), true)
						inventory:useItem(209097) -- Sweet Fish Egg
						yrest(2000)
					end
				until getQuestStatus(423908) == "complete"
			end
		end
		
		function drop()
			inventory:update()
			local itemsDelete={209020,209307,209028,208986}
			for k,v in pairs(itemsDelete) do
				while inventory:itemTotalCount(v) > 0 do
				local item = inventory:findItem(v)
					if item then
					item:delete()
					end
				end
			end
		end
		
	function AnQuest()
	player:fight()
	sendMacro("OnClick_QuestListButton(1,1);");
	sendMacro("AcceptQuest()"); 
	FeQuest()

end

function FeQuest()
	player:fight()
	sendMacro("SpeakFrame_CompleteQuest();");
	sendMacro("CloseAllWindows();");
end	
		


	</onload>



	<!-- #205 --><waypoint x="-7536" z="-3728" y="148">	</waypoint>
	<!-- #206 --><waypoint x="-7456" z="-3743" y="154">
			player:target_NPC(117447) -- Lebniz Rol
			SureCompleteQuest(424199) -- Retrieve the Goods
			player:target_NPC(117452) -- Furgol
			SureAcceptQuest(423914) -- Pirate's Operations
			player:target_NPC(117452) -- Furgol
			CompleteQuestByName("Die Operationen der Piraten");
			sendMacro("SpeakFrame_CompleteQuest();");
			ChoiceOptionByName(getTEXT("SC_423914_02")) -- 'Please tell us!'
			yrest(15000)
			FeQuest()
			player:target_NPC(117452) -- Furgol
				SureCompleteQuest(423914,1) -- Pirate's Operations -- Cloth for Mage, Priest, Druid, Warlock	
				player:fight()
			ChoiceOptionByName(getTEXT("SC_423914_02"))
			player:target_NPC(117288) -- Nala Heffner
				SureCompleteQuest(423907,1) -- Hermit Crab Pet Plan -- Cloth for Mage, Priest, Druid, Warlockelse
				SureCompleteQuest(423907,2) -- Hermit Crab Pet Plan -- Leather for everyone else
			SureAcceptQuest(423915) -- Heffner's Plan
			player:target_NPC(117288) -- Nala Heffner
			ChoiceOptionByName(getTEXT("SC_423915_02")) -- 'Please let me join!'
			player:target_NPC(117288) -- Nala Heffner
			SureCompleteQuest(423915) -- Heffner's Plan
			SureAcceptQuest(423916) -- Lead Heffner
	</waypoint>
	<!-- #207 --><waypoint x="-7515" z="-3741" y="148">	</waypoint>
	<!-- #208 --><waypoint x="-7522" z="-3944" y="136">	</waypoint>
	<!-- #209 --><waypoint x="-7234" z="-3971" y="128">	</waypoint>
	<!-- #210 --><waypoint x="-6954" z="-3907" y="166">	</waypoint>
	<!-- #211 --><waypoint x="-6760" z="-3882" y="169">
			player:target_NPC(117378) -- Dowen
			if player.Class1 == CLASS_MAGE or player.Class1 == CLASS_PRIEST or player.Class1 == CLASS_DRUID or player.Class1 == CLASS_WARLOCK then
				SureCompleteQuest(423910,1) -- New Food
			elseif player.Class1 == CLASS_SCOUT or player.Class1 == CLASS_ROGUE then
				SureCompleteQuest(423910,2) -- New Food
			elseif player.Class1 == CLASS_WARRIOR or player.Class1 == CLASS_KNIGHT or player.Class1 == CLASS_WARDEN or player.Class1 == CLASS_CHAMPION then
				SureCompleteQuest(423910,3) -- New Food
			end
	</waypoint>
	<!-- #212 --><waypoint x="-7023" z="-3906" y="161">	</waypoint>
	<!-- #213 --><waypoint x="-7536" z="-4022" y="127">	</waypoint>
	<!-- #214 --><waypoint x="-7649" z="-4419" y="127">	</waypoint>
	<!-- #215 --><waypoint x="-7764" z="-4480" y="108">	</waypoint>
	<!-- #216 --><waypoint x="-7934" z="-4273" y="93">	</waypoint>
	<!-- #217 --><waypoint x="-8021" z="-3822" y="87">
			yrest(1000)
			inventory:useItem(209476) -- Signal for contacting Heffner
	</waypoint>
	<!-- #218 --><waypoint x="-8366" z="-3797" y="51">	</waypoint>
	<!-- #219 --><waypoint x="-8764" z="-3790" y="64">
			yrest(5000)
			player:target_NPC(118169) -- Nala Heffner
			if player.Class1 == CLASS_MAGE or player.Class1 == CLASS_PRIEST or player.Class1 == CLASS_DRUID or player.Class1 == CLASS_WARLOCK then
				SureCompleteQuest(423916,1) -- Lead Heffner -- Cloth for Mage, Priest, Druid, Warlock
			else
				SureCompleteQuest(423916,2) -- Lead Heffner -- Leather for everyone else
			end
			SureAcceptQuest(423917) -- Sneak Attack on the Pirate Leader
			__WPL:setForcedWaypointType("TRAVEL")
	</waypoint>
	<!-- #220 --><waypoint x="-8767" z="-3702" y="68">	</waypoint>
	<!-- #221 --><waypoint x="-9042" z="-3867" y="60">	</waypoint>
	<!-- #222 --><waypoint x="-9233" z="-3870" y="16">
			player:target_NPC(105285)			
			__WPL:setForcedWaypointType("RUN")	
	</waypoint>
	<!-- #223 --><waypoint x="-9028" z="-4087" y="19">	</waypoint>
	<!-- #224 --><waypoint x="-8744" z="-4289" y="48">	</waypoint>
	<!-- #225 --><waypoint x="-8613" z="-4572" y="88">	</waypoint>
	<!-- #226 --><waypoint x="-8403" z="-4621" y="88">	</waypoint>
	<!-- #227 --><waypoint x="-8054" z="-4561" y="90">	</waypoint>
	<!-- #228 --><waypoint x="-7681" z="-4471" y="122">	</waypoint>
	<!-- #229 --><waypoint x="-7586" z="-4343" y="127">	</waypoint>
	<!-- #230 --><waypoint x="-7533" z="-3878" y="144">	</waypoint>
	<!-- #231 --><waypoint x="-7439" z="-3832" y="148">
			player:target_NPC(117289) -- Cheryl Heffner
			SureCompleteQuest(423917) -- Sneak Attack on the Pirate Leader
			SureAcceptQuest(423903) -- Missing Team Member
	</waypoint>
	<!-- #232 --><waypoint x="-7527" z="-3748" y="148">	</waypoint>
	<!-- #233 --><waypoint x="-7448" z="-3734" y="154">
			player:target_NPC(117288) -- Nala Heffner
			SureAcceptQuest(423908) -- Pet Domestication Class
	</waypoint>
	<!-- #234 --><waypoint x="-7523" z="-3749" y="148">	</waypoint>
	<!-- #235 --><waypoint x="-7487" z="-3998" y="127">	</waypoint>
	<!-- #236 --><waypoint x="-6899" z="-3877" y="166">	</waypoint>
	<!-- #237 --><waypoint x="-6894" z="-3599" y="174">
			player:target_NPC(117725) -- Lanlac
			SureAcceptQuest(423970) -- Fruit Eaten by Mistake
	</waypoint>
	<!-- #238 --><waypoint x="-6730" z="-3756" y="166">	</waypoint>
	<!-- #239 --><waypoint x="-6366" z="-3849" y="165">	</waypoint>
	<!-- #240 --><waypoint x="-6253" z="-3852" y="153">	</waypoint>
	<!-- #241 --><waypoint x="-6101" z="-3711" y="132">	</waypoint>
	<!-- #242 --><waypoint x="-5891" z="-3382" y="134">	</waypoint>
	<!-- #243 --><waypoint x="-5758" z="-3206" y="130">
			trainCrab()
	</waypoint>
	<!-- #244 --><waypoint x="-5549" z="-3183" y="133">	</waypoint>
	<!-- #245 --><waypoint x="-5352" z="-3194" y="136">	</waypoint>
	<!-- #246 --><waypoint x="-5131" z="-3195" y="132">	</waypoint>
	<!-- #247 --><waypoint x="-4885" z="-3202" y="131">	</waypoint>
	<!-- #248 --><waypoint x="-4840" z="-3393" y="136">	</waypoint>
	<!-- #249 --><waypoint x="-4893" z="-3705" y="117">
			player:target_Object(117726) -- Bizarre Red Plant
	</waypoint>
	<!-- #250 --><waypoint x="-4932" z="-3899" y="110">
			player:target_Object(117726) -- Bizarre Red Plant
	</waypoint>
	<!-- #251 --><waypoint x="-5118" z="-3973" y="129">
			player:target_Object(117726) -- Bizarre Red Plant
	</waypoint>
	<!-- #252 --><waypoint x="-4896" z="-3716" y="114">
			player:target_Object(117726) -- Bizarre Red Plant
	</waypoint>
	<!-- #253 --><waypoint x="-4931" z="-3899" y="110">
			player:target_Object(117726) -- Bizarre Red Plant
	</waypoint>
	<!-- #254 --><waypoint x="-5061" z="-4013" y="127">	</waypoint>
	<!-- #255 --><waypoint x="-5240" z="-4188" y="124">	</waypoint>
	<!-- #256 --><waypoint x="-5339" z="-4323" y="140">	</waypoint>
	<!-- #257 --><waypoint x="-5375" z="-4420" y="138">	</waypoint>
	<!-- #258 --><waypoint x="-5527" z="-4467" y="144">	</waypoint>
	<!-- #259 --><waypoint x="-5670" z="-4533" y="149">	</waypoint>
	<!-- #260 --><waypoint x="-5709" z="-4684" y="142">	</waypoint>
	<!-- #261 --><waypoint x="-5644" z="-4858" y="131">	</waypoint>
	<!-- #262 --><waypoint x="-5702" z="-4924" y="134">	</waypoint>
	<!-- #263 --><waypoint x="-5657" z="-5038" y="91">	</waypoint>
	<!-- #264 --><waypoint x="-5537" z="-5031" y="91">	</waypoint>
	<!-- #265 --><waypoint x="-5378" z="-4977" y="100">
			player:target_NPC(117409) -- Fask Pino
			SureAcceptQuest(423904) -- Endless Seafood Nightmare
	</waypoint>
	<!-- #266 --><waypoint x="-5602" z="-5118" y="91">	</waypoint>
	<!-- #267 --><waypoint x="-5610" z="-5303" y="116" tag="Seafood">
			killForQuest(false, 105149, 423904)
	</waypoint>
	<!-- #268 --><waypoint x="-5587" z="-5640" y="121">
			killForQuest(false, 105149, 423904)
	</waypoint>
	<!-- #269 --><waypoint x="-5731" z="-5810" y="116">
			killForQuest(false, 105149, 423904)
	</waypoint>
	<!-- #270 --><waypoint x="-5972" z="-5686" y="118">
			killForQuest(false, 105149, 423904)
	</waypoint>
	<!-- #271 --><waypoint x="-5811" z="-5527" y="120">
			killForQuest(false, 105149, 423904)
	</waypoint>
	<!-- #272 --><waypoint x="-5637" z="-5381" y="115">
			if getQuestStatus(423904) == "incomplete" then
				__WPL:setWaypointIndex(__WPL:findWaypointTag("Seafood"))
			end
	</waypoint>
	<!-- #273 --><waypoint x="-5607" z="-5133" y="91">	</waypoint>
	<!-- #274 --><waypoint x="-5376" z="-4982" y="100">
			player:target_NPC(117409) -- Fask Pino
			if player.Class1 == CLASS_MAGE or player.Class1 == CLASS_PRIEST or player.Class1 == CLASS_DRUID or player.Class1 == CLASS_WARLOCK then
				SureCompleteQuest(423904, 1) -- Endless Seafood Nightmare
			if equip then
				inventory:update()
				inventory:useItem(228170) -- Squad Belt
			end
			elseif player.Class1 == CLASS_SCOUT or player.Class1 == CLASS_ROGUE then
				SureCompleteQuest(423904, 2) -- Endless Seafood Nightmare
			if equip then
				inventory:update()
				inventory:useItem(228171) -- Belt of Searching
			end
			elseif player.Class1 == CLASS_WARRIOR or player.Class1 == CLASS_KNIGHT or player.Class1 == CLASS_WARDEN or player.Class1 == CLASS_CHAMPION then
				SureCompleteQuest(423904, 3) -- Endless Seafood Nightmare
			if equip then
				inventory:update()
				inventory:useItem(228172) -- Belt of Location
			end
			end
			yrest(3000)
			player:target_NPC(117409) -- Fask Pino
			SureAcceptQuest(423905) -- Unpredictable Allergen
			player:mount()
	</waypoint>
	<!-- #275 --><waypoint x="-5640" z="-5036" y="91">	</waypoint>
	<!-- #276 --><waypoint x="-5710" z="-4920" y="134">	</waypoint>
	<!-- #277 --><waypoint x="-5735" z="-4783" y="135">	</waypoint>
	<!-- #278 --><waypoint x="-5758" z="-4628" y="130">	</waypoint>
	<!-- #279 --><waypoint x="-6092" z="-4295" y="133">	</waypoint>
	<!-- #280 --><waypoint x="-6148" z="-4108" y="127">	</waypoint>
	<!-- #281 --><waypoint x="-6200" z="-3913" y="149">	</waypoint>
	<!-- #282 --><waypoint x="-6502" z="-3817" y="166">	</waypoint>
	<!-- #283 --><waypoint x="-6531" z="-3730" y="172">
			player:target_NPC(117383) -- Nake
			if player.Class1 == CLASS_MAGE or player.Class1 == CLASS_PRIEST or player.Class1 == CLASS_DRUID or player.Class1 == CLASS_WARLOCK then
				SureCompleteQuest(423970, 1) -- Fruit Eaten by Mistake
			if equip then
				inventory:update()
				inventory:useItem(228259) -- Boots of Soft Juicy Fruit
			end
			elseif player.Class1 == CLASS_SCOUT or player.Class1 == CLASS_ROGUE then
				SureCompleteQuest(423970, 2) -- Fruit Eaten by Mistake
			if equip then
				inventory:update()
				inventory:useItem(228332) -- Leather Boots of Fruits and Oily Seeds
			end
			elseif player.Class1 == CLASS_WARRIOR or player.Class1 == CLASS_KNIGHT or player.Class1 == CLASS_WARDEN or player.Class1 == CLASS_CHAMPION then
				SureCompleteQuest(423970, 3) -- Fruit Eaten by Mistake
			if equip then
				inventory:update()
				inventory:useItem(228333) -- Battle Boots of Red Fruit
			end
			end
	</waypoint>
	<!-- #284 --><waypoint x="-6684" z="-3756" y="166">	</waypoint>
	<!-- #285 --><waypoint x="-6833" z="-3877" y="167">	</waypoint>
	<!-- #286 --><waypoint x="-7086" z="-4126" y="172">
			player:target_NPC(117410) -- Hugope
			ChoiceOptionByName(getTEXT("SC_423905_02")) -- 'Give me a bottle of anti-itch medicine'
			ChoiceOptionByName(getTEXT("SC_423905_05")) -- 'Here's 400 gold.'
	</waypoint>
	<!-- #287 --><waypoint x="-6963" z="-4044" y="170">	</waypoint>
	<!-- #288 --><waypoint x="-6757" z="-3798" y="167">	</waypoint>
	<!-- #289 --><waypoint x="-6635" z="-3797" y="168">	</waypoint>
	<!-- #290 --><waypoint x="-6404" z="-3844" y="165">	</waypoint>
	<!-- #291 --><waypoint x="-6228" z="-3914" y="152">	</waypoint>
	<!-- #292 --><waypoint x="-6158" z="-4033" y="128">	</waypoint>
	<!-- #293 --><waypoint x="-6093" z="-4280" y="132">	</waypoint>
	<!-- #294 --><waypoint x="-5801" z="-4624" y="132">	</waypoint>
	<!-- #295 --><waypoint x="-5741" z="-4740" y="133">	</waypoint>
	<!-- #296 --><waypoint x="-5715" z="-4914" y="134">	</waypoint>
	<!-- #297 --><waypoint x="-5657" z="-5038" y="91">	</waypoint>
	<!-- #298 --><waypoint x="-5381" z="-4987" y="99">
			player:target_NPC(117409) -- Fask Pino
			SureCompleteQuest(423905) -- Unpredictable Allergen
	</waypoint>
	<!-- #299 --><waypoint x="-5639" z="-5039" y="91">	</waypoint>
	<!-- #300 --><waypoint x="-5707" z="-4912" y="134">	</waypoint>
	<!-- #301 --><waypoint x="-5739" z="-4662" y="131">	</waypoint>
	<!-- #302 --><waypoint x="-5863" z="-4518" y="132">	</waypoint>
	<!-- #303 --><waypoint x="-6089" z="-4315" y="132">	</waypoint>
	<!-- #304 --><waypoint x="-6153" z="-4102" y="127">	</waypoint>
	<!-- #305 --><waypoint x="-6192" z="-3904" y="149">	</waypoint>
	<!-- #306 --><waypoint x="-6460" z="-3834" y="166">	</waypoint>
	<!-- #307 --><waypoint x="-6703" z="-3787" y="168">	</waypoint>
	<!-- #308 --><waypoint x="-6985" z="-3883" y="168">	</waypoint>
	<!-- #309 --><waypoint x="-7276" z="-3970" y="127">	</waypoint>
	<!-- #310 --><waypoint x="-7522" z="-3936" y="137">	</waypoint>
	<!-- #311 --><waypoint x="-7516" z="-3835" y="148">	</waypoint>
	<!-- #312 --><waypoint x="-7437" z="-3829" y="148">
			player:target_NPC(117289) -- Cheryl Heffner
			SureCompleteQuest(423903, 2) -- Missing Team Member
			-- Rewards: [1] Soft Leggings of the Ocean's Smell (228173), [2] Leg Guards of the Beast's Smell (228174)
	</waypoint>
	<!-- #313 --><waypoint x="-7509" z="-3789" y="148">	</waypoint>
	<!-- #314 --><waypoint x="-7507" z="-3743" y="148">	</waypoint>
	<!-- #315 --><waypoint x="-7445" z="-3735" y="154">
			player:target_NPC(117288) -- Nala Heffner
			SureCompleteQuest(423908) -- Pet Domestication Class
			SureAcceptQuest(423909) -- Combat Effectiveness
	</waypoint>
	<!-- #316 --><waypoint x="-7509" z="-3741" y="148">	</waypoint>
	<!-- #317 --><waypoint x="-7532" z="-3910" y="140">	</waypoint>
	<!-- #318 --><waypoint x="-7588" z="-4098" y="127">	</waypoint>
	<!-- #319 --><waypoint x="-7601" z="-4351" y="128">	</waypoint>
	<!-- #320 --><waypoint x="-7707" z="-4457" y="121">	</waypoint>
	<!-- #321 --><waypoint x="-7824" z="-4521" y="93">	</waypoint>
	<!-- #322 --><waypoint x="-8078" z="-4445" y="93">	</waypoint>
	<!-- #323 --><waypoint x="-8475" z="-4353" y="98">	</waypoint>
	<!-- #324 --><waypoint x="-8664" z="-4414" y="64">	</waypoint>
	<!-- #325 --><waypoint x="-8923" z="-4317" y="43">	</waypoint>
	<!-- #326 --><waypoint x="-9045" z="-4215" y="17">
			killForQuest(true, 105145, 423909)
	</waypoint>
	<!-- #327 --><waypoint x="-9233" z="-4196" y="13">
			killForQuest(true, 105145, 423909)
	</waypoint>
	<!-- #328 --><waypoint x="-9356" z="-4112" y="25">
			killForQuest(true, 105145, 423909)
	</waypoint>
	<!-- #329 --><waypoint x="-9503" z="-4176" y="17">
			killForQuest(true, 105145, 423909)
	</waypoint>
	<!-- #330 --><waypoint x="-9620" z="-4176" y="15">
			killForQuest(true, 105145, 423909)
	</waypoint>
	<!-- #331 --><waypoint x="-9382" z="-4109" y="24">	</waypoint>
	<!-- #332 --><waypoint x="-9216" z="-4174" y="13">
			killForQuest(true, 105145, 423909)
	</waypoint>
	<!-- #333 --><waypoint x="-8916" z="-4299" y="42">	</waypoint>
	<!-- #334 --><waypoint x="-8648" z="-4536" y="84">	</waypoint>
	<!-- #335 --><waypoint x="-8489" z="-4526" y="92">	</waypoint>
	<!-- #336 --><waypoint x="-8067" z="-4559" y="89">	</waypoint>
	<!-- #337 --><waypoint x="-7789" z="-4506" y="100">	</waypoint>
	<!-- #338 --><waypoint x="-7613" z="-4396" y="128">	</waypoint>
	<!-- #339 --><waypoint x="-7552" z="-3968" y="133">	</waypoint>
	<!-- #340 --><waypoint x="-7504" z="-3741" y="148">	</waypoint>
	<!-- #341 --><waypoint x="-7444" z="-3736" y="154">
			player:target_NPC(117288) -- Nala Heffner
			SureCompleteQuest(423909, 3) -- Combat Effectiveness
			-- Rewards: [1] Cloth Coat of Principle Kinship (228155), [2] Pet Partner Breastplate (228156), [3] Chain Coat of Glorious Battles (228157), 
	</waypoint>
	<!-- #342 --><waypoint x="-7513" z="-3744" y="148">	</waypoint>
	<!-- #343 --><waypoint x="-7539" z="-3931" y="138">	</waypoint>
	<!-- #344 --><waypoint x="-7424" z="-3990" y="127">	</waypoint>
	<!-- #345 --><waypoint x="-7178" z="-3940" y="134">	</waypoint>
	<!-- #346 --><waypoint x="-6857" z="-3865" y="166">	</waypoint>
	<!-- #347 --><waypoint x="-6888" z="-3663" y="173">	</waypoint>
	<!-- #348 --><waypoint x="-6936" z="-3654" y="173">
			player:target_NPC(117291) -- Nicole Rebecca
			SureAcceptQuest(423863) -- Nicole's Small Blessing
	</waypoint>
	<!-- #349 --><waypoint x="-6863" z="-3674" y="173">	</waypoint>
	<!-- #350 --><waypoint x="-6439" z="-3837" y="166">
			player:target_NPC(117307) -- Emily Suahel
			ChoiceOptionByName(getTEXT("SO_423863_1")) -- 'Excuse me. Do you have flower petals for making tea?'
	</waypoint>
	<!-- #351 --><waypoint x="-6240" z="-3903" y="153">	</waypoint>
	<!-- #352 --><waypoint x="-6157" z="-4094" y="127">	</waypoint>
	<!-- #353 --><waypoint x="-6099" z="-4330" y="131">	</waypoint>
	<!-- #354 --><waypoint x="-6008" z="-4470" y="134">	</waypoint>
	<!-- #355 --><waypoint x="-5853" z="-4599" y="135">	</waypoint>
	<!-- #356 --><waypoint x="-5891" z="-4642" y="156">	</waypoint>
	<!-- #357 --><waypoint x="-6066" z="-4674" y="185">	</waypoint>
	<!-- #358 --><waypoint x="-6041" z="-4766" y="209">	</waypoint>
	<!-- #359 --><waypoint x="-5940" z="-4894" y="234">
			player:target_Object(117400) -- Hibiscus Varietal
	</waypoint>
	<!-- #360 --><waypoint x="-5935" z="-5021" y="234">
			player:target_Object(117400) -- Hibiscus Varietal
	</waypoint>
	<!-- #361 --><waypoint x="-5881" z="-5219" y="245">
			player:target_Object(117400) -- Hibiscus Varietal
	</waypoint>
	<!-- #362 --><waypoint x="-5936" z="-4902" y="234">	</waypoint>
	<!-- #363 --><waypoint x="-6024" z="-4761" y="209">	</waypoint>
	<!-- #364 --><waypoint x="-5995" z="-4556" y="167">	</waypoint>
	<!-- #365 --><waypoint x="-6046" z="-4403" y="133">	</waypoint>
	<!-- #366 --><waypoint x="-6128" z="-4227" y="132">	</waypoint>
	<!-- #367 --><waypoint x="-6175" z="-3938" y="134">	</waypoint>
	<!-- #368 --><waypoint x="-6307" z="-3878" y="160">	</waypoint>
	<!-- #369 --><waypoint x="-6557" z="-3804" y="166">	</waypoint>
	<!-- #370 --><waypoint x="-6934" z="-3649" y="172">
			player:target_NPC(117291) -- Nicole Rebecca
			if player.Class1 == CLASS_MAGE or player.Class1 == CLASS_WARLOCK then
			SureCompleteQuest(423863, 1) -- Nicole's Small Blessing
			if equip then
				inventory:update()
				inventory:useItem(228306)
			end
			elseif player.Class1 == CLASS_SCOUT or player.Class1 == CLASS_ROGUE then
			SureCompleteQuest(423863, 2) -- Nicole's Small Blessing
			if equip then
				inventory:update()
				inventory:useItem(228307)
			end
			elseif player.Class1 == CLASS_WARRIOR or player.Class1 == CLASS_WARDEN or player.Class1 == CLASS_CHAMPION or player.Class1 ==  CLASS_KNIGHT then
			SureCompleteQuest(423863, 3) -- Nicole's Small Blessing
			if equip then
				inventory:update()
				inventory:useItem(228308)
			end
			end
			-- Rewards: [1] Belt of Fragrant Flowers (228306), [2] Belt of Leisure Time (228307), [3] Belt of Tea Time Atmosphere (228308), 
	</waypoint>
	<!-- #371 --><waypoint x="-6897" z="-3668" y="173">	</waypoint>
	<!-- #372 --><waypoint x="-6897" z="-3820" y="171">	</waypoint>
	<!-- #373 --><waypoint x="-7008" z="-3883" y="166">	</waypoint>
	<!-- #374 --><waypoint x="-7333" z="-3977" y="127">	</waypoint>
	<!-- #375 --><waypoint x="-7520" z="-3948" y="135">	</waypoint>
	<!-- #376 --><waypoint x="-7507" z="-3742" y="148">	</waypoint>
	<!-- #377 --><waypoint x="-7447" z="-3735" y="154">
			player:target_NPC(117288) -- Nala Heffner
			SureAcceptQuest(423956) -- Heffner's Awkward Situation
			SureCompleteQuest(423956) -- Heffner's Awkward Situation
			SureAcceptQuest(423895) -- Visit The Heart of Nature
	</waypoint>
	<!-- #378 --><waypoint x="-7503" z="-3736" y="148">	</waypoint>
	<!-- #379 --><waypoint x="-7494" z="-3816" y="150">	</waypoint>
	<!-- #380 --><waypoint x="-7442" z="-3828" y="148">
			player:target_NPC(117289) -- Cheryl Heffner
			SureAcceptQuest(423896) -- Four Legs Run Fast
			player:target_NPC(117289) -- Cheryl Heffner
			if player.Class1 == CLASS_MAGE or player.Class1 == CLASS_WARLOCK then
				SureCompleteQuest(423896, 1) -- Four Legs Run Fast
			if equip then
				inventory:update()
				inventory:useItem(228140) -- Ring of Nature's Source
			end
			elseif player.Class1 == CLASS_SCOUT or player.Class1 == CLASS_ROGUE then
				SureCompleteQuest(423896, 2) -- Four Legs Run Fast
			if equip then
				inventory:update()
				inventory:useItem(228444) -- Ring of Earth's Intimacy
			end
			elseif player.Class1 == CLASS_WARRIOR or player.Class1 == CLASS_WARDEN or player.Class1 == CLASS_CHAMPION  or player.Class1 ==  CLASS_KNIGHT then
				SureCompleteQuest(423970, 3) -- Fruit Eaten by Mistake
			if equip then
				inventory:update()
				inventory:useItem(228445) -- Ring of Earth's Stability
			end
			end
			drop()
	</waypoint>
	<!-- #381 --><waypoint x="-7519" z="-3860" y="147">	</waypoint>
	<!-- #382 --><waypoint x="-7483" z="-3968" y="130">	</waypoint>
	<!-- #383 --><waypoint x="-7207" z="-3947" y="131">	</waypoint>
	<!-- #384 --><waypoint x="-7028" z="-3924" y="161">	</waypoint>
	<!-- #385 --><waypoint x="-6749" z="-3815" y="169">	</waypoint>
	<!-- #386 --><waypoint x="-6409" z="-3847" y="166">	</waypoint>
	<!-- #387 --><waypoint x="-6353" z="-3913" y="163">
			player:target_NPC(118002) -- Sturobold
			ChoiceOptionByName("Ich möchte meinen Rückrufpunkt hier registrieren.|r")
			loadPaths("Leveln/Q 20-30 CoO")
	</waypoint>	
</waypoints>

