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:
Quest with 3 mobs:
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.
Question
tote
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:
Quest with 3 mobs:
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.