Adding "Chase" to a quest.
Hi there,
I've been doing the attempt to modify a quest, adding a requeriment in the task, so the player must kill a boss to finish the quest.
Using sTaskEditor, I went to the "Errands" tab, and added the boss in the "Chase" area. I realized there is a "Chase Unkown" information in there, and seems that, if I do not complete that, the "chase" parameter doesn't work at all. Is this correct?
The quest I'm trying to modify is a child of task 9675 (Fight for Love(Lv.85+)), specifically 16694 (The Protectorâ‘ ).
The idea of this modification, is because Valley of Reciprocity seems to be a little bugged, and these tasks doesn't finish when you kill the boss of every wave. So, I want to add the boss as an Errand, so when you kill it, the tasks gets completed (and gives the reward).
Any help is welcome.
Best,
2 Attachment(s)
Re: Adding "Chase" to a quest.
I found something in the tasks.data structure, not sure if you already realized about this.
If you take a look to both attachments, you will see that these numbers are always the same (for each tasks). And if you compare different tasks, you will see that these numbers changes a 1 unit every X tasks (let's say 5 or 6 10 tasks).
I'm not sure what this number means, but seems like a sort of "separator" character for me, between parameters. The thing is, I don't know why it changes from one task to another.
Anybody knows about the meaning?
Re: Adding "Chase" to a quest.
your staskedit is outdated, download lates stask and edit your quest
Hex values in errands page didt affect quest, all the most wanted changes is in developer section
Re: Adding "Chase" to a quest.
Hi Ivanaivana,
I've got the last TasksEditor, and I did actually some improvements.
I still have issues with the Godless Valley quests, when the player goes to the NPC to ask for reward, the map crashes with the follwing error:
gs: TaskTempl.inl:556: void ATaskTempl::CalcAwardData(TaskInterface*, AWARD_DATA*, ActiveTaskEntry*, long unsigned int, long unsigned int) const: Assertion `false' failed.
Any ideas?
Btw, has anybody a Godless valley with working Fight for Love(Lv.85+) quest?
Re: Adding "Chase" to a quest.
Im currently recieving the same error
"gs: TaskTempl.inl:556: void ATaskTempl::CalcAwardData(TaskInterface*, AWARD_DATA*, ActiveTaskEntry*, long unsigned int, long unsigned int) const: Assertion `false' failed.
"
whenever I try this quest.....
Re: Adding "Chase" to a quest.
Well, this problem is in the developer section. The quest is looking for some kind of reward, that kills the map. Don't remember exactly the bit, but I fixed the issue, by just findind another quest with similar behavior.
Re: Adding "Chase" to a quest.
is it just that first part of the quest too or is it all of them?