Description
Description
Measure how long things take, count down for events (e.g., instance resets), alert on countdown end
Usage
Use AddonManager or type /stopwatch to bring up the stopwatch. There are two modes that can be switched between in the settings dialog: Stopwatch and Countdown. Stopwatch is used to measure how long something takes. Countdown is used to notify you when a set amount of time has passed.
Additional Usage
You can also create multiple "hidden" timers (for example, to notify you of spawn times of several mobs) using /timer <action> where action can be one of:
- add <time in seconds> <name/message>
- remove <name>
- check <name> Check is used to figure out how much time is left on a timer
Examples:
/timer add 300 Reset /timer check Reset /timer remove Reset
