EzekielitohMercury Posted April 23, 2013 Report Share Posted April 23, 2013 Hola Amigos Les Queria Pedir Una Quest De Un Npc Que Te Teletransporte A Un Mapa Si Alguien Me Deja Alguna Se Lo Agradeceria! NataliMontoya 1 Link to comment Share on other sites More sharing options...
PACI Posted April 23, 2013 Report Share Posted April 23, 2013 quest warpmapa begin state start begin when idnpc.chat."Viajar" begin say("quieres viajar?") local a = select ("Sí", "No") if a == 1 then pc.warp(x, y) else say("Bueno, vuelve cuando quieras") end end end end EzekielitohMercury, NataliMontoya and mamiferox 3 Link to comment Share on other sites More sharing options...
Jaegar Posted April 23, 2013 Report Share Posted April 23, 2013 Pacificardor, pudes hacer una para volver a las citys? Link to comment Share on other sites More sharing options...
KeKo Posted April 24, 2013 Report Share Posted April 24, 2013 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 EzekielitohMercury 1 Link to comment Share on other sites More sharing options...
Recommended Posts