Pagina 1 din 1

🔵 QUEST: Teleport Rapid (meniu) la NPC

Scris: Dum Feb 01, 2026 10:29 am
de ProFight3D

Cod: SelectaĊ£i tot

quest teleport_rapid begin
	state start begin
		when 20084.chat."Teleport Rapid" begin
			local s = select("Map1", "Map2", "Map3", "Inchide")
			if s == 4 then return end

			if s == 1 then
				pc.warp(469300, 964200) -- schimba coord
			elseif s == 2 then
				pc.warp(55700, 157900)
			elseif s == 3 then
				pc.warp(863900, 246000)
			end
		end
	end
end