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
case 0x2E:
gPartyBuffs.RecvPartyBuffs((PMSG_PARTY_EFFECT_LIST_SEND*)lpMsg);
and I see that I have 2 files:
PartyBuffs.h and
PartyBuffs.cppIt 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:
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