Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
* Fixed Fallen Angel behavior that consumes wrong ammo number
* Updated @iteminfo message, for ammo now show the ammo type instead "Arrow/Ammunition" * Changed some clif_skill_fail messages * Updated src documentaion for skill_check_castbegin and skill_check_castend Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
- Loading branch information
Showing
with
210 additions
and 153 deletions.
- +1 −1 db/re/skill_require_db.txt
- +1 −1 src/map/atcommand.c
- +1 −1 src/map/clif.h
- +16 −0 src/map/itemdb.c
- +13 −0 src/map/itemdb.h
- +175 −147 src/map/skill.c
- +3 −3 src/map/skill.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
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.