antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
ڈیوائن شمان

Como mudo isto aqui

Question

Boas Pessoal Eu mudei o NPC do Ferreiro e Bandeirá do reino Aparece Muito em Cima como posso resolver isso Vou deixar aqui print 0606_194405.jpg

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

Binario/InstanceBaseEffect.cpp

 

Na função void CInstanceBase::__AttachEmpireEffect(DWORD eEmpire)

Adiciona o seguinte:

 DWORD vnum_my_npc = id_do_npc_desejado;        
    if (GetRace() == vnum_my_npc)
        return;

 

Com isso removes a bandeira.

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

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