Jump to content
  • 0

Instance DB Maximum Allowed Number of Entries (15)


Azura Skyy

Question


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

As the title suggests, I get an error on server startup that I've reached the maximum number of entries in my instance db. I'm wondering if there is a way to increase the maximum number. I'd like to use a plethora of instances for quests.

 

 

[Error]: sv_readdb: Reached the maximum allowed number of entries (15) when parsing file "db/re/instance_db.txt".

 

Thanks in advance,
~Azura Skyy

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

check your src/map/instance.c (or .h?) find #define MAX_INSTANCE_DB I think (forgot, since that limit was removed by me)

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

src/map/instance.c

On that note, is there any reason why it's limited to 15? Why not just update that file to 1000 or something?

Regards,
~Azura Skyy

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...