Jump to content

lordakiuss

Mensajes recomendados

Pues buenas queria saber porque esta quest que es la del anillo telentransportador cuando la uso desde una city funciona bien pero al usarla desde otro mapa solo salen letras chinas y solo da la opcion de ir a jinno 1. Queria saber si me la podrian corregir o darme una buen. Gracias

 

say_title ( "Teleport by Rasero" )
say ( "Hola pequeño guerrero," )
say ( "¿A donde desea viajar?" )
local opzioni =select ("Campo Serpiente","Torre del Demonio","Cueva2","Bosque Rojo","Atlantida","Atlantida2","Mas")
if opzioni == 1 then
pc . warp ( 1059000 , 726200 )
elseif opzioni == 2 then
pc . warp ( 590500 , 110500)
elseif opzioni == 3 then
pc . warp ( 665600 , 435200 )
elseif opzioni == 4 then
pc . warp ( 1049600 , 0 )
elseif opzioni == 5 then
pc . warp ( 0 , 1203200 )
elseif opzioni == 6 then
pc . warp ( 241300 , 1275500 )
elseif opzioni == 7 then
local opzioni2 =select ("Imhsan","Trigrammi","Desierto","Carta Di Doyum","Valle","Monte","Cueva1","Mas")
if opzioni2 == 1 then
pc . warp ( 22000 , 11000 )
elseif opzioni2 == 2 then
pc . warp ( 38600 , 84900 )
elseif opzioni2 == 3 then
pc . warp ( 344000 , 502500 )
elseif opzioni2 == 4 then
pc . warp ( 600940 , 687117 )
elseif opzioni2 == 5 then
pc . warp ( 333949 , 752560 )
elseif opzioni2 == 6 then
pc . warp ( 436210 , 215744 )
elseif opzioni2 == 7 then
pc . warp ( 60000 , 496000 )
elseif opzioni2 == 8 then
local opzioni3 =select ("City 1 Jinno","City 2 Jinno","City 1 Chunjo","City 2 Chunjo","City 1 Shinsoo","City 2 Shinsoo","Cerrar")
if opzioni3 == 1 then
pc . warp ( 969600 , 278400 )
elseif opzioni3 == 2 then
pc . warp ( 873100 , 242600 )
elseif opzioni3 == 3 then
pc . warp ( 55700 , 157900 )
elseif opzioni3 == 4 then
pc . warp ( 138500 , 234900 )
elseif opzioni3 == 5 then
pc . warp ( 469300 , 964200 )
elseif opzioni3 == 6 then
pc . warp ( 360800 , 877600 )
elseif opzioni3 == 7 then
return
end
end
end

 

 
Enlace para comentar
Compartir en otros sitios

  • Dilong locked this tema
Guest
Este tema está cerrado a otras respuestas.
  • Recientemente navegando por este tema   0 miembros

    • No hay usuarios registrados visitando esta página.
×
×
  • Crear nuevo...