Questie

Questie

116M Downloads

Chill of Death not marked as finished

niclaslindstedt opened this issue ยท 3 comments

commented

When I finished the Chill of Death quest, it did not disappear on the mini map. Instead, it shows as a question mark.

Everytime I hover over an item from the quest (coarse thread) or the question mark, I get this error:

image

I'm thinking the quest wasn't marked as finished since I still have quest stuff in my bags? They weren't quest specific.

commented

The problem disappeared after I relogged, but then other quests shown up on minimap as exclamation points, eventhough I had already taken those quests (but not finished).

commented

We're working on a new release at the moment and we've noticed some timing differences between servers. Latency seems to be effecting how quickly certain functions are firing. Currently these timings are fairly aggressive to keep things quick. The above referenced error message isn't much help I'm afraid. The line number refers to a function that intercepts the Blizzard GetQuestLogTitle(index) and pipes it to the Questie version. Could be that it's looking for Quest, Tooltip or Mapnote cache data that is no longer there - hence the incorrect icon. Having quest items left over in your bags won't affect Questie.

When you reloaded your UI and icons showed up for quests that you've accepted is a bit concerning. Sounds like your Saved Variables file might have gotten messed up. During a reload, it gets moved from memory and saved into that file. If it's not making it into the file, then this would cause the icons to reappear as ! icons. I would try running:

/questie clearconfig

This will reset your Questie settings and your caches but not touch your finished quests DB table.

commented

Closed due to lack of response.