Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
* Follow up 7cd82d0
-- Changed itemdb_array (array) to itemdb (DBMap) -- Removed itemdb_other (DBMap) -- Changed MAX_ITEMDB to MAX_ITEMID, by default limit is USHRT_MAX (65,535) -- Changed item_drop_ratio_db (array) to mob_item_drop_ratio (DBMap) -- Now all item datas stored in itemdb (DBMap) and mob item ratio datas in mob_item_drop_ratio (DBMap) PS: I just realized that db/import/mob_item_ratio.txt doesn't work, because it loaded after mob_db.txt (another thing to do) Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
- Loading branch information
Showing
with
129 additions
and 212 deletions.
- +1 −1 conf/msg_conf/map_msg.conf
- +1 −1 conf/msg_conf/map_msg_idn.conf
- +1 −2 db/import-tmpl/mob_item_ratio.txt
- +1 −1 db/mob_item_ratio.txt
- +88 −170 src/map/itemdb.c
- +2 −3 src/map/itemdb.h
- +1 −1 src/map/log.c
- +34 −33 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
Oops, something went wrong.