Jump to content

Unknown packet on level up


Recommended Posts

  • Management

I recently noticed that the client closes after the character levels up, but not always, but almost always.

On the client syserr I get different packets, like this:

Unknown packet header: 194, last: 17 75
Unknown packet header: 235, last: 17 75

Nothing reported on the server side syserr.

packet.h

typedef struct packet_point_change
{
	int		header;
	DWORD		dwVID;
	BYTE		type;
	long long	amount;
	long long	value;
} TPacketGCPointChange;

char.h

typedef struct character_point
{
	long long		points[POINT_MAX_NUM];

	BYTE			job;
	BYTE			voice;

	int			level;
	DWORD			exp;
	long long		gold;

	long			hp;
	int			sp;

	long			iRandomHP;
	int			iRandomSP;

	int			stamina;

	BYTE			skill_group;
} CHARACTER_POINT;

I used this: 

 

Any idea? Like I said, it doesn't happen every time, but it happens more times than it doesn't.

 

raw

raw

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.