antiblock
diamwall
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
p0w3r0ff

Painel Portátil Teleporter

5 posts in this topic

Teleporte Portatil vai facilitar vida aos gms....Se traduzir nao se esqueça de partilhar com comunidade e colocar quest traduzida na area de metin em Serviços de Traduçao.CumprimentosCrie um arquivo chamado pannello_teleporter.quest e Copie e cole codigo em baixo:

quest teleporter_portatile begin	state start begin		when login or levelup with pc.get_level() > 0 begin			set_state( "asd" )		end	end	state asd begin		when letter begin			send_letter( "Teleporter portatile" )		end		when button or info begin			say_title( "Teleporter portatile" )			set_state( "asd" )		  	  local ganja = select("Teleporter Villi", "Teleporter mappe EXP", "Annulla")if ganja == 1 thensay_title ( " Teleporter Villaggi " )say ( " Benvenuto. " )say ( " vuoi viaggiare? " )say ( "" )say ( "" )local ceso = select ( "Si" ,  "No" )if ceso == 2 thensay ( " Mi dispiace sarà per un altra volta " )returnendsay ( " Bene ora devi scegliere la tua " )say ( " destinazione per essere trasportato. " )villaggiz = select ( " Shinsoo" , " Chunjo" , " Jinno" , "Annulla" )if 1 == villaggiz thenrossiz = select ( "Villo 1" , "Villo 2" , "Annulla" )if 1 == rossiz thensay ( "Ora verrai teletrasportato." )wait ( )pc . warp ( 469300 , 964200 )elseif 2 == rossiz thensay ( "Ora verrai teletrasportato." )wait ( )pc . warp ( 360800 , 877600 )endelseif 2 == villaggiz thengialliz = select ( "Villo 1" , "Villo 2" , "Annulla" )if 1 == gialliz thensay ( "Ora verrai teletrasportato." )wait ( )pc . warp ( 55700 , 157900 )elseif 2 == gialliz thensay ( "Ora verrai teletrasportato." )wait ( )pc . warp ( 138500 , 234900 )endelseif 3 == villaggiz thenbluz = select ( "Villo 1" , "Villo 2" , "Annulla" )if 1 == bluz thensay ( "Ora verrai teletrasportato." )wait ( )pc . warp ( 969600 , 278400 )elseif 2 == bluz thensay ( "Ora verrai teletrasportato." )wait ( )pc . warp ( 873100 , 242600 )endendelseif ganja == 2 thensay ("Teleporter mappe EXP")say ("vuoi viaggiare?")say ("")say ("")local asdin = select ("Si" ,  "No")if asdin == 2 thensay ("Fa Niente, ciao")returnendsay ("Scegli la tua destinazione")say ("Vai.")local zone = select ( "Atlantide1" , "Atlantide2" , "Bosco rosso" , "Bosco fantasma" , "Covo2 stanza rossa" , "Covo1 stanza rossa" , "Valle colonna blu" , "Valle colonna rossa" , "Valle colonna gialla" , "Annulla")if zone == 1 thenpc . warp ( 10000 , 1207800 )elseif zone == 2 thenpc . warp ( 241300 , 1275500 )elseif zone == 3 thenpc . warp ( 1119900 , 70800 )elseif zone == 4 thenpc . warp ( 288700 , 5700 )elseif zone == 5 thenpc . warp ( 703800 , 522700 )elseif zone == 6 thenpc . warp ( 89600 , 525400 )elseif zone == 7 thenpc . warp ( 334900 , 755800 )elseif zone == 8 thenpc . warp ( 346400 , 733200 )elseif zone == 9 thenpc . warp ( 317200 , 732200 )elseif zone == 10 thenreturnendendendendend
Colocar em:

usr/game(o rain)/channel/share_data/locale/english(o hongkong)/quest

Creditos: inforge

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

depois de fazer isso como é que aparece a quest

Share this post


Link to post
Share on other sites

Sempre quando traduzo essa quest,ela nao abre no jogo , dai quando nao traduzo ela abre u.u por que será ?!

Share this post


Link to post
Share on other sites

Estás a fazer algo mal.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this