Questie

Questie

116M Downloads

The tracker doesn't show the gold requirements of quests that have such an objective.

Cabro opened this issue · 5 comments

commented

Certain quests require you to give gold to the NPC, such as all the "An Earnest Proposition", quest id 5538 etc.
The tracker doesn't pick up gold as objective, while original Blizzard tracker does.

commented

What does /dump GetQuestLogRequiredMoney(7637) return? Might also be that you need the questLog index instead of the questId. That function isn't really documented and I don't know if it still exists.

commented

image

This bug is still present. Gold is not picked up as a quest objective.

commented

What is the output of /dump C_QuestLog.GetQuestObjectives(7637)?

commented
[13:31:47] Dump: value=C_QuestLog.GetQuestObjectives(7637)
[13:31:47] [1]={
[13:31:47] }

🤡

Probably the gold requirements are given through a different function?

commented

The result @Cabro posted on Discord:

image

So this is the correct function to use. We now need the right place to add it. @Dyaxler to the rescue!