Category: FuBar
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
ckknight's Portal Bug Reports Feature Requests

This file is a Addon for FuBar 3.6 by ckknight. You must have that installed before this Addon will work.

Author:
Version:
r65605
Date:
03-25-2008 12:24 AM
Size:
138.30 Kb
Downloads:
221,569
Favorites:
1,706
MD5:
Pictures
0.4.23.1
FuBar - DurabilityFu   Popular! (More than 5000 hits)
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
  Change Log - FuBar - DurabilityFu
r65605
toc bump for 2.4

r56822
updated to latest version from wowace
  Comments - FuBar - DurabilityFu
Post A Reply Comment Options
Old 04-18-2006, 06:27 AM  
Archarodim
A Kobold Labourer
 
Archarodim's Avatar
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 32
Uploads: 2
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?


Quote:
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-2006 at 06:30 AM.
Archarodim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-14-2006, 12:09 AM  
Tyrrael
A Murloc Raider
Interface Author - Click to view interfaces

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

Quote:
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.
Tyrrael is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-13-2006, 11:45 PM  
KamuiGT
A Kobold Labourer

Forum posts: 0
File comments: 3
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.
KamuiGT is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-11-2006, 09:51 AM  
Aucturus
A Defias Bandit

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

Quote:
Originally posted by OxiMoron
Sometimes happens to me as well.. really weird
exact same prob for me too.
Aucturus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-10-2006, 11:18 AM  
OxiMoron
A Kobold Labourer

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

Quote:
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
OxiMoron is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-09-2006, 10:40 PM  
speak
A Fallenroot Satyr
 
speak's Avatar

Forum posts: 26
File comments: 116
Uploads: 0
shows 100% always

using latest fubar, performance fubar and regen fubar.

never shows my item dur properly, always 100%
speak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-22-2006, 10:13 AM  
hshh
A Kobold Labourer
Interface Author - Click to view interfaces

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

Code:
## LoadOnDemand: 1
..\..\FrameXML\Fonts.xml
..\..\FrameXML\UIPanelTemplates.xml
..\..\FrameXML\MoneyFrame.xml
..\..\FrameXML\GameTooltipTemplate.xml
hshh is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2006, 01: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.
Supernico is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.