Jump to content

Saray

Miembro
  • Contador contenido

    28
  • Ingreso

  • Última visita

  • Días ganados

    2

Todo lo publicado por Saray

  1. xd si pero kedo buena la quest jeje
  2. yo tengo todos del 85 asta 250 mas luego los de eventos
  3. 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
  4. No podeis poner a las quest que salgan cierto dia esque salen las 3 a la vez
  5. No me va doy al mapa a una opcion y me lleva a otra opcion y asin a otra
  6. sigue igual no ay los experto aki de quest
  7. 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
  8. Saray

    Nuevo Mapita :D

    lo probastes si funciona
  9. Muy bueno solo keria pedirte una cosa si pudieras
  10. 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
  11. 123 si sigues seras reportado a los Administradores
  12. Parte del cliente resubida http://www.multiupload.nl/TJ4NIL09DO Parte del Servidor resubida http://www.multiupload.nl/1PPGQYXKTP Regen Resubido http://www.multiupload.nl/1BYPATM2DZ Aki resubi completo si alguien podria ayudarme a poner este mapa porfavor que me dejen su skype por mp
  13. This image has been resized. Click this bar to view the full image. The original image is sized 1016x745. This image has been resized. Click this bar to view the full image. The original image is sized 875x653. This image has been resized. Click this bar to view the full image. The original image is sized 1200x1200. This image has been resized. Click this bar to view the full image. The original image is sized 1200x1200. This image has been resized. Click this bar to view the full image. The original image is sized 1600x1200. This image has been resized. Click this bar to view the full image. The original image is sized 1600x1200. This image has been resized. Click this bar to view the full image. The original image is sized 1600x1600. This image has been resized. Click this bar to view the full image. The original image is sized 922x1200. This image has been resized. Click this bar to view the full image. The original image is sized 1356x1190.
  14. Ola Metin2Zone Navegando por epvp encontre estos items para metin2zone Aki una foto Descarga: http://www.multiupload.nl/6NUDTZMRIY Fuente:epvp
  15. en otro metin2 son piedras coji la idea del metin2 k vi
  16. 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: Link de descarga: http://depositfiles.com/files/ku4evf9qv
×
×
  • Crear nuevo...