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)
for 11.0.0.55945
V1.10.0
By - davidcraig
https://github.com/wow-addon/Broker_CurrencyFlow/releases
In reply to athko: Thanks so much for keeping this alive!
In reply to athko: Can't thank you enough for this update <3
Getting this error at login in patch 10.2.7
Message: Interface/AddOns/Broker_Currencyflow/Broker_Currencyflow.toc:30 Duplicate File Load Detected. [Interface/AddOns/Broker_Currencyflow/Libs/AceLocale-3.0/AceLocale-3.0.xml] first loaded at [Interface/AddOns/Broker_Currencyflow/Broker_Currencyflow.toc:27]
Time: Sat May 11 12:00:27 2024
In reply to Daeveren:
add ## in front of lines 30 et 31 in Broker_Currencyflow.toc file :
## Libs\AceConfig-3.0\AceConfig-3.0.xml
## Libs\AceLocale-3.0\AceLocale-3.0.xml
You can add Paracausal Flakes with this line :
[2594] = {["type"] = TYPE_CURRENCY, ["name"] = L["PARACAUSAL_FLAKES"]}, -- Dragonflight paracausal-flakes
I do not know how forks and shit on Github work.
I added the Storm Sigils, Trader's Tenders and removed the faction lock. Now displays both factions per realm.
If you want to do it yourself, open Broker_Currencyflow.lua, find all instances of db.factionrealm and change it to db.realm. Or copy the code from this updated pastebin.
In reply to Dreadful_Sanity:
Would like to say a thank you for updating this mod for those of us that still use it.
Also wanted to let you know that the pastebin link in your newest post does not work.
Thank you again!
In reply to loredrin:
Thank you. I blame the lack of caffeeine in my bloodstream that day. Link should work now.
In reply to Dreadful_Sanity: Thanks a lot :)
For those who want to track the Dragonflight currencies, they can be easily added.
Just add these two lines to your Broker´_Currencyflow.lua. If you don't want to do anything else, just put them under ["current"] = { -- Shadowlands
You can also move the Shadowlands entries into Legacy (copy and paste) and then have only the current currencies on top. And if you're picky like me, search for
currencyColumns["header2"] = {name = "Shadowlands PvE", type = "header", order = 200}
and
currencyColumns["header3"] = {name = "Shadowlands PvP", type = "header", order = 300}
and change Shadowlands to Dragonflight.
Or just replace the code in Broker_Currencyflow.lua with the code in this pastebin, which are my changes.
Now that you can mail items and gold cross faction to alts can you put in an option to track currency on your alts of the opposite faction?
Thanks!
Will this addon still be maintained.. and if so will there be by chance a version for TBC?
I see there are some updates, did these updates fix the problem it had with ChocolateBar? I really hate using Bazooka.
Getting this error as of today's patch.
1x ...eBroker_Currencyflow\Broker_Currencyflow-v1.8.2-9-g77154a6.lua:466: attempt to index local 'currencyInfo' (a nil value)
[string "@Broker_Currencyflow\Broker_Currencyflow-v1.8.2-9-g77154a6.lua"]:466: in function `db_UpdateCurrency'
[string "@Broker_Currencyflow\Broker_Currencyflow-v1.8.2-9-g77154a6.lua"]:1298: in function <...eBroker_Currencyflow\Broker_Currencyflow.lua:1186>
[string "=[C]"]: ?
[string "@Ace3\AceAddon-3.0\AceAddon-3.0-13.lua"]:70: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:65>
[string "@Ace3\AceAddon-3.0\AceAddon-3.0-13.lua"]:527: in function `EnableAddon'
[string "@Ace3\AceAddon-3.0\AceAddon-3.0-13.lua"]:630: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:615>
In reply to Skelzarr:
In reply to Noshei:
I'm guessing blizzard have chosen to remove this currency, since i'm EU I cannot verify this myself, could you please check this command in the chat frame (i'm assuming it will be an empty result/nil etc)
/dump C_CurrencyInfo.GetCurrencyInfo(1751)
for me currently in live client it returns the currency information for freed soul - if they have removed it I will push an update to remove it.
In reply to PrivateSniper:
yeah it is returning nil. Thats actually how I figured out it was that line initially.
In reply to Noshei:
Perfect thanks for confirming, I will remove it and push an update now :)
I installed the 1.8.1 version linked below by PrivateSniper.Nothing pops up when I mouse over the icon on ChocolateBar.
Edited to remove some of my embarrasment that I had an error in a different addon...