WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   Bug: Durability of items not displayed correctly (https://www.wowinterface.com/forums/showthread.php?t=22809)

chris.samael 04-24-09 04:40 AM

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

max23 04-24-09 04:54 AM

v 5.02.05

same thing :confused:

Xrystal 04-24-09 04:56 AM

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.

chris.samael 04-24-09 07:18 AM

Cool,

I'll just wait for an update then.

Thanks for this great addon btw ;)

Yours,

Cranus

Tehdead 04-27-09 07:47 AM

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.

wreck 04-27-09 02:08 PM

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.

spiritwulf 04-27-09 06:36 PM

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.

spiritwulf 04-29-09 03:40 AM

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 :D
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.

spiel2001 04-29-09 04:12 AM

I appreciate the leg work you've put into this Spiritwulf... it's going to save me a lot of time.

Xrystal 04-29-09 05:10 AM

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 :D

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

But good leg work nonetheless :D

Quote:

Originally Posted by spiritwulf (Post 131974)
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 :D
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.


spiritwulf 04-29-09 05:20 AM

Quote:

Originally Posted by spiel2001 (Post 131977)
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.

Xrystal 04-29-09 06:08 AM

woot .. grats. :D


All times are GMT -6. The time now is 04:50 PM.

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