Broker_Currencyflow
Keeps track of current money and other currencies on all your characters on one realm.
It's LDB for your currency flow. This is a continuation of the add-on Broker_Cashflow by Aledara (heavily based on FuBar_MoneyFu).
Features
- Keeps track of gold, PvE, PvP and other currencies, as well as Archaeology Fragments
- Fully configurable tooltip.
- Summary (Characters on current realm) can be ordered on any column
- Individual characters can be set to ignored
- Color a currency if cap is reached
- Current 5.4 currencies
Options panel
You can access the options panel by right-clicking the data button, through the Blizzard Interface->Addons panel, or though the /cashflow or /cf commands.
Translators
All localization entries must be added to the WoWAce localization application. When the addon is packaged, the localization strings are taken from the application and added to the code.
Credits
- phyber (Fubar_MoneyFu)
- Aranarth (Ara Broker Money)
- Zhinjio (Broker HitCrit)
- Aledara (Broker Cashflow)
Thanks for posting the code, I have pushed it into the addon today, once wusula approves it should appear on curse client :).
Nice addon, I just really wish it could show more than 4 currencies on the broker bar :(
For 7.2 add those lines:
[1342] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_LEGIONFALL_WAR_SUPPLIES"]}, -- Legion LEGIONFALL_WAR_SUPPLIES
addColumn(1342)
[1273] = {["type"] = TYPE_CURRENCY, ["name"] = L["SEAL_OF_BROKEN_FATE"]}, -- Legion Seal of Broken Fate
addColumn(1273)
[1226] = {["type"] = TYPE_CURRENCY, ["name"] = L["NETHERSHARD "]}, -- Legion NETHERSHARD
addColumn(1226)
Thanks!!!
I am still getting the following error:
Message: ...e\AddOns\Broker_Currencyflow\Broker_Currencyflow.lua line 11:
Usage: GetLocale(application[, silent]): 'application' - No locales registered for 'Currencyflow'
Debug:
[C]: ?
...nterface\AddOns\Ace3\AceLocale-3.0\AceLocale-3.0.lua:134: GetLocale()
...e\AddOns\Broker_Currencyflow\Broker_Currencyflow.lua:11: in main chunk
Locals:
(*temporary) = "Usage: GetLocale(application[, silent]): 'application' - No locales registered for 'Currencyflow'"
I really appreciate this addon, so would like to know if there is something I am doing wrong so I can fix it.
Thanks for the very nice addon. :-)
A better explanation on the use may be useful to the ones, such as me, are a little confused on the way to bring out the panel shown up here (the only image in the page): I only saw totals hovering my cursor on the bags' money total (I'm using Bagnon, just to say).
In that small panel (totals for all my chars in the realm) I also saw that numbers doesn't align that well: as long as silvers and coppers are single (or no) ciphers the golds/silvers shift to right. Not that big problem, just a little difficult to compare totals through chars (just adding 1 or 2 '0' padding to silvers/coppers should fix it).
Are there other commands? Sorry for these questions but I'm having some problems figuring how it works. :(
All apart, I'm appreciating the totals panel. :-)
Elwe
Can you add Nethershards please? Thanks for the amazing addon!
Hi @wusula , nice work! Absolutely loving this addon. There are two features that I'd love to see: the ability to show both faction at same realm and by realm, all at same time. ty in advance
v1.6-1-g83a453f has a huge ton of errors upon logging in.
They all start with
AceLocale-3.0-6: Currencyflow: Missing entry for
One with
Broker_Currencyflow\Locales\enUS-English (US).lua:46: '=' expected near '}'
Locals:
I normally hate posting errors in comments but I think you should push a new release ;)
I get same error too.
Have you deleted savedvariable .lua before? thats works for me...
For Valor's back - uncomment (remove -- before its name) existing Valor currency in .lua file and change it's code from 396 to 1191 in both places.
Search for '-- PvE' to easy find both places where to change.
Thanks a lot!
You are my favorite person right now. Thanks so much!
And for the Timewarped Bades.
Thank you!
I try to modify the lua file. Seems to be working so far. so feel free to test.
Edit Broker_CurrencyFlow.lua
Add those two lines after line 70
[1101] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_OIL"]}, -- WoD 6.2 Oil
[1129] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_SEAL_OF_INEVITABLE_FATE"]}, -- WoD 6.2 Seal of Inevitable Fate
Add those 2 lines after line 963
addColumn(1101) -- WoD Oil
addColumn(1129) -- WoD Seal of Inevitable Fate
Thanks mate
Thanks!!