Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-27-18, 10:47 AM   #1
Xancepants
A Deviate Faerie Dragon
Join Date: Oct 2014
Posts: 17
Lua to hide default Arena Frames?

Hello all!
I'm using the addon GladiusEx, which is a replacement for Blizzard's default Arena Frames, but there is no option to hide the default arena frames. I've dug through a lot of forums and found numerous different suggestions, but have yet to find one that works. Is there a simple /console command or CVAR that I haven't come across yet? Or perhaps a Lua script to turn them off?


Here is what I've tried so far:

Lua Code:
  1. --[Hide Default Blizzard Arena Frames]
  2. showArenaEnemyFrames = 0
  3. SetCVar("showArenaEnemyFrames", 0)
  4. LoadAddOn("Blizzard_ArenaUI");ArenaEnemyFrames:Hide();ArenaEnemyFrame1:Hide();ArenaEnemyFrame2:Hide();ArenaEnemyFrame3:Hide();ArenaEnemyFrame4:Hide();ArenaEnemyFrame5:Hide();ArenaEnemyFrame1CastingBar:Hide();ArenaEnemyFrame2CastingBar:Hide();ArenaEnemyFrame3CastingBar:Hide();ArenaEnemyFrame4CastingBar:Hide();ArenaEnemyFrame5CastingBar:Hide();


Any help is appreciated, and thank you in advance!
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Lua to hide default Arena Frames?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off