Thread Tools Display Modes
09-12-12, 11:52 PM   #1
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
Another annoying green box

don't know if this was already covered, but that annoying green box from the button bag is showing up over the middle of my target's heath/resource bar. if there is a quick edit to remedy this that's cool. if we need to wait for 6 that works too. it is just a minor annoyance and the numbers at the bottom of the bar still show

edit: i am using, nui centeredHUD, could that be the culprit?

Last edited by crazzzzi : 09-12-12 at 11:54 PM. Reason: forgot info
 
09-13-12, 01:11 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
Hmm, I have a strange feeling it will happen on regular nUI.

Target it a mob or target dummy thats 3 levels above you and see if that happens. Or it could be the other icon that appears.

As in, I think they changed those old silver and gold icons.

In either case, yes, it is quite possible it is only the plugin with the problem but if you can remember what you were targetting or test the above with both the plugin and without it should prove whether it is or not.

The solution would be to search out the filename for that image in the source code and either replace it with"" to clear it or locate the correct filename blizzard changed it to.
__________________
 
09-13-12, 06:27 AM   #3
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
i think it is only rares and elites that cause the issue
 
09-13-12, 07:03 AM   #4
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Green box = missing texture.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
 
09-13-12, 02:32 PM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
okay, looks like they changed a filename somewhere. will take a stab over the next few hours if I don't fall asleep rofl.

edit: well that was quick .. well for a quick check anyway.

Try looking at folder: \AddOns\nUI\Layouts\*** LAYOUT ***\HUDLayouts\** HUD STYLE **\nUI_HUDSkin_**LAYOUT**_Target.lua and looking for the following text and change nUI_CeneteredHUDto nUI and it should hopefully work. There are probably similar ones in Player.lua and once it is known that it is the culprit make the other changes appropriate.

Code:
elite_icon      = "Interface\\AddOns\\nUI_CenteredHUD\\HUDLayouts\\Art\\nUI_HUD_EliteRight",
rare_icon       = "Interface\\AddOns\\nUI_CenteredHUD\\HUDLayouts\\Art\\nUI_HUD_RareRight",
rare_elite_icon = "Interface\\AddOns\\nUI_CenteredHUD\\HUDLayouts\\Art\\nUI_HUD_RareRight",
world_boss_icon = "Interface\\AddOns\\nUI_CenteredHUD\\HUDLayouts\\Art\\nUI_HUD_WorldBossRight",
__________________

Last edited by Xrystal : 09-13-12 at 02:44 PM.
 
09-13-12, 11:38 PM   #6
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
i changed the appropiate stuff in nUi centeredHUD, still the same green box
 
09-14-12, 12:32 AM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
Ok, if Scott doesn't spot this tonight and sort it out I'll take a look tonight.
__________________
 
09-14-12, 05:29 AM   #8
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
thx a bunch fo all the hard work, it would be nice if Blizz devs would post what they planned on changing in the game so you all can at least get a leg up on the add ons
 
09-14-12, 09:08 PM   #9
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
Well, after failling asleep for about 5 hrs unexpectedly I took another look ..

Change that block of layout code I mentioned to the following:

Lua Code:
  1. elite_icon      = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_HUD_EliteRight",
  2. rare_icon       = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_HUD_RareRight",
  3. rare_elite_icon = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_HUD_RareRight",
  4. world_boss_icon = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_HUD_WorldBossRight",

It was the wrong path before to get to nUI's main art files
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_091512_040817.jpg
Views:	555
Size:	222.6 KB
ID:	7186  
__________________
 
09-15-12, 07:42 AM   #10
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
that's the pepper! i'll say it again Xrystal you're awesome, ty
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » Another annoying green box

Thread Tools
Display Modes

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