Jump to content
  • 0

clif_parse disconnecting session #3 with unknown packet version


darktower

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/30/16
  • Last Seen:  

2015-11-04aRagexe

mmo.h

#ifndef PACKETVER
	#define PACKETVER 20150411
	//#define PACKETVER 20120410
#endif

Packet_db

//packet_db_ver: 46
packet_db_ver: 55
packet_keys_use: default

core.h

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
//#define PACKET_OBFUSCATION

I diffing client,apply the "Disable encrypted packet" diff.

How can I fix this error ,Help me pls!


 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  588
  • Reputation:   438
  • Joined:  01/26/16
  • Last Seen:  

#define PACKETVER 20151104

not 20150411

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...