[Feature Request] Improve sound options
p3lim opened this issue ยท 4 comments
Maybe more of a question than an issue,
On each ability we can customize how and if an ability should be displayed, along with colors and sound customization.
Within the sound tab we have 6 different dropdowns, none of which are really descriptive on when they are played.
This could possibly be improved, I don't know, but to me it's is confusing, and the only one that really makes sense is the last one (Countdown), because it has a direct named link with the Countdown option.
Closed by #423
Is there a way to look up currently, which sound is being triggered by the specific ability?
Only by looking at the module itself.
For example to look up the sound for Armageddon on Kil'jaeden:
- Open the module
- Find the method that's called when he casts the spell:
BigWigs/TombOfSargeras/Kiljaeden.lua
Line 107 in 953dc89
- Go to that method:
BigWigs/TombOfSargeras/Kiljaeden.lua
Line 229 in 953dc89
- See which sound the message uses ("Warning" in this example):
BigWigs/TombOfSargeras/Kiljaeden.lua
Line 230 in 953dc89