Thanks, saw the alphas on the curseforge, nice to see ace2 being dropped too, BanzaiAlert was one of the very few on the list of over 50 addons that was using it ;)
Hi, I´m having a problem with BanzaiAlert and Ag_UnitFrames. I can see the aggro message on the screen but the sound doesnt work, if I disadle Ag_UnitFrames then the sound works fine, how can I fix it?
A quick fix for the sound issue until it's been fixed correctly is to disable the use of SharedMediaLib (which agUnitFrames uses).
Line 136:
Replace:
local sml = LibStub("LibSharedMedia-3.0", true)
With:
local sml = nil
i am trying to play on a private server and this addons commands will not work at all with the game which is annoying because this is my favorite wow addon of all time and its not working if someone knows where i can get a working tbc addon for this let me know plz
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am getting the following error at startup using BanzaiAlert 3.0-beta2 on the live realms 3.0.2:
I also had to install Ace3 standalone, as it seems BanzaiAlert needed to have AceLocale-3.0 but didn't come with it itself.
Line 136:
Replace:
local sml = LibStub("LibSharedMedia-3.0", true)
With:
local sml = nil
i am trying to play on a private server and this addons commands will not work at all with the game which is annoying because this is my favorite wow addon of all time and its not working if someone knows where i can get a working tbc addon for this let me know plz