AngelaKiss Posted March 26, 2015 Group: Members Topic Count: 66 Topics Per Day: 0.01 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 8 Share Posted March 26, 2015 hello, im having a problem with this client https://rathena.org/board/topic/70962-recommended-client-setup/ packet_db_ver: default #define PACKETVER 20120412 -- im getting this error when i try to create a char [Error]: parse_char: Received unknown packet 0x970 from ip '127.0.0.1'! Disconnecting! Quote Link to comment Share on other sites More sharing options...
EzioYaoditore Posted March 26, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 04/10/13 Last Seen: May 26, 2020 Share Posted March 26, 2015 (edited) change your packet_db_version=default into packet_db_version=30 andif are you using the latest rathena revisionif yes, its because of the packet obfuscation implemented.you have 2 options to make the client work1. comment the #define PACKET_OBFUSCATION. in src/config/core.h or2. add the corresponding key in packet_keys_use: in packet_db that defined with the packet_ver in that fileand diffing without Disable encrypted packet and enabling the Packet First Key Encryption, and following 1st key Packet Second Key Encryption, and following 2nd key Packet Third Key Encryption, and following 3rd key Edited March 26, 2015 by EzioYaoditore Quote Link to comment Share on other sites More sharing options...
Question
AngelaKiss
hello, im having a problem with this client
https://rathena.org/board/topic/70962-recommended-client-setup/
packet_db_ver: default
#define PACKETVER 20120412
--
im getting this error when i try to create a char
Link to comment
Share on other sites
1 answer 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.