Use default party frames and implement buff/debuff icons to override default?
SweepyBoop opened this issue ยท 3 comments
One idea is to re-create the party frame, but with our own sort func.
https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/CompactPartyFrame.lua
Then need to put the buff and debuff on player frame as well.
Pros:
- Can customize what buff/debuff to show, e.g., cen ward proc only, don't show the initial buff
Cons:
- Performance might be bad