Jump to content
  • 0

clif_parse: Disconnecting session #8 with unknown packet version (p:0x70ee,l:19)


Lai

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  11/22/11
  • Last Seen:  

Hi there.

 

I get clif_parse: Disconnecting session #8 with unknown packet version (p:0x70ee,l:19).

 
When I enter the Map server.
 
Using latest rA
Using 2015-11-04
 
Any idea what this packet means?

Problem solved.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

Hi there.

 

I get clif_parse: Disconnecting session #8 with unknown packet version (p:0x70ee,l:19).

 
When I enter the Map server.
 
Using latest rA
Using 2015-11-04
 
Any idea what this packet means?

Problem solved.

 

 

To people which have the same error like Lai have, the problem in not used diff called "Disable Packet Encryption",

when you will apply this diff (disable packet obf. with NEMO) you will solve the problem. 

Edited by Anacondaqq
Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  01/11/15
  • Last Seen:  

I get clif_parse: Disconnecting session #3 with unknown packet version (p:0x70ee,l:19) in rAthena svn rev: 20020. (NEMO) - Disable Packet Encryption - enabled.

mmo.h

#ifndef PACKETVER
	#define PACKETVER 20151104
	//#define PACKETVER 20120410
#endif

packet_db

packet_db_ver: 55
packet_keys_use: default

clientinfo

<version>55</version>		

clif.h

num { // packet DB
	MIN_PACKET_DB  = 0x064,
	MAX_PACKET_DB  = 0xAFF,
	MAX_PACKET_VER = 55,
	MAX_PACKET_POS = 20,
};

client.conf

// default value: 0x7FFFFFFF	(all clients/versions [5;39])
packet_ver_flag: 0x7FFFFFFF

// default value: 0x7FFFFFFF	(all clients/versions [41;72])
packet_ver_flag2: 0x7FFFFFFF 

login_athena.conf

check_client_version: no

core.h

//#define PACKET_OBFUSCATION

Solved.

Edited by eug2b
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  67
  • Reputation:   0
  • Joined:  07/29/12
  • Last Seen:  

 

Hi there.

 

I get clif_parse: Disconnecting session #8 with unknown packet version (p:0x70ee,l:19).

 
When I enter the Map server.
 
Using latest rA
Using 2015-11-04
 
Any idea what this packet means?

Problem solved.

 

 

To people which have the same error like Lai have, the problem in not used diff called "Disable Packet Encryption",

when you will apply this diff (disable packet obf. with NEMO) you will solve the problem. 

 

 i did the samething but still not woring  /sob

Edited by Bachir Zitout
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

Bachir Zitout Diff it with NEMO and dont disable the Packet Obfuscasion 

Client.xml put server 55

login_athena.conf packet ver 55

packet_db.txt put it packet_ver: 55

mmo.h #define PACKETVERSION 20151104

Compile and your done!!!!! Rock!!!

Edited by chatterboy
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...