Jump to content
  • 0

Too many quest in DB?


ToiletMaster

Question


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  276
  • Reputation:   7
  • Joined:  08/11/12
  • Last Seen:  

Hi there,

 

It seems that this question wasn't ask before I'm not mistaken.

 

Searching for quest leads me back to a whole lot of other topics lol.

 

Anyway, here's my error message.

 

I'm having too much quest db inside upon updating to svn 17310.

 

never had this issue with 17204.

post-7000-0-84230900-1367857966_thumb.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  62
  • Topics Per Day:  0.02
  • Content Count:  217
  • Reputation:   16
  • Joined:  01/28/15
  • Last Seen:  

I can't find MAX_QUEST_DB in src/common/mmo.h in latest rAthena, does anyone know where has it been moved to?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

The structure has been changed,  MAX_QUEST_DB has been removed and the limit is now ~2m entries (to simplify)

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Try to increase max quest db in src/common/mmo.h

#define MAX_QUEST_DB 2400 //Max quests that the server will load
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  276
  • Reputation:   7
  • Joined:  08/11/12
  • Last Seen:  

Try to increase max quest db in src/common/mmo.h

#define MAX_QUEST_DB 2400 //Max quests that the server will load

Ahhh! that's where it was located! i went and look for quest inside the src folder ._.

 

Thanks again capuche!

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...