WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Technical Support (https://www.wowinterface.com/forums/forumdisplay.php?f=92)
-   -   Pet name not showing in correct location. (https://www.wowinterface.com/forums/showthread.php?t=43899)

Jhasduit 08-15-12 04:37 PM

Pet name not showing in correct location.
 
3 Attachment(s)
Hi,

I have noticed ever since installing nUI+ (I have 5.07.24 (Plus)) that in the standard frames, the pet name shows in the correct placement. However, in party or raid modes it does not.

I am including three screenshots to show what I am seeing.

This has happened on both hunters and warlocks that I have seen.

Daveo77 08-15-12 05:23 PM

This has been a long standing bug. Not sure whether it will be fixed for MoP or nUI v6.

Xrystal 08-15-12 05:39 PM

I'll take a look and see whats causing the problem. I don't recall this happening myself ion my warlock or hunter but it has been along while since I've been grouped with them. Early cata with my hunter though so I'm surprised I didn't notice it.

Jhasduit 08-15-12 06:42 PM

Thank you for the swift reply.

Although I am glad to find out I am not the only one, I have said nothing until now since it is not game breaking in any way.

I just figured I would bring it up now before MoP hits so that it isn't yet another bug to add to the list so to speak. (I do test casing for work, so I am well aware of how bugs can pile up on a person).

jecuce 06-22-13 01:51 PM

pet name bug
 
this has still not been resolved :(
apreciate all the hard work and a wonderfull UI though :D

Xrystal 06-22-13 03:08 PM

1 Attachment(s)
Wow, I am so sorry. Despite not playing wow regularly for a long while I did forget about this problem when I did start logging in a couple of times a week. Next time I do a toon swap I'll take a look at it.


Okay, thought I better do it now before I forget and while I was logged in :D

Looks like its a problem with the layout files. There is a slight difference with how the labels are positioned in the party+ frames than the solo one.

Try changing the relevant ( nUI_UnitSkin_Raid10Pet.lua ) file ( change Raid10 to Raid25 or Party etc ) and change the first label element block that says :

Code:

                                        label =
                                        {
                                                enabled    = true,
                                                fontsize    = 11,
                                                justifyH    = "LEFT",
                                                justifyV    = "MIDDLE",
                                                anchor_pt  = "LEFT",
                                                relative_to = "$parent_Label1",
                                                relative_pt = "RIGHT",
                                                xOfs        = 33,
                                                yOfs        = -5,                                       
                                                color      = { r = 1, g = 0.83, b = 0, a = 1 },
                                        },

to this

Code:

                                        label =
                                        {
                                                enabled    = true,
                                                fontsize    = 11,
                                                justifyH    = "LEFT",
                                                justifyV    = "MIDDLE",
                                                anchor_pt  = "TOP",
                                                relative_to = "$parent_Label1",
                                                relative_pt = "TOP",
                                                xOfs        = 33,
                                                yOfs        = -5,                                       
                                                color      = { r = 1, g = 0.83, b = 0, a = 1 },
                                        },

Basically you are changing the positioning of the label text in the pet frames label frame.

The screenshot attached shows it working now for my hunter when in the raid10 display layout.

spiel2001 09-11-13 05:54 PM

This should be in the 5.07.37 release tonight.

Quote:

Originally Posted by Xrystal (Post 280182)
Wow, I am so sorry. Despite not playing wow regularly for a long while I did forget about this problem when I did start logging in a couple of times a week. Next time I do a toon swap I'll take a look at it.


Okay, thought I better do it now before I forget and while I was logged in :D

Looks like its a problem with the layout files. There is a slight difference with how the labels are positioned in the party+ frames than the solo one.

Try changing the relevant ( nUI_UnitSkin_Raid10Pet.lua ) file ( change Raid10 to Raid25 or Party etc ) and change the first label element block that says :

Code:

                    label =
                    {
                        enabled    = true,
                        fontsize    = 11,
                        justifyH    = "LEFT",
                        justifyV    = "MIDDLE",
                        anchor_pt  = "LEFT",
                        relative_to = "$parent_Label1",
                        relative_pt = "RIGHT",
                        xOfs        = 33,
                        yOfs        = -5,                   
                        color      = { r = 1, g = 0.83, b = 0, a = 1 },
                    },

to this

Code:

                    label =
                    {
                        enabled    = true,
                        fontsize    = 11,
                        justifyH    = "LEFT",
                        justifyV    = "MIDDLE",
                        anchor_pt  = "TOP",
                        relative_to = "$parent_Label1",
                        relative_pt = "TOP",
                        xOfs        = 33,
                        yOfs        = -5,                   
                        color      = { r = 1, g = 0.83, b = 0, a = 1 },
                    },

Basically you are changing the positioning of the label text in the pet frames label frame.

The screenshot attached shows it working now for my hunter when in the raid10 display layout.



All times are GMT -6. The time now is 05:22 AM.

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