Permalink
1 comment
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
3rd Class 2011 Post Balance Update
* Contains remaining formula updates for 3rd class skills. * There are a few bug fixes and corrections to broken skills.
- Loading branch information
Showing
with
949 additions
and 760 deletions.
- +9 −9 db/pre-re/item_db.txt
- +17 −43 db/pre-re/skill_cast_db.txt
- +16 −0 db/pre-re/skill_castnodex_db.txt
- +52 −53 db/pre-re/skill_db.txt
- +53 −52 db/pre-re/skill_require_db.txt
- +17 −15 db/pre-re/skill_unit_db.txt
- +9 −9 db/re/item_db.txt
- +18 −43 db/re/skill_cast_db.txt
- +16 −0 db/re/skill_castnodex_db.txt
- +47 −47 db/re/skill_db.txt
- +50 −51 db/re/skill_require_db.txt
- +14 −13 db/re/skill_unit_db.txt
- +9 −9 sql-files/item_db.sql
- +9 −9 sql-files/item_db_re.sql
- +1 −1 src/char/char.c
- +155 −145 src/map/battle.c
- +5 −1 src/map/itemdb.h
- +36 −23 src/map/map.h
- +2 −2 src/map/mob.c
- +16 −0 src/map/party.c
- +1 −0 src/map/party.h
- +265 −137 src/map/skill.c
- +1 −0 src/map/skill.h
- +131 −98 src/map/status.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
Oops, something went wrong.
0f7ecd0There 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.
Wow, o_o, thanks so much for finishing this, Aleos!