Thread Tools Display Modes
09-28-13, 09:02 PM   #1
ecco_bb
A Defias Bandit
Join Date: Apr 2013
Posts: 2
Raid/Boss/Arena Frames

Hi guys.
How can i turn off Raid/Boss/Arena Frames?
With love, from Russian. Ty
  Reply With Quote
09-29-13, 03:41 AM   #2
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Originally Posted by ecco_bb View Post
Hi guys.
How can i turn off Raid/Boss/Arena Frames?
With love, from Russian. Ty
Do you think that we have telepathic abilities?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote
09-29-13, 04:53 AM   #3
ecco_bb
A Defias Bandit
Join Date: Apr 2013
Posts: 2
Originally Posted by zork View Post
Do you think that we have telepathic abilities?
So, what i shoulda do in LUA for turn off Raid/Boss/Arena Frames. In OufPhanx. MoP 5.4
  Reply With Quote
10-02-13, 02:27 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Open Config.lua in Notepad or another plain-text editor, and remove the sections from the ns.uconfig table for any units you don't want the layout to create frames for. For example, if you don't want a pet frame, remove this section:

Code:
	pet = {
		point = "RIGHT player LEFT -12 0",
		width = 0.5,
		power = true,
		castbar = true,
	},
Note that some frames are anchored relative to other frames. Above, you'll see that the pet frame is anchored relative to the player frame (the "point" line). So, if you removed the player frame, but not the pet frame, then the pet frame would not appear in the correct location. If this is a problem, you can either:

(1) Edit the "point" line to anchor to some other frame, or the UIParent, with correct coordinates.

(2) Use the oUF_MovableFrames plugin to drag the frames around in-game.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » Raid/Boss/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