Removing dmg/heals in portrait with AIO

Hello, I am looking to remove the incoming damage and heals that displays in wow default unit frames. To be clear, not the floating damage text, specifically the ones that appear overtop of your portrait.
I’ve heard this can be done with the advanced interface options addon, in the CVar section, but can not for the life of me find the specific line to do it.
Thank you,
Kyle

There isn’t a CVar for the CombatFeedBack text. You could:

/run COMBATFEEDBACK_FADEINTIME = 0 COMBATFEEDBACK_HOLDTIME = 0 COMBATFEEDBACK_FADEOUTTIME = 0

That will effect all units CFB texts.

7 Likes

Sorry for resurrecting this thread, but do you happen to know what the defaults are for these settings in case you want to set them back to default at some point?

Defaults:

COMBATFEEDBACK_FADEINTIME = 0.2;
COMBATFEEDBACK_HOLDTIME = 0.7;
COMBATFEEDBACK_FADEOUTTIME = 0.3;
1 Like