WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Customizing Layouts (https://www.wowinterface.com/forums/forumdisplay.php?f=95)
-   -   Move cooldown/cast bar? Pet cooldowns? (https://www.wowinterface.com/forums/showthread.php?t=32160)

regel 04-27-10 11:39 PM

Move cooldown/cast bar? Pet cooldowns?
 
I have used nUI most of my time when I have played WoW and it have worked great, but lately I do PvP most of the time and now I have found out that some "problems" bother me.

I have my camera at max distance, so there is a lot of space between my avatar and the cast bar, cooldown bar and the bar showing my spells on the target. Is it possible to move these bars up a bit, closer to my avatar?

The castbar is fine, but the little red ball showing the global cooldown is to small. I want it bigger so it would be easier to see it in the corner of my eye. Is it possible to change the size of the red ball?

I am playing a warlock and I can't find my pets cooldowns in the cooldown bar. My pets cooldows is as important as my own. Is it possible make pet cooldowns appear in the cooldown bar?

The nUI buttons have a lot of good features. It would be greaqt if it was possible to add a "click througth" feature so you could have a bar closer to your avartar for the information, but not able to click the buttons by misstake. Having a feature like this needs some more action bars as well. As it is today I use TellMeWhen to have this kind of information close to my avatar, plus I ahve added my pets cooldowns as well.

Thanks for a good addon and keep up the good work.

spiel2001 04-28-10 04:34 AM

I am going to respond to this... but it's gonna have to wait a bit as I need to head off to work. Holler at me if I haven't replied by later this afternoon.

spiel2001 04-28-10 05:09 PM

Quote:

Originally Posted by regel (Post 186201)
I have used nUI most of my time when I have played WoW and it have worked great, but lately I do PvP most of the time and now I have found out that some "problems" bother me.

I have my camera at max distance, so there is a lot of space between my avatar and the cast bar, cooldown bar and the bar showing my spells on the target. Is it possible to move these bars up a bit, closer to my avatar?

Yes... you would have to edit [ Interface > AddOns > nUI > Layouts > Default > HUDLayouts > {HUD mode} > nUI_HUDSkin_{hud mode}_{unit}.lua ] with any plain text editor (like notepad) where {hud mode} is one of PlayerTarget, HealthPower, etc. and unit is either Castbar, Player or Target depending on which elements you want to move.

When you look in this file, you want to find the item you want to move and look for the "anchor =" section. Changing xOfs in the anchor moves the element left and right and yOfs moves it up an down.

It's really quite easy to do... just make the change you think you want and save the file, then do a '/nui rl' to see what your change looks like. If you don't like the result, change it again, etc.

Quote:

The castbar is fine, but the little red ball showing the global cooldown is to small. I want it bigger so it would be easier to see it in the corner of my eye. Is it possible to change the size of the red ball?
You can change the size of the Global Cooldown indicator by editing [ Interface > AddOns > nUI > Layouts > Default > HUDLayouts > {HUD mode} > nUI_HUDSkin_{HUD mode}_Castbar.lua ] and locate the ["GCD"] section. Increasing the value of the width field makes the bar longer and increasing the value of height field make it taller. The size of the "ball" is tied to the height of the bar... the taller the bar, the bigger the ball.

Quote:

I am playing a warlock and I can't find my pets cooldowns in the cooldown bar. My pets cooldows is as important as my own. Is it possible make pet cooldowns appear in the cooldown bar?
In the current version of nUI, no. I'll keep that in mind however as I work on nUI6.

Quote:

The nUI buttons have a lot of good features. It would be greaqt if it was possible to add a "click througth" feature so you could have a bar closer to your avartar for the information, but not able to click the buttons by misstake. Having a feature like this needs some more action bars as well.
I'll keep this in mind as well... it should be possible, though I'm not sure I agree this is a good idea. More than one set of action bars with the same thing on it seems like overkill to me whether they are clickable or not.

regel 05-01-10 08:01 AM

Thank you, I will try this.

Another suggestion is if it would be possible to highlight your target even more, than the default red circle on the ground. In a BG it can be hard to find your target if you have used "tab". Many time is don't know where my target is.

spiel2001 05-01-10 08:03 AM

That's not something I can control... the circle and everything else in the 3D space is managed by Blizzard and you can, technically, get into trouble for TOS violations for messing with the 3D space.

regel 10-02-10 01:32 PM

Thank you. These change worked very well, but I dont manage to move the Range indicator?

I change the file E:\Program Files\World of Warcraft\Interface\AddOns\nUI\Layouts\Default\HUDLayouts\PlayerTarget\nUI_HUDSkin_PlayerTarget_Target.lua under ["Range"]

spiel2001 10-03-10 05:20 PM

The range indicator is a little different. The anchor section is not the part you have to configure to move the label text for the range. To do that, you have to edit the label section I have copied below...

Code:

                label =
                {
                    enabled    = true,
                    fontsize    = 17,
                    justifyH    = "CENTER",
                    justifyV    = "MIDDLE",
                    anchor_pt  = "BOTTOM",
                    relative_to = nUI_HUDLAYOUT_PLAYERTARGET.."Bottom",
                    relative_pt = "CENTER",
                    xOfs        = 0,
                    yOfs        = -45,
                },



All times are GMT -6. The time now is 01:04 AM.

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