Automatically populating debuff list #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current idea of only showing specific configured debuffs works very well when you configure each debuff you care about and are aware of them. When you are learning new dungeons or fights it becomes more of an issue. It should be possible to have an automatic list of debuffs, similar to how the regular unit frames work.
I made a quick hack that just constantly loops over all debuffs every time any UNIT_AURA event fires for a unit frame while I think about a better solution.
One possibility is to let AuraList keep track of debuff slots and then have a slot trigger. Any new debuff that isn't ignored would get a slot assigned. This has some limitations though, especially that any kind of ignore list is going to be fixed, maybe? I'm still thinking this through.
Another option is to have some kind of DuplicateTrigger that will keep track of multiple auras and perhaps create copies of indicators for each of them. Perhaps this is the most flexible option, and it can be tracked in the trigger instead of in the auralist.