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
Bug Fixes
* Fixed Main Frame Restructure not giving DEF bonus when wearing Madogear. (bugreport:8863) * Updated some more damage formulas for Kagerou skills. * Fixed critical damage bonus from Monster Transformation system. * Fixed Fire Trap and Ice Trap Burning/Freezing chance. * Cleaned up the visual effects for Ranger traps. * Odins Power now decreases DEF/MDEF by 40 at level 2. (bugreport:8869) * Added skill define for Overbrand's Plus Attack. * Fixed an issue with Overbrand's pierce damage placement. (bugreport:8856) * Fixed Unlimit not updating DEF/MDEF on players and increased the cooldown to 5 minutes. (bugreport:8870) * Few status icon updates. * Fixed two compile warnings when the VIP system is enabled.
- Loading branch information
Showing
with
212 additions
and 78 deletions.
- +3 −1 db/const.txt
- +1 −1 db/pre-re/skill_cast_db.txt
- +1 −0 db/pre-re/skill_db.txt
- +1 −1 db/re/skill_cast_db.txt
- +1 −0 db/re/skill_db.txt
- +1 −1 src/login/account.h
- +5 −5 src/login/login.h
- +30 −26 src/map/battle.c
- +6 −0 src/map/itemdb.h
- +93 −30 src/map/skill.c
- +68 −13 src/map/status.c
- +2 −0 src/map/status.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
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.
2 comments
on commit e2d2494
There was a problem hiding this comment.
@aleos89 next commit please also fix these
skill.c:16304:24: warning: unused variable 'su' [-Wunused-variable]
battle.c:3759:24: warning: unused variable 'tsc' [-Wunused-variable]
There was a problem hiding this comment.
Fixed in 81ca299.
@aleos89
250000 = 4.16666667 minutes
It should be 300000