Download
(138Kb)
Download
Updated: 03-24-08 10:24 PM
Addon for:
FuBar 3.6.5.
Pictures
File Info
Updated:03-24-08 10:24 PM
Created:unknown
Downloads:242,956
Favorites:1,475
MD5:

FuBar - DurabilityFu  Popular! (More than 5000 hits)

Version: r65605
by: ckknight [More]

Click here to lend your support!
Keeps track of durability and pops up a dialog to repair when you go to a vendor who can.

TO INSTALL: Put the FuBar_DurabilityFu folder into
\World of Warcraft\Interface\AddOns\

Features

  1. Shows durability of all items and overall inventory.
  2. Pops up a dialog to repair when you go to the vendor.
  3. Can hide the little armored man.
  4. Can autorepair your equipment and/or inventory.

If you find _any_ bugs, feel free to submit them at
http://jira.wowace.com/browse/FUB

If you want to request any features, feel free to submit your ideas at
http://jira.wowace.com/browse/FUB

Forums: http://www.wowace.com/forums/index.php?board=55.0

r65605
toc bump for 2.4

r56822
updated to latest version from wowace
Post A Reply Comment Options
Unread 04-24-06, 10:34 AM  
Tupsi
A Murloc Raider

Forum posts: 5
File comments: 20
Uploads: 0
>Made repair popup shiny.

any chance we can get the "non shiny" version back? in the old version it was easy for me to click the "both" button, no i must look for icons and instead of numbers between the coin signbs i only see "..." which doesnt make it easier.
Report comment to moderator  
Reply With Quote
Unread 04-20-06, 01:08 PM  
K.Rool
A Murloc Raider
 
K.Rool's Avatar

Forum posts: 7
File comments: 19
Uploads: 0
I second the call to copy the improvements made to TitanRepair. Especially given that Ace and FuBar are "expected" to be better on the performance, it sucks to have this lag-producer in it

Even more so since the same stutter happens every time a charge-poison for a Rogue procs. Makes using Rogue-poisons with DurabilityFu practically impossible...
__________________
K.Rool,
Master of unnecessary knowledge...
Socializer 80%, Explorer 80%, Achiever 26%, Killer 14%
Report comment to moderator  
Reply With Quote
Unread 04-20-06, 11:29 AM  
Gello
A Molten Giant
AddOn Author - Click to view AddOns

Forum posts: 521
File comments: 582
Uploads: 75
I'd just like to second the previous post that this mod is having a serious detrimental effect on the performance of gear-swapping mods.

Take any gear-swapping mod with FuBar_DurabilityFu enabled, swap some sets around, then try again with it FuBar_DurabiltiyFu disabled. It's like night and day.

When you copied TitanRepair, you also copied the awful event handling. Ace is not handling it any more efficiently than Titan did. In some cases it's even worse. Do as the previous poster said and make an OnUpdate to only process a change infrequently instead of in reaction to every single event. I suggest putting the OnUpdate in a sub/separate frame from the module's primary one, and then showing then frame in reaction to an event, and hiding the frame a second or two after when the scan/processing happens.
Report comment to moderator  
Reply With Quote
Unread 04-18-06, 04:27 AM  
Archarodim
A Murloc Raider
 
Archarodim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 34
Uploads: 1
Re: Stutter when swapping gear

Yep that's true about Titan panel lag issue, but recently I choosed to improve TitanRepair a lot, it's not causing any sort of lag anymore. Why??
It's simply because events no longer result in the direct call of a complexe function that executes itself as many times as the event fires... (That causes lag):

When an event like UPDATE_INVENTORY_ALERTS is received, a flag is set then I use the <OnUpdate></OnUpdate> "feature" in the .xml file.
Then every 2 seconds (not more often) the Update function checks if something has to be done and will do it one time not 11 times like it is currently done in TitanRepair 2.17 or in FubraDurabilty when you change of set or when WOW decides to fire UPDATE_INVENTORY_ALERTS 11 times in a row for no reason (it happens often).

I've also changed the inventory check: every time a BAG_UPDATE event fires, a flag is set and in the next update cycle the bag that changed (and only this one, not the 5 bags...) will be scanned. If all bags have to be checked then a flag is set to each bag "tocheck" status variable and the update function will scan 1 bag every 2 seconds....

That's it! No lag. No freeze. Everything runs smoothly... The new option to turn off inventory scanning has been disabled by default in my version.


you can see the changes I've made there:
(unlike a lot of programmers I put A LOT of comment in my code)

http://www.j2072.teaser-hosting.com/...itanRepair.lua
http://www.j2072.teaser-hosting.com/...itanRepair.xml

you need to replace the orginal files by those in /Interface/Addons/Titan/TitanRepair/

Coloured html version for reading:
http://www.j2072.teaser-hosting.com/...epair.lua.html


I'm sure this kind of optimization could improve a lot of add-ons...

It shouldn't be difficult to make the same changes to FuBar Durabilty...

I must say I'm a bit disapointed that Fubar Durabilty has not been optimized at all
Isn't Fubar meant to be better than TitanPanel in this aspect?


Originally posted by KamuiGT
Titan Panel Repair plugin also had this issue, whenever you change gear or use a mod like ItemRack to swap gear, the game stutters for a second. This is really detrimental in pvp and pve, when you use a mount event to autoswap gear or macros to swap on skills.

The latest Titan Panel (http://ui.worldofwar.net/ui.php?id=1442) that came out today seems to address this issue and fix it for the most part. It introduced an option to turn of inventory durability checking, which in part causes this delay.

I was wondering if any of these ideas could be implemented for FuBar. Thanks.
Last edited by Archarodim : 04-18-06 at 04:30 AM.
Report comment to moderator  
Reply With Quote
Unread 04-13-06, 10:09 PM  
Tyrrael
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 53
Uploads: 3
Re: shows 100% always

Originally posted by speak
using latest fubar, performance fubar and regen fubar.

never shows my item dur properly, always 100%
Same.

I'm pretty sure the latest mini-patch broke something. It was working fine for me but as of 1.10.1 a couple days ago, the durability does not update.

I have to click "Show Average Value" and then click it off and then it goes to the correct value. But if I lose durability, it sticks again. Have to click Avg value on/off again to make it show the correct value.

Not sure what happened, but for me at least, I didn't notice this until post 1.10.1.
Report comment to moderator  
Reply With Quote
Unread 04-13-06, 09:45 PM  
KamuiGT
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Stutter when swapping gear

Titan Panel Repair plugin also had this issue, whenever you change gear or use a mod like ItemRack to swap gear, the game stutters for a second. This is really detrimental in pvp and pve, when you use a mount event to autoswap gear or macros to swap on skills.

The latest Titan Panel (http://ui.worldofwar.net/ui.php?id=1442) that came out today seems to address this issue and fix it for the most part. It introduced an option to turn of inventory durability checking, which in part causes this delay.

I was wondering if any of these ideas could be implemented for FuBar. Thanks.
Report comment to moderator  
Reply With Quote
Unread 04-11-06, 07:51 AM  
Aucturus
A Defias Bandit

Forum posts: 2
File comments: 5
Uploads: 0
Re: Re: shows 100% always

Originally posted by OxiMoron
Sometimes happens to me as well.. really weird
exact same prob for me too.
Report comment to moderator  
Reply With Quote
Unread 04-10-06, 09:18 AM  
OxiMoron
A Kobold Labourer

Forum posts: 1
File comments: 30
Uploads: 0
Re: shows 100% always

Originally posted by speak
using latest fubar, performance fubar and regen fubar.

never shows my item dur properly, always 100%
Sometimes happens to me as well.. really weird
Report comment to moderator  
Reply With Quote
Unread 04-09-06, 08:40 PM  
speak
A Wyrmkin Dreamwalker
 
speak's Avatar

Forum posts: 57
File comments: 186
Uploads: 0
shows 100% always

using latest fubar, performance fubar and regen fubar.

never shows my item dur properly, always 100%
Report comment to moderator  
Reply With Quote
Unread 03-22-06, 09:13 AM  
hshh
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 1
LoadOnDemand .toc

Code:
## LoadOnDemand: 1
..\..\FrameXML\Fonts.xml
..\..\FrameXML\UIPanelTemplates.xml
..\..\FrameXML\MoneyFrame.xml
..\..\FrameXML\GameTooltipTemplate.xml
Report comment to moderator  
Reply With Quote
Unread 02-16-06, 12:55 PM  
Supernico
A Defias Bandit

Forum posts: 2
File comments: 21
Uploads: 0
Wrong archive

It gives bag plugin when you try to dowload version 0.4.5.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: