Permalink
3 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #312 from rathena/feature/official_packet_obfuscation
Added Packet Obfuscation support * More info: https://rathena.org/board/topic/101092-packet-obfuscation-support/
- Loading branch information
Showing
with
159 additions
and 9 deletions.
- +28 −0 db/packet_db.txt
- +7 −0 src/common/mmo.h
- +5 −0 src/config/core.h
- +1 −1 src/map/atcommand.c
- +105 −7 src/map/clif.c
- +9 −1 src/map/clif.h
- +4 −0 src/map/pc.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
9d247d8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Info]: clif_parse: Disconnecting session #8 with unknown packet version (p:0x068a,l:19).
Client: 2013-08-07Ragexe
9d247d8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure your client doesn't have the diff to remove packet obfuscation. Also make sure packet_keys_use matches your packet_db_ver. Since you're using 2013-08-07 you need to define packet_keys_use as 45.
9d247d8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks it works but there's a problem client crash with Rebellion, Kagerou & Oboro while this feature is enabled
Client Date : 2013-12-23