Jump to content

Recommended Posts

Posted

Primero que todo buen día o buenas noches comunidad de metin2zone vengo a molestarlo con una petición con mucho respeto quien me puede hacer el favor y facilitarme que en esta quest que dejaré en la descripción cuando la ponga en un npc teletransporte a la ciudad de cape bay, trueno y guatama a capa de level 90 bay lvl 105, trueno 115 y guatama lvl 120 mucha gracia por su atención y el que desee ayudarme también ^^ 😄

teleportmapamina.quest

Posted

He usado mis cordenadas, si no son las mismas, solo cambialas.

Quote

quest nazox_teleport begin
    state start begin
        when 30123.chat."Mapa de Mina" with pc.get_level() >= 50 begin
            say_title("Teletransportador")
            say("¡Hola "..pc.get_name().."! ¿Sabías que puedo")
            say("teletransportarte a diferentes mapas como")
            say("Cape, Trueno o Gautama?")
            say("")
            say("¿Quieres viajar?")
            local nazox = select("Cape Dragon", "Trueno", "Gautama", "Cancelar")
            if nazox == "Cape Dragon" then
                if pc.get_level() >= 90 then
                    pc.warp(1024000, 1664000)
                else
                    say_reward("Lo siento, tienes que ser nivel 90.")
                end
            elseif nazox == "Trueno" then
                if pc.get_level() >= 105 then
                    pc.warp(1126400, 1510400)
                else
                    say_reward("Lo siento, tienes que ser nivel 105.")
                end
            elseif nazox == "Gautama" then
                if pc.get_level() >= 120 then
                    pc.warp(1177600, 1664000)
                else
                    say_reward("Lo siento, tienes que ser nivel 120.")
                end
            elseif nazox == "Cancelar" then
                return
            end
        end
    end
end

No soy muy bueno en quest, estoy aprendiendo poco a poco más, ya que nuestro amigo @caanmasu se ha retirado, quiero intentar al menos poder ayudar en este apartado aunque no sea mi fuerte, verifica que funcione y me comentas.

Posted
hace 5 minutos, NazoX dijo:

He usado mis cordenadas, si no son las mismas, solo cambialas.

No soy muy bueno en quest, estoy aprendiendo poco a poco más, ya que nuestro amigo @caanmasu se ha retirado, quiero intentar al menos poder ayudar en este apartado aunque no sea mi fuerte, verifica que funcione y me comentas.

muchas gracias bro por la 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.