Permalink
5 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
Added support for 2015-11-04aRagEXE
* Added support for this client to replace the 2015-10-29aRagEXERE which had issues with unknown packets causing random disconnects. Thanks to @icxbb-xx and @renniw!
- Loading branch information
Showing
with
37 additions
and 3 deletions.
- +34 −1 db/packet_db.txt
- +2 −1 src/common/utils.c
- +1 −1 src/map/clif.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
| @@ -35,7 +35,7 @@ struct party_booking_ad_info; | ||
| enum { // packet DB | ||
| MIN_PACKET_DB = 0x064, | ||
| MAX_PACKET_DB = 0xAFF, | ||
| MAX_PACKET_VER = 55, | ||
| MAX_PACKET_POS = 20, | ||
| }; | ||
|
|
||
5e58149There 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.
Thank you so much @aleos89
5e58149There 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.
Where to have 2015-11-04aRag.exe download?thx
5e58149There 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.
https://rathena.org/board/topic/104205-2015-client-support/
5e58149There 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.
this is awesome
5e58149There 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.
@aleos89 do u have any issue to delete character with this client ?