Jump to content

Saray

Miembro
  • Contador contenido

    28
  • Ingreso

  • Última visita

  • Días ganados

    2

Mensajes publicados por Saray

  1. Aqui traigo la quest arreglada y funcional la probe en mi servidor son 3 paguinas de mapas para vuestro servidor

    quest mapas begin
    state start begin
    when 20095.chat.'Teleportar' begin
    local a = select ("Proximamente(lv85)", "Proximamente(Lv100)", "Valle Sangriento(lv115)", "Atlantea(lv130)", "Isla de la muerte(lv150)", "Valle De la Oscuridad(lv170)", "Mas Mapas")
    if a == 1 then
    if pc.get_level() < 85 then
    say("Lo siento aun no eres lvl 85")
    return
    end
    pc.warp (640,00)
    elseif a == 2 then
    if pc.get_level() < 100 then
    say("Lo siento aun no eres lvl 100")
    return
    end
    pc.warp (00,00)
    elseif a == 3 then
    if pc.get_level() < 115 then
    say("Lo siento aun no eres lvl 115")
    return
    end
    pc.warp (00,00)
    elseif a == 4 then
    if pc.get_level() < 130 then
    say("Lo siento aun no eres lvl 130")
    return
    end
    pc.warp (00,00)
    elseif a == 5 then
    if pc.get_level() < 150 then
    say("Lo siento aun no eres lvl 150")
    return
    end
    pc.warp (00,00)
    elseif a == 6 then
    if pc.get_level() < 170 then
    say("Lo siento aun no eres lvl 170")
    return
    end
    pc.warp (00,00)
    elseif a == 7 then
    local b = select ("Desierto Definitivo(Lv.190)", "Infierno Oscuro(Lv.210)", "Cielo Destruido(lv.230)", "Sala del Minotauro(Lv.245)", "Catakumbas(Lv.250)", "Mapa Jefes(Lv.250)","Mapas Extra")
    if b == 1 then
    if pc.get_level() < 190 then
    say("Lo siento aun no eres lvl 190")
    return
    end
    pc.warp (00,00)
    elseif b == 2 then
    if pc.get_level() < 210 then
    say("Lo siento aun no eres lvl 210")
    return
    end
    pc.warp (00,00)
    elseif b == 3 then
    if pc.get_level() < 230 then
    say("Lo siento aun no eres lvl 230")
    return
    end
    elseif b == 4 then
    if pc.get_level() < 245 then
    say("Lo siento aun no eres lvl 245")
    return
    end
    elseif b == 5 then
    if pc.get_level() < 250 then
    say("Lo siento aun no eres lvl 250")
    return
    end
    elseif b == 6 then
    if pc.get_level() < 250 then
    say("Lo siento aun no eres lvl 250")
    return
    end
    elseif b == 7 then
    local c = select("Mapa Del Yang(Lv.140)","MapaPVP(Lv.250)","Mapa De Dropeo(Lv.200)","MapaEventos(Lv.180)","MapaEventos(Lv.100)","CitiDeComercio(Lv.10)","Salir")
    if c == 1 then
    if pc.get_level() < 140 then
    say("Lo siento aun no eres lvl 140")
    return
    end
    elseif c == 2 then
    if pc.get_level() < 250 then
    say("Lo siento aun no eres lvl 250")
    return
    end
    elseif c == 3 then
    if pc.get_level() < 200 then
    say("Lo siento aun no eres lvl 200")
    return
    end
    elseif c == 4 then
    if pc.get_level() < 180 then
    say("Lo siento aun no eres lvl 180")
    return
    end
    elseif c == 5 then
    if pc.get_level() < 100 then
    say("Lo siento aun no eres lvl 100")
    return
    end
    elseif c == 6 then
    if pc.get_level() < 10 then
    say("Lo siento aun no eres lvl 10")
    return
    end
    end
    end
    end
    end
    end
    end
    
  2. 
    

    quest mapas begin

    state start begin

    when 20081.click begin

    local a = select ("Proximamente(lv85)", "Proximamente(Lv100)", "Valle Sangriento(lv115)", "Atlantea(lv130)", "Isla de la muerte(lv150)", "Valle De la Oscuridad(lv170)", "Mas Mapas")

    if a == 1 then

    pc.warp(00, 00)

    end

    elseif a == 2 then

    pc.warp(00, 00)

    elseif a == 3 then

    pc.warp(00, 00)

    elseif a == 4 then

    pc.warp(00, 00)

    elseif a == 5 then

    pc.warp(00, 00)

    elseif a == 6 then

    pc.warp(00, 00)

    elseif a == 7 then

    local b = select ("Desierto Definitivo(Lv.175)", "Infierno Oscuro(Lv.190)", "Cielo Destruido(lv.205)", "Sala del Minotauro(Lv.220)", "MAPA 5", "MAPA 6","Mapas Extra")

    if b == 1 then

    pc.warp(00, 00)

    end

    elseif b == 2 then

    pc.warp(00, 00)

    elseif b == 3 then

    pc.warp(00, 00)

    elseif b == 4 then

    pc.warp(00, 00)

    elseif b == 5 then

    pc.warp(00, 00)

    elseif b == 6 then

    pc.warp(00, 00)

    elseif b == 7 then

    local c = select("mapa1","mapa2","mapa3","mapa4","mapa5","mapa6","Salir")

    if c == 1 then

    pc.warp(00, 00)

    end

    elseif c == 2 then

    pc.warp(00, 00)

    elseif c == 3 then

    pc.warp(00, 00)

    elseif c == 4 then

    pc.warp(00, 00)

    elseif c == 5 then

    pc.warp(00, 00)

    elseif c == 6 then

    pc.warp(00, 00)

    elseif c == 7 then

    return

    end

    end

    end

  3. Probe esta quest y no me sirve y kiero si la correjis que pongais otra lista de mapas con 6 y diga salir y en la 2 lista poner 6 mapas y otra de mapas extras

    quest otros_mapas begin
    state start begin
      when 20095.click begin
      local a = select ("Proximamente(lv85)", Proximamente(Lv100)", "Valle Sangriento(lv115)", "Atlantea(lv130)", "Isla de la muerte(lv150)", "Valle De la Oscuridad(lv170)", "Mas Mapas", "Salir")
       if a == 1 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif a == 2 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif a == 3 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif a == 4 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif a == 5 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif a == 6 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif a == 8 then
    	    return
    	    end
       elseif a == 7 then
      local b = select ("Desierto Definitivo(Lv.175)", "Infierno Oscuro(Lv.190)", "Cielo Destruido(lv.205)", "Sala del Minotauro(Lv.220)", "Salir")
       if b == 1 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif b == 2 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif b == 3 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif b == 4 then
    	    pc.warp(cordes x, cordes y)
    	    return
    	    end
       elseif b == 5 then
    	    return
    	    end
      end
    end
    end
    
  4. Parte del cliente resubida

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Parte del Servidor resubida

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Regen Resubido

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

    Aki resubi completo si alguien podria ayudarme a poner este mapa porfavor que me dejen su skype por mp

  5. Imagen enviadaImagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 1016x745.

    Imagen enviada

    Imagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 875x653.

    Imagen enviada

    Imagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 1200x1200.

    Imagen enviada

    Imagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 1200x1200.

    Imagen enviada

    Imagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 1600x1200.

    Imagen enviada

    Imagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 1600x1200.

    Imagen enviada

    Imagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 1600x1600.

    Imagen enviada

    Imagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 922x1200.

    Imagen enviada

    Imagen enviada This image has been resized. Click this bar to view the full image. The original image is sized 1356x1190.

    Imagen enviada

  6. Hola amigos de Metin2zone. Les vengo a traer un pack de piedras (+0 a +9) de las cuales 6 son para armadura y 6 para armas, en total son 12. Fue una petición y os lo posteo por si a alguno le sirve. Dejo el .rar con todo para su perfecto funcionamiento e instalación como siempre aquí la prueba:

    Imagen enviada

     

    Link de descarga:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

×
×
  • Crear nuevo...