Can't someone who did this make a full tutorial? ._. We've some tutorials, but they do not fit with the most clients. I get this error clientside:
0809 20:45:58649 :: Phase Select does not handle this header (header: 18, last: 17, 18)
The error is in my packet.h in my binary source. Can someone tell me how i must edit this lines in packet.h to make it work?:
typedef struct packet_points { BYTE header; long points[POINT_MAX_NUM]; } TPacketGCPoints;
typedef struct packet_point_change { int header;
DWORD dwVID; BYTE Type;
long amount; // 바뀐 값 long value; // 현재 값 } TPacketGCPointChange;
Only replacing all "long" with "long long" did not worked cuz then i get this error. I am using Vanilla 67k so i think i have only edit the client binary, but this lines in packet.h are the resonance that i can't connect... Please help me