do you guys know what does the value of the definition in the MsgHdr.h means?
example:
i mean, i tried to add the party finder system, and the tutorial didn't state on how to define these packettpe. Here's the link for the tutorial#define PACKETTYPE_ALLOW_PARTY (DWORD)0x88100270
i've tried to define them in MsgHdr.h with this value(the green text), and when i compile it i got 0 errors, but when i login and press P, the client get crash leaving no error.txt in my log files.
So here's my question, is the value of my PACKETTYPE was the reason why my client get crashed? if so, how can i get a valid value to insert in that definition?




