antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Wolvarinhas

[Pedido] Guarda Da Cidade Bugado

Question

Boas estou aqui com problema e que o meu guarda da cidade ta sempre bugado e ja coloquei 15 guild mans e nenhum deu eu uso as files invoice e pedia que alguem me enviasse um guild man que funcionasse pff pode ser em script ou em upload tanto faz

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

vai há pasta quest e verifica se primeiro tens este ficheiro: questnpc.txt

Se tiveres abre e verifica se tens estas linhas

11000 guild_man1

11001 guild_war_observer1

11002 guild_man2

11003 guild_war_observer2

11004 guild_man3

11005 guild_war_observer3

Verificas nas tuas quests de "guild"

consoante o ID que tem no questnpc.txt

Exemplo: guild_man1.chat."Melhores 10 Guilds"

guild_man1 será o ID 11000 tal como está definido no questnpc.txt

Não sei se me fiz bem explicar.

Caso queiras mudar e não utilizar o questnpc.txt tens boa solução

na quest mudas de:

guild_man1.chat."Melhores 10 Guilds" <-> 11000.chat."Melhores 10 Guilds"

Espero ter ajudado.

Cumprimentos.

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif
  • 0

eu tenho estes todos 11000 guild_man111001 guild_war_observer111002 guild_man211003 guild_war_observer211004 guild_man311005 guild_war_observer3Mas o meu problema e o seguinteexemplo no 11000 no manager 2 quando carrego para criar guild ele volta ao jogo normal eu nao sei se o script ta enrado o script e o seguinte...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 alguem me ajuda nisto ???

Share this post


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