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  
123roberto

Erro Na Quest Para Criar A Guild

2 posts in this topic

Eu no meu server abro o guarda da cidade e clico em criar guild e desaparece eu já vi na quest.

 

 

local level_limit ; 
local guild_create_item 
if get_locale ( ) == "euckr" 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 ( "Para criares Guild, tens de esperar 1 dia..." , 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 ( "Para criares Guild, tens de esperar 1 dia..." , game . get_event_flag ( "guild_disband_delay" ) ) ) 
return 
end 
say ( locale . guild . create_confirm ) 
local s = select ( "Sim" , "Não" ) 
if s == 2 then 
return 
end 
if pc . level >= level_limit then 
if pc . gold >= 200000 then 
if not guild_create_item or pc . countitem ( guild_create_item ) > 0 then 
game . request_make_guild ( ) 
else 
say ( "Necessitas do Livro da Providencia para poderes criar guild!" ) 
end 
else 
say ( "Necessitas de Yang para poderes criar guild!" ) 
end 
else 
say ( "Necessitas de Lv:40 para poderes criar guild!" ) 
end
 
 
Tentem ai ajudar sff.

Share this post


Link to post
Share on other sites
antiblock
diamwall
Tópico Fechado
Tópico Antigo e Sem resposta
 
Movido de Metin2 - Dúvidas para Lixeira do Fórum

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this