PapaZola Posted May 23, 2016 Posted May 23, 2016 i have a problem like this https://www.youtube.com/watch?v=NjZrkJ9odQM im used latest git client 2012-04-10 pre here my packet db //packet_db_ver: 46 packet_db_ver: 30 //packet_keys_use: default /// 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 all i already following this issue but still same https://github.com/rathena/rathena/issues/255 Quote
0 Elsa Mist Posted May 23, 2016 Posted May 23, 2016 have you try change to the older version of GIT? Change the client date? everything? Quote
0 benching Posted May 24, 2016 Posted May 24, 2016 (edited) packet_db_ver: 25 packet db for 20120410 is 30, right? dropping the packet_db_ver might cause unknown packet errors on server. i have a problem like this https://www.youtube.com/watch?v=NjZrkJ9odQM im used latest git client 2012-04-10 pre here my packet db //packet_db_ver: 46 packet_db_ver: 30 //packet_keys_use: default /// 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 all i already following this issue but still same https://github.com/rathena/rathena/issues/255 in mmo.h have you set the PACKETVER to your client date? #ifndef PACKETVER //#define PACKETVER 20151104 #define PACKETVER 20120410 #endif Edited May 24, 2016 by benching Quote
0 Promise Posted May 24, 2016 Posted May 24, 2016 I had the same problem, and the fix was to change packet_db_ver: to 25 Quote
0 PapaZola Posted May 24, 2016 Author Posted May 24, 2016 nvm i already fix by using client 2012-04-10 without cash shop Quote
Question
PapaZola
i have a problem like this
https://www.youtube.com/watch?v=NjZrkJ9odQM
im used latest git
client 2012-04-10
pre
here my packet db
5 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.