antiblock
diamwall
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
@Metin2

Cintos

Question

Ola pessoal queria uma ajuda, eu fui testar os cintos mas o grande problema que ele não aparece no inventorywindow

o cinto equipa mais não aparece img

 

2lxfkMW.png

 

 

Não me da erro no sysser do cliemt

Share this post


Link to post
Share on other sites

4 answers to this question

  • 0

Primeiro o type do belt tem de ser 34

 

Depois vai á source do binário em GameType.h procura por 

 

const DWORD c_New_Equipment_Start = c_Equipment_Start + 21;

 

E substitui por 

const DWORD c_New_Equipment_Start = c_Equipment_Start + 22;

 

Compilas e já deve dar

 

Share this post


Link to post
Share on other sites
antiblock
Cyphriun
  • 0

Vou verifica ! eu fiz teste com equipamento rápido ele me aparece o cinto no inventory.

Share this post


Link to post
Share on other sites
  • 0

#ifdef ENABLE_NEW_EQUIPMENT_SYSTEM
    const DWORD c_New_Equipment_Start = c_Equipment_Start + 22;
    const DWORD c_New_Equipment_Count = 3;
    const DWORD c_Equipment_Ring1 = c_New_Equipment_Start + 0;
    const DWORD c_Equipment_Ring2 = c_New_Equipment_Start + 1;
    const DWORD c_Equipment_Belt  = c_New_Equipment_Start + 2;;
#endif

 

 

Não deu certo

Share this post


Link to post
Share on other sites
  • 0

Tenho o mesmo problema, só que comigo é no RING1 e RING 2

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