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)
-
View User Profile
-
Send Message
Posted Aug 30, 2017Hi,
Like Transitbus did for previous currencies :
In locales\enus.lua
- Line 53 add :
L["NAME_VEILED_ARGUNITE"] = "Veiled Argunite"
In broker_currencyflow.lua
- Line 84 add :
[1508] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_VEILED_ARGUNITE"]}, -- Legion Veiled Argunite
- Line 992 add :
addColumn(1508) -- Veiled Argunite
-
View User Profile
-
Send Message
Posted Aug 31, 2017Thanks for posting the code, I have pushed it into the addon today, once wusula approves it should appear on curse client :).
-
View User Profile
-
Send Message
Posted Jul 1, 2017Nice addon, I just really wish it could show more than 4 currencies on the broker bar :(
-
View User Profile
-
Send Message
Posted Mar 31, 2017For 7.2 add those lines:
[1342] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_LEGIONFALL_WAR_SUPPLIES"]}, -- Legion LEGIONFALL_WAR_SUPPLIES
addColumn(1342)
-
View User Profile
-
Send Message
Posted Feb 9, 2017[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)
-
View User Profile
-
Send Message
Posted May 11, 2017Thanks!!!
-
View User Profile
-
Send Message
Posted Aug 20, 2016I 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.
-
View User Profile
-
Send Message
Posted Aug 19, 2016Thanks 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
-
View User Profile
-
Send Message
Posted Aug 12, 2016Can you add Nethershards please? Thanks for the amazing addon!
-
View User Profile
-
Send Message
Posted Jul 25, 2016Hi @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
-
View User Profile
-
Send Message
Posted Jul 22, 2016v1.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 ;)
-
View User Profile
-
Send Message
Posted Jul 22, 2016I get same error too.
-
View User Profile
-
Send Message
Posted Jul 25, 2016Have you deleted savedvariable .lua before? thats works for me...
-
View User Profile
-
Send Message
Posted Feb 27, 2016Thanks a lot!
-
View User Profile
-
Send Message
Posted Nov 21, 2015For 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.
-
View User Profile
-
Send Message
Posted Jun 3, 2016You are my favorite person right now. Thanks so much!
-
View User Profile
-
Send Message
Posted Oct 25, 2015And for the Timewarped Bades.
-
View User Profile
-
Send Message
Posted Feb 27, 2016Thank you!
-
View User Profile
-
Send Message
Posted Feb 27, 2016Thanks!!
-
View User Profile
-
Send Message
Posted Jul 17, 2015I 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