SweepyBoop's Arena Helper

SweepyBoop's Arena Helper

13.9k Downloads

Use default party frames and implement buff/debuff icons to override default?

SweepyBoop opened this issue ยท 3 comments

commented

Default party frames only show dispellable debuffs

commented

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

commented

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
commented

Cannot avoid taint as long as we are inheriting Blizzard compact unit frame stuff.
Just create 3 frames with a health bar (no need to show mana bar since I'm maining healer)