View Single Post
04/15/22, 02:09 AM   #5
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Originally Posted by Phinix View Post
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.
Yes that's near exactly what I did in Vestige's Epic Quest
Except I save the next reset time on the latest repeatable quest completion per character and compare to now to reset the counter

Last edited by Masteroshi430 : 04/15/22 at 02:16 AM.
  Reply With Quote