WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Technical Support (https://www.wowinterface.com/forums/forumdisplay.php?f=92)
-   -   Healing 40 Man, Buff Icon Trouble (https://www.wowinterface.com/forums/showthread.php?t=23517)

Jungleanimal 05-11-09 09:54 PM

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

Vis 05-11-09 09:59 PM

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

Quote:

/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.

Xrystal 05-11-09 10:47 PM

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,
                                        },
                                },               
                        },
                },



All times are GMT -6. The time now is 10:12 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI