Thread Tools Display Modes
04-24-09, 04:40 AM   #1
chris.samael
A Defias Bandit
Join Date: Apr 2009
Posts: 2
Bug: Durability of items not displayed correctly

Hi,

after having a few whipes yesterday in Naxxramas, I suddenly realized that my entire EQ was at 0 durability. But the standard icon (this funny guy with parts of his body red or yellow) did not show up so I was not concerned until it was too late.

Am I the only user having this problem?

I'm using the latest nUI+ beta.

Thanks
 
04-24-09, 04:54 AM   #2
max23
A Murloc Raider
AddOn Compiler - Click to view compilations
Join Date: Apr 2008
Posts: 5
v 5.02.05

same thing
 
04-24-09, 04:56 AM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Scott is aware of this problem. It may due to the changes with the durability guy and where they put it now. Its just the case of tracking down where it is and what its called now (if they changed that too) so that nUI can relocate it.
 
04-24-09, 07:18 AM   #4
chris.samael
A Defias Bandit
Join Date: Apr 2009
Posts: 2
Cool,

I'll just wait for an update then.

Thanks for this great addon btw

Yours,

Cranus
 
04-27-09, 07:47 AM   #5
Tehdead
An Aku'mai Servant
Join Date: May 2008
Posts: 39
Ya I have the same problem, think the little guy is just getting hidden under something. Used Chinchilla last night(horrible Idea) and he was back but I accidentally right-clicked him and now hes gone again.

nUI still has control of him but for some reason he is being put somewhere other then the viewable screen.
 
04-27-09, 02:08 PM   #6
wreck
A Flamescale Wyrmkin
 
wreck's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2009
Posts: 114
If you use FuBar with nUI I recommend using DurabilytyFu. It adds a simple display of your overall durability and the durability of each item in a popup.
 
04-27-09, 06:36 PM   #7
spiritwulf
A Cobalt Mageweaver
 
spiritwulf's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2006
Posts: 202
As an update for this scott I have heard from a reliable source that the Durability indicator is now docked to the bottom of the minimap and relocating the minimap to the bottom of the screen hides it as it moves it below the bottom edge of the screen. I will attempt to confirm this tonight.
__________________
Traveling through the night on padded feet
the ghost in the dark
to rend and kill
not for pleasure
but for survival
 
04-29-09, 03:40 AM   #8
spiritwulf
A Cobalt Mageweaver
 
spiritwulf's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2006
Posts: 202
Alright finaly got around to testing this and of course it isnt going to be as simple as i thought.
Managed to get my self banged up bad enough in Uldar tonight that 1 suicide jump off Dal turned gear yellow
Disabled nui's handling of minimap but no luck, no armor indicator.
Disabled all mods except nUI with minimap disabled, no indicator.
Logged out of wow, renamed wtf, logged back, disabled all addons, indicator apeared under and slightly to the right of the minimap but didnt apear to be truly docked to it.
Enabled nUI only, with or without minimap under nui's control no indicator.
Restored old wtf, went back to grinding rep.

Now that all the simple stuff is taken care of i moved onto some more complicated ideas.
Opened Localization file in nui and comented out
Code:
nUI_L["Equipment Durability"]      = "Equipment Durability";
then opened nUI_Movers and comented out
Code:
--DurabilityFrame:ClearAllPoints();
--DurabilityFrame:SetPoint( "TOP", QuestTimerFrame, "BOTTOM", 0, -5 );	
--nUI_Movers:lockFrame( DurabilityFrame, true, nUI_L["Equipment Durability"] );
Logged into wow with only nUI enabled and no durability frame.
Disabled nUI's handling of minimap and Durability frame apeared.

Conclusion: Durability frame is now tied directly to the minimap. Time for Scott to work in a Durability indicator

Actualy if i get a chance ill try messing around a bit and see if i cant get it working properly by docking it to different frames etc, unless of course you beat me to it first Scott lol.
__________________
Traveling through the night on padded feet
the ghost in the dark
to rend and kill
not for pleasure
but for survival
 
04-29-09, 04:12 AM   #9
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I appreciate the leg work you've put into this Spiritwulf... it's going to save me a lot of time.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
04-29-09, 05:10 AM   #10
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Aha, that is why I have a set of lowbie toons.

Send my level 51 into level 60 territory and its easy to score up a death

Rofl .. even better .. send my level 5 bank toon via stormwind into northrend and jump in the water

But good leg work nonetheless

Originally Posted by spiritwulf View Post
Alright finaly got around to testing this and of course it isnt going to be as simple as i thought.
Managed to get my self banged up bad enough in Uldar tonight that 1 suicide jump off Dal turned gear yellow
Disabled nui's handling of minimap but no luck, no armor indicator.
Disabled all mods except nUI with minimap disabled, no indicator.
Logged out of wow, renamed wtf, logged back, disabled all addons, indicator apeared under and slightly to the right of the minimap but didnt apear to be truly docked to it.
Enabled nUI only, with or without minimap under nui's control no indicator.
Restored old wtf, went back to grinding rep.

Now that all the simple stuff is taken care of i moved onto some more complicated ideas.
Opened Localization file in nui and comented out
Code:
nUI_L["Equipment Durability"]      = "Equipment Durability";
then opened nUI_Movers and comented out
Code:
--DurabilityFrame:ClearAllPoints();
--DurabilityFrame:SetPoint( "TOP", QuestTimerFrame, "BOTTOM", 0, -5 );	
--nUI_Movers:lockFrame( DurabilityFrame, true, nUI_L["Equipment Durability"] );
Logged into wow with only nUI enabled and no durability frame.
Disabled nUI's handling of minimap and Durability frame apeared.

Conclusion: Durability frame is now tied directly to the minimap. Time for Scott to work in a Durability indicator

Actualy if i get a chance ill try messing around a bit and see if i cant get it working properly by docking it to different frames etc, unless of course you beat me to it first Scott lol.
 
04-29-09, 05:20 AM   #11
spiritwulf
A Cobalt Mageweaver
 
spiritwulf's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2006
Posts: 202
Originally Posted by spiel2001 View Post
I appreciate the leg work you've put into this Spiritwulf... it's going to save me a lot of time.
FIXED! I claim Firsties !!!




opened nUI_Movers and changed

Code:
DurabilityFrame:ClearAllPoints();
DurabilityFrame:SetPoint( "TOP", QuestTimerFrame, "BOTTOM", 0, -5 );	
nUI_Movers:lockFrame( DurabilityFrame, true, nUI_L["Equipment Durability"] );
to

Code:
DurabilityFrame:ClearAllPoints();
DurabilityFrame:SetPoint( "TOP", nUI_TopBars, "BOTTOM", 0, 0 );	
nUI_Movers:lockFrame( DurabilityFrame, true, nUI_L["Equipment Durability"] );
And it is exactly where i want it. In a useful high visibility position. I have the vehicle indicator down in the bottom right of my screen above the bagbar, much more convenient.
__________________
Traveling through the night on padded feet
the ghost in the dark
to rend and kill
not for pleasure
but for survival
 
04-29-09, 06:08 AM   #12
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
woot .. grats.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » Bug: Durability of items not displayed correctly

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