vikshit Posted September 25, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 03/27/17 Last Seen: July 17, 2018 Share Posted September 25, 2017 I want to enable the packet obfuscation support but i keep facing the problem for unknown packet version again and again Here are some details: Client : 2012-04-10 Server side : Packet_db packet_db_ver: 30 packet_keys_use: 0x02371814,0x52371814,0x32371814 //using custom keys 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. #define PACKET_OBFUSCATION mmo.h #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20120410 #endif I had diffed my client with custom keys as written in 'packet_key_use' with disable packet encryption not selected as well, I get this error still: clif_parse: Disconnecting session #8 with unknown packet version (p:0x2459,l:19). Please help and let me know where i am doing wrong thank you Quote Link to comment Share on other sites More sharing options...
0 Syzygy Posted September 26, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 16 Reputation: 11 Joined: 07/25/17 Last Seen: November 14, 2017 Share Posted September 26, 2017 turn off both packet obfuscation on core.h and client when diffing Quote Link to comment Share on other sites More sharing options...
0 vikshit Posted September 26, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 03/27/17 Last Seen: July 17, 2018 Author Share Posted September 26, 2017 But i want to use this feature sir. Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted September 26, 2017 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 17 hours ago Share Posted September 26, 2017 10 hours ago, vikshit said: I want to enable the packet obfuscation support but i keep facing the problem for unknown packet version again and again Here are some details: Client : 2012-04-10 Server side : Packet_db packet_db_ver: 30 packet_keys_use: 0x02371814,0x52371814,0x32371814 //using custom keys 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. #define PACKET_OBFUSCATION mmo.h #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20120410 #endif I had diffed my client with custom keys as written in 'packet_key_use' with disable packet encryption not selected as well, I get this error still: clif_parse: Disconnecting session #8 with unknown packet version (p:0x2459,l:19). Please help and let me know where i am doing wrong thank you add your packet key into db\import\packetdb.txt Quote Link to comment Share on other sites More sharing options...
0 Syzygy Posted September 26, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 16 Reputation: 11 Joined: 07/25/17 Last Seen: November 14, 2017 Share Posted September 26, 2017 diff your packet keys on nemo then. Quote Link to comment Share on other sites More sharing options...
0 vikshit Posted October 1, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 03/27/17 Last Seen: July 17, 2018 Author Share Posted October 1, 2017 On 9/26/2017 at 10:01 AM, hendra814 said: add your packet key into db\import\packetdb.txt Can u tell me format for dat? Quote Link to comment Share on other sites More sharing options...
0 vikshit Posted October 1, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 03/27/17 Last Seen: July 17, 2018 Author Share Posted October 1, 2017 On 9/26/2017 at 5:01 PM, Syzygy said: diff your packet keys on nemo then. I had already tried sir , the keys are diffed yet same problem of packet not recognize Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted October 4, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 6 hours ago Share Posted October 4, 2017 clear the db\import\packetdb.txt and put your key in the /db/packet_db.txt in the right place if you still have the problem post your packets or you /db/packet_db.txt Quote Link to comment Share on other sites More sharing options...
Question
vikshit
I want to enable the packet obfuscation support but i keep facing the problem for unknown packet version again and again
Here are some details:
Client : 2012-04-10
Server side :
Packet_db
packet_db_ver: 30
packet_keys_use: 0x02371814,0x52371814,0x32371814 //using custom keys
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.
#define PACKET_OBFUSCATION
mmo.h
#ifndef PACKETVER
#define PACKETVER 20120410
//#define PACKETVER 20120410
#endif
I had diffed my client with custom keys as written in 'packet_key_use' with disable packet encryption not selected as well, I get this error still:
clif_parse: Disconnecting session #8 with unknown packet version (p:0x2459,l:19).
Please help and let me know where i am doing wrong thank you
Link to comment
Share on other sites
7 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.