How can i turn off the arena frames?

I cant figure out how to turn off the original arena frames from blizz. Tried googling etc, but cant find out. Anyone got any good tips or hints?

are you sure you used Google? found this as first answer:
you have to press this once every time you log in
best put it into a macro that’s how I use it
/run SetCVar(“showArenaEnemyFrames”, 0) ReloadUI()

1 Like

Yeah, i got shoved into us forums etc, i even tried that very command. Maybe i typed it wrong?

MoveAnything can disable pretty much most things in the game

I thought there used to be an option in the interface option?

Yeah, i tried the script. Didnt work
/run SetCVar(“showArenaEnemyFrames”, 0) ReloadUI()

Maybe. But MoveAnything will get the job done

and i dont think that this works cuz it has ReloadUI in it . everytime u reloadUI u should be typing the command again if im not mistaken
/run SetCVar(“showArenaEnemyFrames”, 0) ReloadUI()

/run LoadAddOn(“Blizzard_ArenaUI”);ArenaEnemyFrames:Hide();ArenaEnemyFrame1:Hide();ArenaEnemyFrame2:Hide();ArenaEnemyFrame3:Hide();ArenaEnemyFrame1CastingBar:Hide()
try that instead

That one didnt work either:/

This is what i mean, why remove the option in the interface. Why am i FORCED to have this F’ing blizz ui?

1 Like

/console showArenaEnemyFrames 0

Dunno why you’d go through the trouble of putting it in a script like khrylx did, but it’s a cvar. Some can be changed via console commands, while others can’t be changed. A regular /console command is enough to test.
No clue if it works or not, but that’s the cvar for it. There’s one for pets and cast bar as well, but with the enemy frames turned off I’m not sure it needs to be changed.

Tried this one as well, not working:/ Also tried the move anything addon.

So F’ing annoying…

Try the addon advanced interface options then, to see if the cvar is changing for you. It’s definitely changed to 0 for me, so it doesn’t appear to be “locked”.

Turn on LUA errors as well to see if an addon is interfering.

Yeah, testing it out now.

Incredibly dumb to go through ALL this hazzle, just to remove a single thing blizzard implemented. Disgusting tbh.

Thanks for the replies though, highly appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.