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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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