Jump to content

Error by starting the dungeon


Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

I'm not allowed to show you the hole quest but i can show you the part where i want to warp to it:

when 20381.chat."EoS Run" begin
			if pc.is_gm() then return pc.setqf("eos_run_delay", 0) end
			eos_run.say_npc(npc.get_race())
			say()
			say("Was möchtest du  tun?")
			say()
			local sel = select("EoS Run starten", "Informationen", "Abbrechen")
			if sel == 3 then
				return
			elseif sel == 2 then
				eos_run.say_npc(npc.get_race())
				say()
				say("Infotext 1")
				say("Infotext 2")
				say()
				select("Alles klar!")
			elseif sel == 1 then
				eos_run.say_npc(npc.get_race())
				say()
				if not party.is_party() then setskin(NOWINDOW) return chat("Du bist in keiner Gruppe!") end
				if not party.is_leader() then setskin(NOWINDOW) return chat("Du bist nicht der Ersteller der Gruppe!") end
				if party.get_near_count() < eos.min_group_member then setskin(NOWINDOW) return chat("Es sind nicht genug Leute in der Gruppe!") end
				if pc.get_level() < eos.min_group_leader_level then setskin(NOWINDOW) return chat("Dein Level ist zu niedrig!")  end
				if get_time() > pc.getqf("eos_run_delay") then setskin(NOWINDOW) return chat("DU kannst den Run jetzt noch nicht wieder machen.") end
				say("Bist du dir sicher das deine Gruppe stark")
				say("genug ist, um den Run zu meistern?")
				say()
				if select("Ja!", "Nein...") == 2 then return end
				setskin(NOWINDOW)
				d.new_jump_party(eos.map_index, 10172, 10640)
			end
		end
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.