View Single Post
03-12-24, 12:27 AM   #9
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 113
This timer works like the previous one (counting once per hour).

The start of event A and B is almost identical (event A starts five minutes at the beginning of the hour (for example, 09:05 or 10:05), and event B always starts at the beginning of the hour).

You can ignore the start time of event A, and tie it to the time of event B (a difference of 5 minutes is not critical)

We have an interval of 6 hours (it is after this time that event B begins).
What if you specify the following data in the counter:
event start - 1710223200
event interval 1 - 60 minutes
event interval 2 - 60 minutes
event interval 3 - 60 minutes
event interval 4 - 60 minutes
Skip event 1 - 120 minutes
Repeat all events.
This is possible in the counter based on “true” and “false”.
The timer will take data from 5 lines, each time outputting data based on how many hours have passed since the start of the 6 hour cycle.
Or won't that work either?

Last edited by Hubb777 : 03-12-24 at 04:16 AM.
  Reply With Quote