Adjust afk timer
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
-- TICKER_500
|
-- TICKER_500
|
||||||
function(e)
|
function(e)
|
||||||
local timeToKick = aura_env.KickTime - time()
|
local timeToKick = aura_env.KickTime - time()
|
||||||
if timeToKick > 0 and timeToKick < 5 * 60 then
|
if timeToKick > 0 and timeToKick < 10 * 60 then
|
||||||
WeakAuras.ScanEvents("PLAY_SOUND", "Interface\\Sounds\\quack.ogg")
|
WeakAuras.ScanEvents("PLAY_SOUND", "Interface\\Sounds\\quack.ogg")
|
||||||
-- SendChatMessage("QUACK", "WHISPER", nil, UnitName("player"))
|
-- SendChatMessage("QUACK", "WHISPER", nil, UnitName("player"))
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user