Like it~* 15 Posted May 9, 2017 Hello. I wonder if this is possible? I am from Brazil and here the native language is Portuguese, so because of this I would like to know if it is possible to use more than one item_db? Quote Share this post Link to post Share on other sites
0 vBrenth 39 Posted May 9, 2017 (edited) src/map/itemdb.c search for void itemdb_read(bool minimal) { I am using this as multi-item-db const char *filename[] = { DBPATH"item_db.conf", "item_db2.conf", "item_darkro.conf", "item_freebies.conf", "item_headgear.conf", }; Edited May 9, 2017 by vBrenth 2 Like it~* and Quazi reacted to this Quote Share this post Link to post Share on other sites
0 Like it~* 15 Posted May 10, 2017 src/map/itemdb.c search for void itemdb_read(bool minimal) { I am using this as multi-item-db const char *filename[] = { DBPATH"item_db.conf", "item_db2.conf", "item_darkro.conf", "item_freebies.conf", "item_headgear.conf", }; Wow, thank you very much! I did not now that.The order of placement is the same as the order of reading, right? Quote Share this post Link to post Share on other sites
0 vBrenth 39 Posted May 11, 2017 Yes. 1 Like it~* reacted to this Quote Share this post Link to post Share on other sites
Hello. I wonder if this is possible? I am from Brazil and here the native language is Portuguese, so because of this I would like to know if it is possible to use more than one item_db?
Share this post
Link to post
Share on other sites