Jump to content
  • 0

[Warning]: clif_parse: Received unsupported packet (packet 0x0706, 2 bytes received)


Castellani

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  04/03/16
  • Last Seen:  

Hello guys,
I'm having troubles after a melee attack in anything. My client automatically close. (if i attack with skills have no error).

Using 2010-07-30 client.
 
Console error: [Warning]: clif_parse: Received unsupported packet (packet 0x0706, 2 bytes received), disconnecting session #6.
 
Please help!
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  153
  • Reputation:   8
  • Joined:  07/01/14
  • Last Seen:  

Hi buddy!

Have you compile your server with the file src/common/mmo.h edited like:

#ifndef PACKETVER
	#define PACKETVER 20100730

If yes, you can solve your problem by commenting PACKET_OBFUSCATION in src/config/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

After that you have to compile again

 

What version of rAthena are you using?

Edited by Fratini
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  04/03/16
  • Last Seen:  

Hi buddy!

Have you compile your server with the file src/common/mmo.h edited like:

#ifndef PACKETVER
	#define PACKETVER 20100730

If yes, you can solve your problem by commenting PACKET_OBFUSCATION in src/config/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

After that you have to compile again

 

What version of rAthena are you using?

 

mmo.h is ok

Pakcet Obfuscation isnt avaible

eAthena version - Revision 3187M

 

Fixed!

Solution: I update old packet_db.txt (eAthena) to new (rAthena).

 

Close topic.

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