Jump to content
  • 0

Increasing Targe Limit in Quest_db


blurryrox

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   4
  • Joined:  06/27/12
  • Last Seen:  

Hi. Is it possible to increase target limit in quest_db from 3 target to maybe 4 or 5 target? (mob target)

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  141
  • Reputation:   45
  • Joined:  08/14/12
  • Last Seen:  

Theoretically, you can just increase MAX_QUEST_OBJECTIVES in mmo.h. I don't know if any other errors will pop up though.

 

The problem is you would have to go through the 3000+ lines in quest_db to add the new columns.

Edited by Nitrous
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   4
  • Joined:  06/27/12
  • Last Seen:  

56 minutes ago, Nitrous said:

Theoretically, you can just increase MAX_QUEST_OBJECTIVES in mmo.h. I don't know if any other errors will pop up though.

 

The problem is you would have to go through the 3000+ lines in quest_db to add the new columns.

ah. That is not a problem, I just want to use quest_db only for my custom quest only. The rest is not needed XD

thanks. i will try it.

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