BasicBrokers is a collection of simple Data Broker addons for the minimalist. As of right now, I have no intention to offer these as seperate plugins. However, you can easily and safely delete any unwanted plugins from the /Plugins directory.
BasicBroker Money
Displays gold amount for character. Tooltip provides gold gained this session and gold per hour for session.
BasicBroker XP
Displays XP and Rested XP as a %. Tooltip provides more detailed information about Current XP, XP to Level, XP / hour, XP / kill, Mobs to Kill and Time to Level.
BasicBroker Quests
Displays # of quests in your QuestLog. Tooltip displays basic quest info. Left-Click opens QuestLog, Right-Click opens QuestHelper (if installed).
BasicBroker Bags
Displays used/total bag space. Tooltip displays same info per bag. Left-click opens/closes all bags.
BasicBroker Durability
Displays the durability % for your most broken piece of equipment. Tooltip displays %s for each equipped item, gold to repair, and faction discounts. Popup box asks if you wish to repair (if needed) when visiting a vendor.
Optional Plugins
You can also find some additional plugins that I wrote under optional files. Right now, these include BasicBroker Faction and BasicBroker Skills.
These addons are intended to be simple displays for minimalists. There are many addons that serve similar purposes, but I (personally) found many of they either did too little or, more often, too much.
Sometimes, all you really want to know is how much gold you have and how much you've spent/earned that session.
Note: Data Broker plugins by themselves don't display information. For that, you'll need a display addon (like Titan Panel, Fubar (w/ Broker2Fubar), Fortress, or ButtonBin).
V1.3 Changes:
-- Updated icons. General bug fixing.
-- Updated to support BasicAggro plugin
-- Updated TOC to WoW 3.1
V1.2 Changes:
-- Added some error checking to BrokerBasic Durability that I believe will prevent the reported bug
-- Added Faction Discount to popup dialog box when visiting a repair merchant (i.e Honored Discount: 2g30s27c)
V1.1 Changes:
-- Added BrokerBasic Durability
-- Fixed Money display error if you had more 999 gold.
-- Reorganized file structure for plugins to make it easy to delete/remove unwanted plugins.
Nice little set cuts down the number of broker addons i had
May i recommend you include an option to ignore special bags in the display. bags such as soul shard bags + special trade bags get annoying when included in the count. currently i just made a small change to the lua to ignore the last bag, but it would be nice to filter out special bags
Originally posted by sid67 I couldn't reproduce this error but I added some additional checks that should prevent the problem in v1.2. If not, please report again.
[20:36:22] Interface\AddOns\BasicBrokers\Plugins\Durability.lua:122: Usage: GetItemQualityColor(index)
[C]: ?
[C]: in function `GetItemQualityColor'
Interface\AddOns\BasicBrokers\Plugins\Durability.lua:122: in function `ItemName'
Interface\AddOns\BasicBrokers\Plugins\Durability.lua:116: in function `ItemData'
Interface\AddOns\BasicBrokers\Plugins\Durability.lua:71: in function `UpdatePercent'
Interface\AddOns\BasicBrokers\Plugins\Durability.lua:40: in function <Interface\AddOns\BasicBrokers\Plugins\Durability.lua:29>
I get an error with the money part of it. Here is what bugsack is showing me. The error happens as soon as I log in.
bad argument #2 to 'format' (number expected, got string)
BasicBrokers-1.0\BasicBrokers.lua:146: in function `GoldToText'
BasicBrokers-1.0\BasicBrokers.lua:136: in function <Interface\AddOns\BasicBrokers\BasicBrokers.lua:131>