Quantcast
Channel: WoWInterface - Latest Updated list
Viewing all articles
Browse latest Browse all 48736

!SKTimers (1.3)

$
0
0
!SKTimers
Is a lightweight addon which allows you to create reoccuring or onetime alarms with simple slash commands.


Here are some examples of what your slash commands could be:
Let's create a timer that will reoccur every 30 minutes.
/skt DKP 1800 reoccuring
-- "Reoccuring timer created named 'DKP' for '30.00' minutes using default chime."
1800 is the duration of 30 minutes in seconds.

Let's do the same but with a custom sound instead.
/skt DKP 1800 reoccuring "Interface\AddOns\Sounds\Alarm.mp3"
-- "Reoccuring timer created named 'DKP' for '30.00' minutes using "Interface\AddOns\Sounds\Alarm.mp3"."
This should now assign the chime function to use a specified alarm file.

Creating a simple 1 time alarm for a specific duration is simple.
/skt Hearthstone 600
-- "Onetime timer created named 'Hearthstone' for '10.00' minutes using default chime."
If the mode is not specified then it will default to "onetime" and a default chime will be added.

To stop any timer use the same case sensitive name and 0 for the duration.
/skt Hearthstone 0
-- "Timer stopped: Hearthstone"

Viewing all articles
Browse latest Browse all 48736

Trending Articles