View Single Post
12-29-14, 02:27 AM   #3
Marthisdil
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 363
Originally Posted by Tim View Post
You can show the arena frames by either typing this in chat or set it as a macro

Code:
/run LoadAddOn("Blizzard_ArenaUI");ArenaEnemyFrames:Show();ArenaEnemyFrame1:Show();ArenaEnemyFrame2:Show();ArenaEnemyFrame3:Show();ArenaEnemyFrame1CastingBar:Show()
As for the raid frames I'm not sure there is an easy way to do so with blizzards frames. If you're using 3rd party mods I doubt they have any test mode like many used to during the earlier wow years.
RealUI you can show all the UI elements to move them around as necessary.
__________________

Marth



  Reply With Quote