RepairBroker

RepairBroker

Looking for someone to take over

If you are interested, send me a PM @ WowAce or Curse. Plz include a link to some of your work (no fancy stuff required) =)

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 display add-on, for more information, plz read this thread.

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.

ToDo

  • Fix compatibility issues if more should arise.

Known issues

  • None ATM.

You must login to post a comment. Don't have an account? Register to get one!

  • 7 comments
  • Avatar of schizo schizo Thu, 28 May 2009 23:24:39

    Confirmed, does not work with dockingstation 0.3.2.

  • Avatar of skumclown skumclown Tue, 26 May 2009 15:49:33

    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.

    Last edited on 22 Jul 2009 by skumclown
  • Avatar of FireAllianceNX FireAllianceNX Sun, 17 May 2009 16:04:05

    Is there a way to make this load after CowTip so all my tooltips have the same look and feel?

  • Avatar of sonomus sonomus Sat, 02 May 2009 17:55:23

    Thx falconindy :) It should be sorted now Vimes.

  • Avatar of falconindy falconindy Mon, 20 Apr 2009 16:14:57

    Your algorithm to repair using guild funds will fail in a lot of cases. I think you need the review the 2 API calls in line 237.

    if CanWithdrawGuildBankMoney() and RepairBrokerDB.useGuildBank and GetGuildBankMoney() >= cost then
    

    CanWithdrawGuildBankMoney() should be replaced with CanGuildBankRepair()

    GetGuildBankMoney() should be replaced with GetGuildBankWithdrawMoney()

  • Avatar of Vimes Vimes Wed, 18 Feb 2009 16:54:09

    seems to scan items durability in an intrusive way.. after killing mobs my tooltip flicks through every piece of gear i'm wearing.. rather annoying.

  • Avatar of Cladhaire Cladhaire Sat, 31 Jan 2009 20:22:48

    I am curious as to why you need a "workaround" for NinjaPanel. I would appreciate you contacting me rather than putting hack code into your addon. Please email me so we can have this resolved (cladhaire at gmail).

  • 7 comments

Facts

Date created
03 Nov 2008
Category
Last update
10 Jun 2009
Development stage
Beta
Language
  • enUS
License
All Rights Reserved
Curse link
RepairBroker
Recent files
  • B: 3.1.3 Beta1 for 3.1.0 on 10 Jun 2009
  • A: r38 for 3.1.0 on 10 Jun 2009
  • A: r37 for 3.1.0 on 03 May 2009
  • B: 3.1.0 Beta4 for 3.1.0 on 03 May 2009
  • A: r35 for 3.1.0 on 03 May 2009

Authors

Relationships

Embedded library
Ace3
LibQTip-1.0
LibStub