Jump to content

Errores en una quest


Saray

Recommended Posts


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

Link to comment
Share on other sites

quest mapas begin
state start begin
when 20081.chat."Teleportes" begin
selb = select ("Desierto Definitivo(Lv.175)", "Infierno Oscuro(Lv.190)", "Cielo Destruido(lv.205)", "Sala del Minotauro(Lv.220)", "MAPA 5", "MAPA 6","Mapas Extra")
sela = select ("Proximamente(lv85)", "Proximamente(Lv100)", "Valle Sangriento(lv115)", "Atlantea(lv130)", "Isla de la muerte(lv150)", "Valle De la Oscuridad(lv170)", "Mas Mapas")
selc = select("mapa1","mapa2","mapa3","mapa4","mapa5","mapa6","Salir")
if sela == 1 then
pc.warp(00, 00)
 elseif sela == 2 then
pc.warp(00, 00)
 elseif sela == 3 then
pc.warp(00, 00)
 elseif sela == 4 then
pc.warp(00, 00)
 elseif sela == 5 then
pc.warp(00, 00)
 elseif sela == 6 then
pc.warp(00, 00)
 elseif sela == 7 then
if selb == 1 then
pc.warp(00, 00)
elseif selb == 2 then
pc.warp(00, 00)
elseif selb == 3 then
pc.warp(00, 00)
elseif selb == 4 then
pc.warp(00, 00)
elseif selb == 5 then
pc.warp(00, 00)
elseif selb == 6 then
pc.warp(00, 00)
elseif selb == 7 then
if selc == 1 then
pc.warp(00, 00)
elseif selc == 2 then
pc.warp(00, 00)
elseif selc == 3 then
pc.warp(00, 00)
elseif selc == 4 then
pc.warp(00, 00)
elseif selc == 5 then
pc.warp(00, 00)
elseif selc == 6 then
pc.warp(00, 00)
end
end
end
end
end
end

Link to comment
Share on other sites

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...