Add afk and battlepass timer for easier battle pass experience
This commit is contained in:
8
FreshShit/AfkTimer/event2.lua
Normal file
8
FreshShit/AfkTimer/event2.lua
Normal 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
|
||||
Reference in New Issue
Block a user