Add afk and battlepass timer for easier battle pass experience

This commit is contained in:
2024-03-23 01:07:50 +01:00
parent f161030237
commit 1fb30875a9
10 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- TICKER_500
function(e)
local timeToKick = aura_env.KickTime - GetTime()
if timeToKick > 0 and timeToKick < 60 then
WeakAuras.ScanEvents("PLAY_SOUND", "Interface\\Sounds\\quack.ogg")
end
return timeToKick > 0
end