Jump to content

[CHANGE] MAX GOLD


Recommended Posts

  • 2 weeks later...
  • Bot

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 :)

english_banner.gif

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 years later...
  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.