Castellani Posted April 18, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 04/03/16 Last Seen: April 19, 2016 Share 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 Link to comment Share on other sites More sharing options...
0 Fratini Posted April 18, 2016 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 153 Reputation: 8 Joined: 07/01/14 Last Seen: May 3, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 Castellani Posted April 18, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 04/03/16 Last Seen: April 19, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Question
Castellani
Using 2010-07-30 client.
Link to comment
Share on other sites
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.