Autor Tema: buff icons - party members  (Leído 1168 veces)

Desconectado cover_me

  • *


  • 2

    1

    0
  • al
I would like to copy from another source to my files what is visible in the photo (i.e. BUFFs that players in the party have)


where exactly in the source should I look for the code responsible for this?




so far I noticed that in Protocol.cpp this piece of code calls these icons


Código
            case 0x2E:

            gPartyBuffs.RecvPartyBuffs((PMSG_PARTY_EFFECT_LIST_SEND*)lpMsg);


and I see that I have 2 files: PartyBuffs.h and PartyBuffs.cpp


It seems like this might be it - but I don't know how to go about it



I created PartyBuffs.h and PartyBuffs.cpp files, added #include "PartyBuffs.h" in

Central.cpp and Protocol.cpp

added this in Protocol.cpp:


Código
 case 0x2E:

            gPartyBuffs.RecvPartyBuffs((PMSG_PARTY_EFFECT_LIST_SEND*)lpMsg);


I compiled (without errors) but the icons do not appear

My Files: Emerson UP27  - bufficons from files: takumi12

 

.