How to turn off default Raid Frames?

I use an addon. just want to remove it. it’s off in the EDIT window, but it still shows up when i’m in a group… I just don’t want it…

can this be turned off without ANOTHER addon?

Check the settings for the addon you’re using for your raid frames. They usually have an option to hide the default frames.

(I don’t think that unchecking stuff in edit mode actually turns it off, it just hides it while in edit mode — which can be useful when you want to see what a layout looks like when various parts are active.)

I’m using Healbot for my healing, which i prefer and have used for a while. But there are the default raid frames which are turned OFF in the EDIT mode, but they still show up. very frustrating…

Try:
For the current character:

/run DisableAddOn("Blizzard_CompactRaidFrames") DisableAddOn("Blizzard_CUFProfiles")

For all characters on the realm:

/run DisableAddOn("Blizzard_CompactRaidFrames", true) DisableAddOn("Blizzard_CUFProfiles", true)

/reload required before it takes effect.

1 Like

Healbot > Overrides > Frames > Hide raid frames
https://healbot.dpm15.net/wiki/doku.php?id=options:overrides:frames

3 Likes