View Single Post
08-31-18, 07:17 AM   #5
MuffinManKen
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 106
That's a very different direction than I was going, but I guess it would work. I was trying to track the completion of the master Emissary quest, but I guess if I have a list of the WQs that would satisfy it I could use the completion of THOSE quests to trigger the check to see if the Emissary is done.

I thought I'd found the perfect event: QUEST_LOG_CRITERIA_UPDATE. The payload is a quest id, description of the criteria, how many of the criteria you've fulfilled and the number needed. It was followed by code that looked like what puts the "Gathered feathers: 6/9" up on the UI whenever you advance a quest. The only problem? The event never fires. Never. I checked with my code and verified with eventtrace. Wherever the code is that puts up the quest progress, I can't find it.
  Reply With Quote