View Single Post
02/23/16, 10:11 PM   #2
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Couldn't you just do this now with a lookup table? I'm sure the repeatable questIds are around somewhere. Or does EVENT_QUEST_COMPLETE not fire every time a quest completes?

I'm thinking you'd use saved vars to save a timestamp for a daily quest when it is completed. Then at any point in time you can iterate over you saved timestamps and attempt to figure out if the user has completed the quest since the last daily reset (pretty sure it's 6 AM UTC).