RepairBroker
Features
- Auto-repair
- Using you own money
- or your guild banks
- or a dialog
- Displays durability and cost for
- Equipped items
- Inventory items
- No graphical configuration
How to make use of this add-on
You need a LDB/Broker-compatible display add-on, such as Titan Panel, Bazooka, or any others.
Input
- Left Mouse Button: Force tooltip update
- Right Mouse Button: Toggle auto-repair
- Middle Mouse Button: Toggle guild repair
If you do not have a middle mouse button, you can use the following code:
/script RepairBrokerDB.useGuildBank = nil
Replace nil with 1 if you want to enable it.
1) Go to to your RepairBroker folder in your addons folder.
2) Open RepairBroker.lua (this can be done with any standard text editor like Notepad)
3) Go to line 9 or search for
local Repair = {
4) Insert a line below that (should be above the line that says icon = ....)
5) Type
type = "data source",
6) Save
7) ?
8) Profit!
Enjoy
ZeroCool: Yeh, I'll fix it and submit :)
It was very confusing that "Repair Broker" showed up as "Dur". I was about to abandon your addon because I couldn't get it to display.
Perhaps, for consistency, you would change this.
Thank you very much for your work.
if RepairBrokerDB.guildRepair == 1 and (CanGuildBankRepair() and (GetGuildBankWithdrawMoney() >= cost)) then
Confirmed, does not work with dockingstation 0.3.2.
This has stopped showing with the most recent version of DockingStation. It still works in the background but does not show up in the DS plugin selection & cannot be displayed.
Apparently it needs to register a "type" field.
Is there a way to make this load after CowTip so all my tooltips have the same look and feel?
I'll most lightly move the colors to a table accessible from outside the add-on, making them easier to modify.