lordakiuss Posted June 29, 2013 Report Share Posted June 29, 2013 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 Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted June 29, 2013 Report Share Posted June 29, 2013 Puedes usar esta de KeKo que va muy bien Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link to comment Share on other sites More sharing options...
lordakiuss Posted June 29, 2013 Author Report Share Posted June 29, 2013 Gracias pueden cerrar Link to comment Share on other sites More sharing options...
Recommended Posts