Castellani Posted April 18, 2016 Posted April 18, 2016 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! Quote
0 Fratini Posted April 18, 2016 Posted April 18, 2016 (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 April 18, 2016 by Fratini Quote
0 Castellani Posted April 18, 2016 Author Posted April 18, 2016 (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 April 18, 2016 by Castellani Quote
Question
Castellani
Using 2010-07-30 client.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.