Jump to content

Recommended Posts

Below I will analyze the data release

 

Packet difference items

example 40250:

typedef struct packet_item_set
{
BYTE header;
TItemPos Cell;    //item Cell
DWORD vnum;
BYTE count;
DWORD flags;
DWORD anti_flags;
bool highlight;   //Is DRAGON_SOUL_INVENTORY
long alSockets[ITEM_SOCKET_MAX_NUM];
TPlayerItemAttribute aAttr[ITEM_ATTRIBUTE_MAX_NUM];
} TPacketGCItemSet;
2089 and 34083:
typedef struct packet_item_set
{
	BYTE	header;
	BYTE	pos;  //item pos
	DWORD	vnum;
	BYTE	count;
	DWORD	flags;
	DWORD	anti_flags;
	long	alSockets[ITEM_SOCKET_MAX_NUM];
	TPlayerItemAttribute aAttr[ITEM_ATTRIBUTE_MAX_NUM];
} TPacketGCItemSet;

differences only Cell and  pos.

 

Also different packet encryption

 

 

sorry,English is not good.

Link to comment
https://metin2.dev/topic/4911-2089-and-34083-contrast-40250-version-packets/
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.