Jump to content
  • 0

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


Question

Posted
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!

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

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
  • 0
Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...