Jump to content

[PETICION]Quest Teleport


EzekielitohMercury

Recommended Posts

Pacificardor, pudes hacer una para volver a las citys?

 

quest portercity begin
state start begin
when idnpc.chat."Teleporter City" begin
say_title("Teleporter")
say("")
say("A que city quieres viajar?")
say("")
local main_set3 =select ("Ciudad 1 Jinno","Ciudad 2 Jinno","Ciudad 1 Chunjo","Ciudad 2 Chunjo","Ciudad 1 Shinsoo","Ciudad 2 Shinsoo","Cancelar")
if main_set3 == 1 then
pc.warp ( 969600 , 278400 )
elseif main_set3 == 2 then
pc.warp ( 873100 , 242600 )
elseif main_set3 == 3 then
pc.warp ( 55700 , 157900 )
elseif main_set3 == 4 then
pc.warp ( 138500 , 234900 )
elseif main_set3 == 5 then
pc.warp ( 469300 , 964200 )
elseif main_set3 == 6 then
pc.warp ( 360800 , 877600 )
elseif main_set3 == 7 then
return
end
end
end
end
Link to comment
Share on other sites

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...