DeadlyBossMods / DBM-WotLK

Deadly Boss Mods (DBM) - WotLK mods
https://www.curseforge.com/wow/addons/deadly-boss-mods-wotlk
Other
8 stars 10 forks source link

Timers and Sounds issue #52

Open syswis opened 1 year ago

syswis commented 1 year ago

Describe the bug Since one of the last updates that changes something about timers, the pull timer START sound does not work anymore, (the gong, same as when you start the bar test, this one also does not play) Also the countdown spoken alerts do not work if i disable DBM timers (I use a weakaura for the timers) but in the options (Global Disables & Filters) there is also an option to disable Countdown sound, and it is not checked, so they should play but they don't, only if i leave Timers enabled.

Do you have an error log of what happened? No there is no error.

To Reproduce

Screenshots

Did you try having DeadlyBossMods as the only enabled addon and everything else (especially something like ElvUI) disabled?

Which version of DeadlyBossMods are you using? 3.4.53

Was it working in a previous version? If yes, which was the last good one? yes

Additional context

MysticalOS commented 10 months ago

Countdowns are attached to timer object, if timer object isn't started neither is the countdown. Normally weak auras that alter timers just set the transparency to 0 so they aren't visible but still active and it doesn't break any actual timer features. sounds like weak aura you are using is grabbing timers but then stopping them so you'll get no countdowns. That's something you'll have to get that weak aura dev to address