Limit target debuff / buff icons?

Wondering if there’s a way to limit or reduce the number of debuff / buff icons under the target frame, while doing a raid boss it tends to become a massive screen blocking list. I swear there used to be a option to only show your buff / debuffs but looks like that’s not a option anymore ?. Id hate to have to use yet another addon for this but if that’s the only way suggestions of light weight options that wont screw with my entire ui would be appreciated ( I’d like to stay away from elvui, just not for me ).

+1 to not using overhauls like Elvui.

Settings -> Interface -> Only show dispellable debuffs might be what you’re looking for. I don’t care about debuffs I can’t do anything about, it’s all damage taken.

1 Like

alas that option only applies to party members and not to Target Frame which is what im looking for.

You cound try:

/run MAX_TARGET_DEBUFFS = x MAX_TARGET_BUFFS = y

where x and y are the maximum number to display.

Defaults are:

MAX_TARGET_DEBUFFS = 16;
MAX_TARGET_BUFFS = 32;
2 Likes

awesome that does the trick thanks !