View Single Post
10-23-16, 06:12 PM   #3
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
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.
  Reply With Quote