Download
(70Kb)
Download
Updated: 10-24-10 11:55 AM
Updated:10-24-10 11:55 AM
Created:08-17-09 07:04 AM
Downloads:10,180
Favorites:87
MD5:

Broker repair  Popular! (More than 5000 hits)

Version: v2.6_LovelyEdition
by: MagoKimbra [More]

Simple data Broker for view durability and autorepair.

You will need a LDB-based display addon, such as Fortress, Chocolatebar, ButtonBin, ecc.

Fix Lybrary and toc!
Optional Files (0)


Post A Reply Comment Options
Unread 05-12-11, 06:21 PM  
Kelem
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 118
Uploads: 2
Guild repair does not work, always says the guild bank does not have funds
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 02:14 PM  
Aywn
A Deviate Faerie Dragon
 
Aywn's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 13
Uploads: 1
two errors in grammar

I love the addon but there are two massive Grammar errors that I thought I would point out to you

the first is in the tooltip when nothing needs repair It should read "All Items Are Good!" not "All Item Good!"

and the second is in the chat box when the addon reports what it spent on repairs It should read "You Repaired for" or "Repair Bill" not "You Repairing for"

I hope this helps out but otherwise the addon is awesome!

-Aywn
Elune(US)
__________________
Friends don't let friends be Republican
Last edited by Aywn : 11-23-10 at 04:13 AM.
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 03:21 AM  
omek
A Murloc Raider

Forum posts: 4
File comments: 14
Uploads: 0
Seems to have a problem loading the ace libs without a full ace3 install.
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 04:43 PM  
tyrian
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
nevermind... Not getting the error anymore.

Great mod. Really like it in conjunction with bazooka as opposed to Fubar.
Last edited by tyrian : 10-26-10 at 05:44 PM.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 11:19 PM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
Oh, I forgot to write, looked at me with the line the error message differently.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 03:16 PM  
Ross
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 67
File comments: 136
Uploads: 1
I compared your version with mine and I found the problem it was line 49 in the broker_repair.lua file I had to delete the line :

{ 0, 0, 0, "Ammo", _L["Ammo"] },


Thank ya very much that error was EXTREMELY annoying lol
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 06:13 AM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
LUA my knowledge is limited, which looks like a conflict with the add-on Carousel

Carousel I do not know, the version here works for me (German Client) so far no error messages.


http://www.*****************/download-...otfix.zip.html

Edit: to me there are no error messages with Carousel
Last edited by Dexter74 : 10-17-10 at 06:25 AM.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 07:50 PM  
Ross
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 67
File comments: 136
Uploads: 1
Did as Dexter (Thank you) said and it works pretty good now I can see my percent and it shows up in my broker bar but I get this error now when I hover over it.

Invalid inventory slot in SetInventoryItem
Count: 2

Call Stack:
...oker_repair\libs\LibGratuity-3.0\LibGratuity-3.0.lua:194: in function <...oker_repair\libs\LibGratuity-3.0\LibGratuity-3.0.lua:192>
(tail call): ?
Interface\AddOns\Broker_repair\Broker_repair.lua:384: in function `GetRepairData'
Interface\AddOns\Broker_repair\Broker_repair.lua:195: in function `OnTooltipShow'
Interface\AddOns\Carousel\dock.lua:402: in function `OnEnter'
Interface\AddOns\Carousel\dock.lua:437: in function <Interface\AddOns\Carousel\dock.lua:429>
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 01:01 AM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
unfortunately can not upload anything

Libs
Gratuity-2.0 ---> LibGratuity-3.0

Broker_repair.toc
Interface: 30300 ---> 40000

libs\Gratuity-2.0\Gratuity-2.0.lua --->
libs\LibGratuity-3.0\LibGratuity-3.0.lua


Broker_repair.lua

local Gratuity = AceLibrary("Gratuity-2.0") --->
local Gratuity = LibStub:GetLibrary("LibGratuity-3.0")
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 09:52 AM  
Ross
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 67
File comments: 136
Uploads: 1
Error I get from 4.0.1

Gratuity-2.0: Invalid inventory slot in SetInventoryItem
Count: 2

Call Stack:
(tail call): ?
[C]: in function `error'
...\AddOns\Broker_repair\libs\AceLibrary\AceLibrary.lua:122: in function <...\AddOns\Broker_repair\libs\AceLibrary\AceLibrary.lua:75>
(tail call): ?
(tail call): ?
(tail call): ?
Interface\AddOns\Broker_repair\Broker_repair.lua:384: in function `GetRepairData'
Interface\AddOns\Broker_repair\Broker_repair.lua:361: in function <Interface\AddOns\Broker_repair\Broker_repair.lua:359>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?
...nterface\AddOns\Ace3\AceBucket-3.0\AceBucket-3.0.lua:116: in function <...nterface\AddOns\Ace3\AceBucket-3.0\AceBucket-3.0.lua:109>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:166: in function <Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:138>
Report comment to moderator  
Reply With Quote
Unread 09-18-09, 06:50 AM  
Froagh
A Murloc Raider
 
Froagh's Avatar

Forum posts: 9
File comments: 72
Uploads: 0
Re: junk Auto Sell not saving

Originally posted by pqee
Enabling junk Auto Sell isn't saving across sessions. I need to enable it each time I login. Happens on all my characters.

Thanks for the addon. Has all the options I need.
I use a GarbageFu for Broker. Couldnt find it in WI, check Curse.
__________________
Show me your friends and I will show you your future
Report comment to moderator  
Reply With Quote
Unread 09-13-09, 03:47 PM  
briped
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
So far the LDB addon that best emulates Fubar_DurabilityFu, so thanks for that
A few feature requests that would be nice are:
1. Make it save settings across sessions, as pqee mentioned it doesn't do this
2. An option to have it prompt whether or not it should auto repair/sell.

With those 2 additions this would be perfect

Edit: Seems the shown durability percentage doesn't always update.. Have had it at 96% for a long time, when looking at tooltip though I can see it's below that (a lot).
Last edited by briped : 09-14-09 at 08:59 PM.
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 10:20 AM  
pqee
A Fallenroot Satyr

Forum posts: 28
File comments: 10
Uploads: 0
junk Auto Sell not saving

Enabling junk Auto Sell isn't saving across sessions. I need to enable it each time I login. Happens on all my characters.

Thanks for the addon. Has all the options I need.
Report comment to moderator  
Reply With Quote
Unread 09-05-09, 12:45 PM  
Khisanth
A Deviate Faerie Dragon

Forum posts: 13
File comments: 35
Uploads: 0
Is there a way to turn autorepair Off ? I prefer choose myself who repairs my stuff
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 09:33 AM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
It will not load/show up if the libraries it needs are not loading as well. Make sure you are unzipping/installing all the libraries into the proper subfolders as well as the 2 files for the mod itself (Broker_repair.lua, Broker_repair.toc).

This mod relies on two old, outdated libraries to function: Crayon-2.0 & Gratuity-2.0 (Gratuity-2.0 is totally obsolete; it can't be downloaded from official sources anymore). If those files are not installed properly, this mod won't function. And the chances of them being loaded with another mod you are running (which in turn will cause Broker_repair to work properly) are slim due to their age.

So be sure you are both installing the mod and its libraries properly. I tested this without Gratuity-2.0 and received an expected error in BugSack/!BugGrabber along with the mod "not working"/showing up. Added the libraries back, it loaded properly.

So be sure you have installed the mod with all its libraries properly.

Originally posted by Bornabe
Just installed this one and having the same problem with Fortress. I can't use FuBar Durability Fu and wanted an LDB Alternative since I made the switch to Broker. FuBar's Durability Fu does the same thing, but StatBlock Durability works, but doesn't have AutoRepair and yours does.
Yah, I'm still personally using FuBar_DurabilityFu because no LDB alternative I've tested has all its features. Such as ability to see quickly the durability level of each individual slot, a summary of total repair costs depending on your faction rep, auto-repair, adjustable options and so on. If you want to continue using it with a LDB display, you likely can with FuBar2Broker.

An option for a more modern LDB-native durability/auto-repair mod that does not use outdated libraries is RepairBroker. Appears to have many of the same features as FuBar_DurabilityFu, but doesn't seem to be coded nearly as well.
Last edited by Zidomo : 08-20-09 at 01:26 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: