Background notifications - allfoxwy/UnitXP_SP3 GitHub Wiki
Flash operating system's taskbar icon when game is in background
/script UnitXP("notify", "taskbarIcon");
Flash would stop when game back to foreground.
To make this function link with certain game events like whisper/trade/invitation etc, we need the Lua Addon.
Play operating system's event sound when game is in background
/script UnitXP("notify", "systemSound", "SystemDefault");
Only work when game is in background.
To make this function link with certain game events like whisper/trade/invitation etc, we need the Lua Addon.