Thread Tools Display Modes
05-11-09, 09:54 PM   #1
Jungleanimal
A Flamescale Wyrmkin
Join Date: Jul 2008
Posts: 104
Healing 40 Man, Buff Icon Trouble

I just picked up an 80 pally from a friend that doesn't want to play any longer. Trying to heal Alterac Valley was a mess. I have Clique for my spells but I couldn't see how much health they had because the buff/debuff icons were on top of the 40 man frames. Is there a way I can disable the icons so I can see only the health and mana bars? Sorry if this is a nub question but I am a nub healer for the first time with nUI.

Jungle
 
05-11-09, 09:59 PM   #2
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Here's the page with all the commands on it, http://www.wowinterface.com/forums/s...ad.php?t=21199

The one you'll want is

/nui feedback {curse|disease|magic|poison}

nUI provides a highlight on unit frames for any unit which has a curse, disease, magic or poison aura debuff on it. By default, all four types are highlighted. This option lets you turn each one on or off individually so that only those auras you can dispell are highlighted.
 
05-11-09, 10:47 PM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
I don't think that was what they meant. The bars have buff icons that take up quite a space on 25 man .. I can only imagine it on 40 man.

You could probably find a lua file in the layout folder but I can't recall it right now.

Ah this might be what you want ..
Folder: nUI\Layouts\Default\UnitPanels\Raid40
File : nUI_UnitSkin_Raid40Left.lua and nUI_UnitSkin_Raid40Right.lua

I suspect setting these as not enabled will be enough. Or you could shrink it down or move it.

Until the Layout Engine is ready this is the only way you can adjust the default set up.

Code:
		["Aura"] =
		{
			[1] =	-- debuffs
			{
				anchor =
				{
					anchor_pt   = "BOTTOMRIGHT",
					relative_to = "$parent_Power",
					relative_pt = "RIGHT",
					xOfs        = 0,
					yOfs        = 0,
				},		
				options =
				{
					enabled = true,
					size    = 21,
					strata  = nil,
					level   = 4,
					
					aura_type        = "harm",
					origin           = "BOTTOMRIGHT",
					player_auras     = false,
					dispellable      = true,
					horizontal       = true,
					highlight_player = false,
					aura_types       = false,
					cooldown_anim    = false,
					flash_expire     = true,
					timed_auras      = true,
					clickable        = true,
					rows             = 1,
					cols             = 5,
					expire_time      = 10,
					hGap             = 0,
					vGap             = 0,

					count =
					{
						enabled     = true,
						fontsize    = 9,
						justifyH    = "CENTER",
						justifyV    = "MIDDLE",
						anchor_pt   = "CENTER",
						relative_pt = "CENTER",
						xOfs        = 0,
						yOfs        = 0.5,
					},
				},		
			},
		},
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818

Last edited by Xrystal : 05-11-09 at 10:52 PM.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Healing 40 Man, Buff Icon Trouble


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