Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
DB Import
Add folder import/ into db/ to load all customs This folder is meant to hold all the customs file you wish override rA one. (In short it work like conf import) related to tid:90199
- Loading branch information
Showing
with
378 additions
and 336 deletions.
- 0 db/{item_cash_db2.txt → import/item_cash_db.txt}
- 0 db/import/item_combo_db.txt
- 0 db/{item_db2.txt → import/item_db.txt}
- 0 db/import/mob_branch.txt
- 0 db/{mob_db2.txt → import/mob_db.txt}
- 0 db/{mob_skill_db2.txt → import/mob_skill_db.txt}
- 0 db/{pet_db2.txt → import/pet_db.txt}
- +1 −5 src/char/char.c
- +1 −1 src/char/int_guild.c
- +2 −1 src/common/core.c
- +1 −0 src/common/core.h
- +16 −13 src/common/strlib.c
- +1 −1 src/common/strlib.h
- +3 −9 src/login/login.c
- +1 −1 src/map/cashshop.c
- +131 −124 src/map/clif.c
- +2 −2 src/map/guild.c
- +2 −2 src/map/homunculus.c
- +5 −3 src/map/instance.c
- +34 −31 src/map/itemdb.c
- +1 −2 src/map/map.c
- +0 −1 src/map/map.h
- +2 −2 src/map/mercenary.c
- +42 −62 src/map/mob.c
- +68 −44 src/map/pc.c
- +42 −25 src/map/skill.c
- +23 −7 src/map/status.c
There are no files selected for viewing
File renamed without changes.
Empty file.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.