Permalink
2 comments
on commit
Please
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
*Add full Support 2015 client
- New EquipPackets Support v6 - add missing some old packets Thank you to @rytech and 3Ceam http://sourceforge.net/projects/v1-3ceam/
- Loading branch information
Showing
with
514 additions
and 209 deletions.
- +5 −0 conf/battle/monster.conf
- +117 −22 db/packet_db.txt
- +5 −3 src/char/char_clif.c
- +2 −1 src/common/utils.c
- +1 −0 src/map/battle.c
- +1 −0 src/map/battle.h
- +373 −180 src/map/clif.c
- +3 −1 src/map/clif.h
- +5 −0 src/map/homunculus.c
- +2 −2 src/map/mob.c
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
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.
makes it impossible to move with homunculus summoned. #770
update: fixed a minute before I posted lol.