Jump to content

Quest mapas Completa 100%


Saray

Recommended Posts

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
Link to comment
Share on other sites

yo tengo todos del 85 asta 250 mas luego los de eventos :D

 

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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