Saray Posted December 7, 2012 Report Share Posted December 7, 2012 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 Quote Link to comment Share on other sites More sharing options...
Croqueta Posted December 7, 2012 Report Share Posted December 7, 2012 no tiene mucho sentido si los servidores no tienen las mapas Quote Link to comment Share on other sites More sharing options...
Saray Posted December 7, 2012 Author Report Share Posted December 7, 2012 yo tengo todos del 85 asta 250 mas luego los de eventos Quote Link to comment Share on other sites More sharing options...
Metin2Arthas Posted December 7, 2012 Report Share Posted December 7, 2012 yo tengo todos del 85 asta 250 mas luego los de eventos esta muy bien la quest y bueno estoy deacuerdo con noa, si no tienes todos los mapas, quedarian botones inutilizables, es un gran aporte para quien tiene o todos esos mapas yo por ejemplo no tengo mapas, quise poner arañs 3 y alguno mas que coji del foro y no me funcionan. Quote Link to comment Share on other sites More sharing options...
KeKo Posted December 7, 2012 Report Share Posted December 7, 2012 esta muy bien la quest y bueno estoy deacuerdo con noa, si no tienes todos los mapas, quedarian botones inutilizables, es un gran aporte para quien tiene o todos esos mapas yo por ejemplo no tengo mapas, quise poner arañs 3 y alguno mas que coji del foro y no me funcionan. En realidad es mi quest de anillo teleporter, pero con una pagina mas.. Quote Link to comment Share on other sites More sharing options...
Saray Posted December 7, 2012 Author Report Share Posted December 7, 2012 xd si pero kedo buena la quest jeje Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.