Jump to content

Anillo Teleport


Atem

Recommended Posts

No hace falta decir mas, espero y a alguien le guste.

 

 

 

quest teleport_basico begin
    state start begin
        when 70007.use begin
            local empire = pc.get_empire()  --REINO
                        say_title("Teletransportador básico:")
                    say("Con este anillo podrás teletransportarte al lugar")
                       say("de tu elección.")
                    say("")
                    say_reward("Elige la ubicación de tu destino:")
                    local menu = select("Áreas de Reinos","Áreas Neutrales","Mazmorras","Cancelar")
                        if menu == 1 then
                            say_title("Teletransportador básico:")
                               say_reward("¿A qué Reino deseas ir?")
                            local reinos = select("Shinsoo","Chunjo","Jinno","Cancelar")
                                if reinos == 1 then
                                    say_title("Teletransportador básico:")
                                    say_reward("¿A dónde quieres ir?")
                                    local shinsoo = select("Yongan","Jayang","Jungrang","Cancelar")
                                        if shinsoo == 1 then
                                            pc.warp(469300,964200)
                                        elseif shinsoo == 2 then
                                            pc.warp(360800,877600)
                                        elseif shinsoo == 3 then
                                            pc.warp(135600,4300)
                                        end --iff shinsoo
                                elseif reinos == 2 then
                                    say_title("Teletransportador básico:")
                                    say_reward("¿A dónde quieres ir?")
                                    local chunjo = select("Joan","Bokjung","Waryong","Cancelar")
                                        if chunjo == 1 then
                                            pc.warp(55700,157900)
                                        elseif chunjo == 2 then
                                            pc.warp(138500,234900)
                                        elseif chunjo == 3 then
                                            pc.warp(221900,9300)
                                        end --chunjo
                                elseif reinos == 3 then
                                    say_title("Teletransportador básico:")
                                    say_reward("¿A dónde quieres ir?")
                                    local jinno = select("Pyungmoo","Bakra","Imha","Cancelar")
                                        if jinno == 1 then
                                            pc.warp(969600,278400)
                                        elseif jinno == 2 then
                                            pc.warp(873100,242600)
                                        elseif jinno == 3 then
                                            pc.warp(271800,13000)
                                        end --jinno
                                end --iff reinos
                        elseif menu == 2 then
                            say_title("Teletransportador básico:")
                               say_reward("¿A dónde quieres ir?")
                               local neutrales1 = select("Valle Seugryong","Desierto","Monte Sohan","Doyyumhwan","Siguiente","Cancelar")

                                   if neutrales1 == 1 then
                                       if empire == 1 then
                                           pc.warp(402100,673900)
                                       elseif empire ==2 then
                                           pc.warp(270400,739900)
                                       elseif empire == 3 then
                                           pc.warp(321300,808000)
                                       end --if empire
                                   elseif neutrales1 == 2 then
                                       if empire == 1 then
                                           pc.warp(217800,627200)
                                       elseif empire ==2 then
                                           pc.warp(221900,502700)
                                       elseif empire == 3 then
                                           pc.warp(344000,502500)
                                       end --if empire
                                   elseif neutrales1 == 3 then
                                       if empire == 1 then
                                           pc.warp(434200,290600)
                                       elseif empire ==2 then
                                           pc.warp(375200,174900)
                                       elseif empire == 3 then
                                           pc.warp(491800,173600)
                                       end --if empire
                                   elseif neutrales1 == 4 then
                                       if empire == 1 then
                                           pc.warp(599400,756300)
                                       elseif empire ==2 then
                                           pc.warp(597800,622200)
                                       elseif empire == 3 then
                                           pc.warp(730700,689800)
                                       end --if empire
                                   elseif neutrales1 == 5 then
                                       say_title("Teletransportador básico:")
                                       say_reward("¿A dónde quieres ir?")
                                       local neutrales2 = select("Campo Serpiente","Tierra de Gigantes","Lungsam (Bosque Fantasma)","Lungsam (Bosque Rojo)","Cancelar")
                                   end --neutrales1
                        elseif menu == 3 then
                            say_title("Teletransportador básico:")
                               say_reward("¿A dónde quieres ir?")
                               local mazmorras = select("Caverna de arañas","Torre Demoníaca","Gruta del Exilio","Catacumbas del Diablo","Cancelar")
                                   if mazmorras == 1 then
                                       pc.warp(346700,632900)
                                   elseif mazmorras == 2 then
                                       pc.warp(590500,110600)
                                   elseif mazmorras == 3 then
                                       pc.warp(284200,810500)
                                   elseif mazmorras == 4 then
                                       pc.warp(591400,99200)
                                   end --mazmorras
                        end    --if menu
        end --When
    end --State
end --Quest
 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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