Experimentat
Experimentat
Mesaje: 72
Membru din: Sâm Ian 31, 2026 4:11 pm
Server: metin2avange.mt2.xyz
Rasă: Ninja
Regat: Chunjo
  • Has thanked: 1 time
  • Experimentat
    Experimentat

    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