Jump to content
  • 0
Sign in to follow this  
Like it~*

Multi item_db

Question

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

3 answers to this question

Recommended Posts

  • 0

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 by vBrenth

Share this post


Link to post
Share on other sites
  • 0

 

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?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.