Jump to content
  • 0

Add more mobs to hunt in questdb


tote

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.01
  • Content Count:  22
  • Reputation:   1
  • Joined:  09/11/23
  • Last Seen:  

Hello, I have defined the variable: #define MAX_QUEST_OBJECTIVES 10 ///Max quest objectives for a quest However in the client, when I have a quest to kill 4 mobs, it doesn't show them all. When I put 3 mobs in the quest_db.yml, then it renders it correctly. Am i missing anything / patch in client side?

Quest with 4 mobs:

image.png?ex=66d81fbe&is=66d6ce3e&hm=c351e71f0849d3af96d4d189bab81d54b79a763675c58a8b5c3aa9ca3b0ca20d&=

Quest with 3 mobs:

image.png?ex=66d81fbe&is=66d6ce3e&hm=d76bf882905ff24010015d5a6510697b41d88218d4befc23f7fc040264b955a9&=

 

I tried updating the SRC code to add a new column to the database during the Insert/Update/etc actions, however it remains to show's wrong when there're more than 3 mobs in the target list.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  776
  • Reputation:   239
  • Joined:  02/11/17
  • Last Seen:  

You can change it server side, but the client only handle max of 3 quest objectives. Afaik there is no patch for it.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.01
  • Content Count:  22
  • Reputation:   1
  • Joined:  09/11/23
  • Last Seen:  

On 9/3/2024 at 12:52 PM, crazyarashi said:

You can change it server side, but the client only handle max of 3 quest objectives. Afaik there is no patch for it.

Hi,
Thanks for reply!
Yeah, I changed in server side, but if the restriction comes from client, it's kinda pointless, I will try to request a patch for that, maybe someone would take a look.

 

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