Jump to content
  • 0

Cliente problem 2012-04-12


AngelaKiss

Question


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.01
  • Content Count:  223
  • Reputation:   4
  • Joined:  02/23/12
  • Last Seen:  

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!
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  04/10/13
  • Last Seen:  

change your packet_db_version=default into

packet_db_version=30

 

and
if are you using the latest rathena revision

if yes, its because of the packet obfuscation implemented.

you have 2 options to make the client work
1. comment the #define PACKET_OBFUSCATION. in src/config/core.h

or
2. add the corresponding key in packet_keys_use: in packet_db that defined with the packet_ver in that file
and 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 by EzioYaoditore
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...