antiblock
https://arwen2.global/
  • Chatbox

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

Bloqueio - Largar Itens, Negociar ...

Question

Olá,

 

Estive a testar as sv files Maxmi unbugged, e deparei-me que é impossive uma personagem GM negociar com outro jogador ou largar itens para o chão, pois quando tenta fazê-lo aparece a seguinte mensagem:

 

w7mn12qp1j0dyz6ybda6.png

 

No entanto, encontrei uma quest interessante ( game_option.quest ) .. que me pareceu a causadora do meu problema .

 

Quest:

 quest game_option begin    state start begin        when login begin            local val=0            local msg = gameforge.game_option._100_say .. " "            if pc.getqf("block_exchange") == 1 then                msg = msg..gameforge.game_option._110_say                val = val + 1            end             if pc.getqf("block_guild_invite") == 1 then                val = val + 4                msg = msg .. gameforge.game_option._120_say .. " "            end             if pc.getqf("block_messenger_invite") == 1 then                msg = msg .. gameforge.game_option._130_say .. " "                val = val + 16            end             if pc.getqf("block_party_invite") == 1 then                msg = msg .. gameforge.game_option._140_say .. " "                val = val + 2            end             if pc.getqf("block_party_request") == 1 then                msg = msg .. gameforge.game_option._150_say .. " "                val = val + 32            end             if pc.getqf("block_whisper") == 1 then                msg = msg .. gameforge.game_option._160_say .. " "                val = val + 8            end             if val != 0 then                syschat(msg)            end             pc.send_block_mode(val)        end    endend 

 

Removi a quest correactamente, apagando-a da quest_list ( maxmi_list ) .. mas isto não resolveu o problema ..

 

Removi também da pasta notarget e de todos os locais que continham o ficheiro .. o problema persistiu ..

 

Isto apenas acontece com personagens GM .. com os jogadores normais está tudo direito e funcional ..

 

Alguem sabe como remover esta "protecção" e onde está a origem disto?

 

Dou :+1: a todos os que ajudarem ..

 

Obrigado

Share this post


Link to post
Share on other sites

19 answers to this question

  • 0

escreve cd /usr/game/share/locale/turkey/quest

sh make.sh

Share this post


Link to post
Share on other sites
antiblock
https://arwen2.global/
  • 0

Verifica se a quest define alguns quest_state.

 

Caso defina, vai a base de dados em

 

Player--->Quest

 

e apaga os states correspondentes.

Share this post


Link to post
Share on other sites
  • 0

escreve cd /usr/game/share/locale/turkey/quest

sh make.sh

Olá,

 

Ja tinha feito isso á bocado e não resolveu nada .. :/

 

Obrigado na mesma

Share this post


Link to post
Share on other sites
  • 0

Verifica se a quest define alguns quest_state.

 

 Como assim .. ? 

Share this post


Link to post
Share on other sites
  • 0

Também não consigo resolver isso...

Share this post


Link to post
Share on other sites
  • 0

Isso está mesmo no game, pelo havia uma proteção que se fazia na source que fazia isso, essa proteção impossiblita aos gm's darem items a players e etc... A source das files são públicas?

Share this post


Link to post
Share on other sites
  • 0

Não, se fosse estava no tópico.

Share this post


Link to post
Share on other sites
  • 0

Então não ha maneira de "corrigir", a menos que tenha conhecimentos em C++ ou que pague ao criador das files para resolver .. ?

Share this post


Link to post
Share on other sites
  • 0

hasde tentar mudar de game a ver se dá... mete um com lycan e testa só a ver se dá

Share this post


Link to post
Share on other sites
  • 0

Usa o core do vanilla, tem a opção do 5º char no CONFIG.

Share this post


Link to post
Share on other sites
  • 0

Usa o core do vanilla, tem a opção do 5º char no CONFIG.

Podes mandar link, sff ?

 

Obrigado .

Share this post


Link to post
Share on other sites
  • 0

está aqui no forum na parte dos games

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