antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
LittleSoldier

Guarda Da Cidade Bugado

21 posts in this topic

No guarda da cidade quando carrego criar guild não faz nada!

Se alguém tiver a solução...

 

 

 

Obrigado.

Share this post


Link to post
Share on other sites
antiblock
Elveron

Comes uma rabanada e escreves no chat o seguinte :

 

" /batatas 21 cornettos de morango com pataniscas de bacalhau "

 

E pronto.

Share this post


Link to post
Share on other sites

Comes uma rabanada e escreves no chat o seguinte :

 

" /batatas 21 cornettos de morango com pataniscas de bacalhau "

 

E pronto.

Off-Topic desnecessário, e dá ban.

Share this post


Link to post
Share on other sites

Estou a usar Files Rancoroso..

 

PS: OldWay isso não deu :S

Obvio que não deu , ele está a gozar com a tua cara.

Share this post


Link to post
Share on other sites

Off-Topic desnecessário, e dá ban.

Não deixa de ser bom

Share this post


Link to post
Share on other sites

Então deve ser da quest que tem algum problema, tens de tentar encontrá-lo ou então posta aqui que posso dár uma olhada.

Share this post


Link to post
Share on other sites

Então deve ser da quest que tem algum problema, tens de tentar encontrá-lo ou então posta aqui que posso dár uma olhada.

Olha tenho de traduzir na script ou na guild_manage.quest?

Share this post


Link to post
Share on other sites

script

Não deu :S Que faço agora?

 
local level_limit ; 
local guild_create_item 
if get_locale ( ) == "germany" then 
level_limit = 40 
guild_create_item = false 
else 
level_limit = 40 
guild_create_item = false 
end 
if pc . hasguild ( ) then 
return 
end 
if game . get_event_flag ( "guild_withdraw_delay" ) * 86400 > 
get_global_time ( ) - pc . getqf ( "new_withdraw_time" ) then 
say ( string . format ( "Saiste duma guild muito recentemente! Espera um pouco!" , game . get_event_flag ( "guild_withdraw_delay" ) ) ) 
return 
end 
if game . get_event_flag ( "guild_disband_delay" ) * 86400 > 
get_global_time ( ) - pc . getqf ( "new_disband_time" ) then 
say ( string . format ( "Saiste duma guild muito recentemente! Espera um pouco!" , game . get_event_flag ( "guild_disband_delay" ) ) ) 
return 
end 
say ( locale . guild . create_confirm ) 
local s = select ( "Sim" , "Nao" ) 
if s == 2 then 
return 
end 
if pc . level >= 40 
if pc . gold >= 200000 then 
if not guild_create_item or pc . countitem ( guild_create_item ) > 0 then 
game . request_make_guild ( ) 
else 
say ( "Nao Nível!" ) 
end 
else 
say ( "Nao tens yang suficiente!" ) 
end 
else 
say ( "Nao tens nivel suficiente!" ) 
end 

Share this post


Link to post
Share on other sites

Hum não estou a ver onde possa estar, mas vai a : http://cyber-gamers.org/index.php?/topic/672-hotscript%C2%B4s-de-npc%C2%B4s-traduzidos-e-melhorados/ e saca que tem la o guarda da cidade já traduzido e sem bugs, depois adaptas a tradução à tua maneira!

Share this post


Link to post
Share on other sites

 

if get_locale ( ) == "germany" then 

Teu locale mayb? $;

Share this post


Link to post
Share on other sites