Jump to content

Recommended Posts

Posted

Buenas gente de Metin2Zone hace bastante tiempo quise hacer la quest para teletransportarte al nuevo mapa y este es el resultado

quest capedragon begin    state start begin        when 9012.chat."Peñasco del Dragón Oscuro" with pc.get_level() >= 90 begin            say_title("Telentrasportador:")            say("Hace poco se descubrió una isla misteriosa a la que")            say("llaman el Peñasco del Dragón Oscuro.")            say("Quien quiera sobrevivir en ese lugar necesita tener")            say("la experiencia suficiente. Por eso solamente")            say("llevo allí a luchadores a partir de nivel 90.")            say("¿Te atreves a emprender este viaje?")            local a= select("Sí ","No")            if 1==a then                local level = pc.get_level()                local cost = math.floor(level / 5) * 1000                say_title("Telentrasportador:")                say("Solamente se puedé acceder a la isla en barco y")                say("la travesía es larga y agotadora. Cuanto mayor sea")                say("tu nivel, más riguroso resultará el viaje.")                say("Por eso tengo que ofrecerte una tarifa más alta.")                say_reward(string.format("El viaje te costará %d Yang.", cost))                local b= select("Sí ","No")                if 1==b then                    if pc.gold < cost then                        say_title("Teletransportador:")                        say("No te puedo teletransportar.")                        say("Tengo una gran familia y necesito dinero")                        say("para alimentarles.")                    else                        pc.warp(1104300,1788500)                        pc.changegold(-cost)                    end                end            end        end            endend

Aunque ya han sido publicado los archivos de gameforge dejo este pequeño aporte funcional y simple jeje

 

Creditos:

Elite™(Crear la quest)

Noa en el foro Croqueta (Por su pequeña ayuda)

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...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.