07-29-2015, 06:25 AM
Heres a quick run down on how you can convert your own quest modules to a basic 2.0 version.
Firstly
The Objective Index is the stage the quest is at.
The step index relates to the profile step.
Start and Completes have no index. (but you can make a step before a complete with index 255.)
A quick explanation is step 1 of the quest is objective 1.
This could take several profile steps like collect 5 items.
If a Quest starts the grind mode while you have active quest steps there is something wrong with the profile. (Huntlog will be completed while questing unless unchecked. It will still complete Huntlog but Last)
In the Dev monitor check your quest ID and index and open the profile in an editor. (I like Notepad ++)
I removed the delays and added objective index.
So because this objective has kill in 3 steps, it is all one objective and you need to label all 3 steps in the right index.
Having a step in the wrong index means it wont move to the next step and wont continue.
On the bright side you will grind and not just stand there looking silly.
Finally
Just because its doing the huntlog doesn't mean it isn't questing.
Firstly
The Objective Index is the stage the quest is at.
The step index relates to the profile step.
Start and Completes have no index. (but you can make a step before a complete with index 255.)
A quick explanation is step 1 of the quest is objective 1.
This could take several profile steps like collect 5 items.
If a Quest starts the grind mode while you have active quest steps there is something wrong with the profile. (Huntlog will be completed while questing unless unchecked. It will still complete Huntlog but Last)
In the Dev monitor check your quest ID and index and open the profile in an editor. (I like Notepad ++)
I removed the delays and added objective index.
So because this objective has kill in 3 steps, it is all one objective and you need to label all 3 steps in the right index.
Having a step in the wrong index means it wont move to the next step and wont continue.
On the bright side you will grind and not just stand there looking silly.
Finally
Just because its doing the huntlog doesn't mean it isn't questing.