View Single Post
04/14/22, 04:26 PM   #4
Phinix
 
Phinix's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 186
No direct variables, however you could possibly create a custom function to track it.

You could use epoch time calculations to determine if the daily reset has occurred yet. Set a character variable to 50, and use quest functions to check the type of quest on completion. If it is a repeatable quest, subtract one from the character variable. When the daily reset time passes, reset all character variables to 50.

You could check Lazy Writ Crafter for insight into tracking daily reset times.
  Reply With Quote