<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onload>
questtype = "public" -- public , daily
questname = RoMScript('TEXT("Sys426087_name")')

function doquest(accept)
	if accept then
		if questtype == "daily" then
			local dqCount, dqPerDay = RoMScript("Daily_count()")
			if dqCount ~= 10 then
				player:target_NPC(121843)
				AcceptQuestByName(questname,questtype)
			else
				inventory:update()
				if inventory:itemTotalCount(202434) > 0 then
					inventory:useItem(202434)
					yrest(2000)
					player:target_NPC(121843)
					AcceptQuestByName(questname,questtype)	
				else
					player:sleep()
				end
			end	
		else
			player:target_NPC(121843)
			AcceptQuestByName(questname,questtype)
		end
	else
		if questtype == "public" then
			local __,__,__,Score,Count = RoMScript("PE_GetInfo(1)")
			if Count ~= 2 then
				print("Waiting for event to start")
				yrest(1000)
				repeat
					local __,__,__,Score,Count = RoMScript("PE_GetInfo(1)")
					yrest(1000)
				until Count == 2
			end
		end
		player:target_NPC(121843)
		CompleteQuestByName(questname,questtype)
	end
end
</onload>
	<!-- #  1 --><waypoint x="-7379" z="-5134" y="1359">doquest() doquest(true)</waypoint>
	<!-- #  2 --><waypoint x="-7220" z="-5031" y="1360">	</waypoint>
	<!-- #  3 --><waypoint x="-6975" z="-5042" y="1354">	</waypoint>
	<!-- #  4 --><waypoint x="-6927" z="-5185" y="1328">
		repeat
			player:target_Object(121847,900);
			yrest(500)
		until getQuestStatus("Even More Repelling",questtype) == "complete"
	</waypoint>
	<!-- #  5 --><waypoint x="-6975" z="-5042" y="1354">	</waypoint>	
	<!-- #  6 --><waypoint x="-7220" z="-5031" y="1360">	</waypoint>	
</waypoints>