View Single Post
11-17-16, 05:40 PM   #5
Oniya
A Wyrmkin Dreamwalker
Join Date: Feb 2015
Posts: 57
Originally Posted by semlar View Post
How I did it back on the MoP beta was I made an addon that called GetQuestsCompleted whenever CRITERIA_UPDATE fired, and compared the new table to the previous list of completed quests to see if anything changed.

I had a separate table that kept track of normal quests that I had completed from QUEST_TURNED_IN, and any newly completed quests that weren't in that table are hidden tracking quests that can be tied to recently looted chests.
Thank you! I will to check for it - previously was checking for QUEST_FINISHED.
but apparently treasures do not trigger it
  Reply With Quote