I would prefer it if you post comments or bugs on the
addon thread since it has one now.
Are you using the latest version?
1. I derped when I pushed the fix for the throttle bug and left the objective progress flag to true (I was using it to get more alerts for testing)
You can open QuestSoundBits.lua in a text editor and change
- Code: Select all
["Progress"] = true,
to
- Code: Select all
["Progress"] = false,
at the top of the file.
It will make it less spammy.
2. I've noticed that several quests do not give info messages (the yellow text up top) for progress or completion.
That looks like a bug in the client; addon relies on those firing (doesn't matter if another addon is hiding them) for its alerts.
That's something I can't fix unfortunately.
If you have noticed completion messages without sound report it to the addon thread and I'll take another look.