<?xml version="1.0" encoding="utf-8"?><waypoints>

--=================== Version 1.1 ============================--
<onLoad>
	changeProfileOption("LOOT", true)
	changeProfileOption("LOOT_ALL", true)
	changeProfileOption("ANTI_KS", false)
	hasBuffStack = false
	
	function settings.profile.events.onLeaveCombat()
		if player:hasBuff(623529) then
			elementBuff = player:getBuff(623529)
			if elementBuff.Level >= 9 then
				__WPL:setForcedWaypointType("RUN");
				hasBuffStack = true
			end
		end
	end
	__WPL:setForcedWaypointType("NORMAL");
	__WPL:setWaypointIndex(1)
</onLoad>
	<!-- #  1 --><waypoint x="-23868" z="-23385" y="570">
			if hasBuffStack == true then
				player:target_NPC(121341) -- Norhonsar
				yrest(500)
				ChoiceOptionByName(getTEXT("SC_425716_2"))
			end
			if inventory:itemTotalCount(241651) >= 30 then
				error("Conditions met to complete quest")
			end
			if player:hasBuff(623533) then
				repeat
					player:update()
					yrest(5000)
				until not player:hasBuff(623533)
				hasBuffStack = false
			end
			__WPL:setForcedWaypointType("NORMAL");
	</waypoint>
	<!-- #  2 --><waypoint x="-23806" z="-23450" y="573">	</waypoint>
	<!-- #  3 --><waypoint x="-23722" z="-23456" y="578">	</waypoint>
	<!-- #  4 --><waypoint x="-23566" z="-23503" y="604">	</waypoint>
	<!-- #  5 --><waypoint x="-23547" z="-23419" y="583">	</waypoint>
	<!-- #  6 --><waypoint x="-23523" z="-23368" y="586">	</waypoint>
	<!-- #  7 --><waypoint x="-23450" z="-23346" y="590">	</waypoint>
	<!-- #  8 --><waypoint x="-23405" z="-23167" y="588">	</waypoint>
	<!-- #  9 --><waypoint x="-23656" z="-23251" y="584">	</waypoint>
	<!-- # 10 --><waypoint x="-23621" z="-23380" y="579">	</waypoint>
	<!-- # 11 --><waypoint x="-23774" z="-23474" y="572">	</waypoint>
	<!-- # 12 --><waypoint x="-23852" z="-23412" y="572">	
			__WPL:setWaypointIndex(1)
	</waypoint>
</waypoints>