Download
(160Kb)
Download
Updated: 04-21-21 12:47 AM
Compatibility:
Shadowlands patch (9.0.5)
Updated:04-21-21 12:47 AM
Created:10-15-10 10:30 PM
Downloads:36,134
Favorites:152
MD5:

Broker Currency  Popular! (More than 5000 hits)

Version: 9.0.5.7
by: Torhal [More]

LDB display of currencies and gold totals for session / today / yesterday / this week / last week. (Same as FuBar_MoneyFu courtesy of ckknight).

*Broker_Currency Forum
*This is a Data Broker Addon

This basically exposes the currency tab for all characters on a realm. You can track, for example, Justice Points by enabling or disabling those in the broker display itself, or only in the tooltip when hovering over it.

Minimalists can turn off silver and gold display as well as disable the actual icon so you get just the gold amount showing. The icon sizes are adjustable as well.

Needs localization of the Broker_Currency.toc Notes strings.

Broker: Currency
9.0.5.7 (2021-04-21)
Full Changelog Previous Releases
  • Detach the GetServerOffset and GetToday functions from the Broker_Currency object.
  • Merge pull request #2 from BradCOnGitHub/patch-1
    Add missing libraries to manifest
  • Add missing libraries to manifest
  • Remove more dead code.
  • Resort the .pkgmeta file.
Archived Files (4)
File Name
Version
Size
Author
Date
9.0.5.6
160kB
Torhal
04-20-21 09:15 PM
9.0.5.5
157kB
Torhal
04-20-21 06:43 PM
9.0.5.4
156kB
Torhal
04-19-21 10:51 PM
9.0.5.3
157kB
Torhal
04-19-21 09:41 PM


Post A Reply Comment Options
Unread 10-25-14, 04:59 PM  
tempest420
A Kobold Labourer

Forum posts: 1
File comments: 33
Uploads: 0
Thanks for the response! It seems like I might have to swap to another broker addon for more than just that reason.
Report comment to moderator  
Reply With Quote
Unread 10-25-14, 04:09 PM  
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1196
File comments: 223
Uploads: 34
Originally Posted by tempest420
Hi, I have a question about the frame that this broker addon creates. What I'm trying to do is parent a bunch of data texts to a kgpanel and have that kgpanel only show up when I mouse-over it. The problem I'm having is that when I use /fstack to check the name of the panel that your addon creates, it returns "StatBlockCore_Broker Currency". When I enter this into kgpanels, it gives me an error ('=' expected near 'Currency'). I'm guessing this is because of the space. I even looked into the lua but it looks like the frame is supposed to be called Broker_Currency but entering that into kgpanels doesn't work. Neither does BrokerCurrency. Any help would be appreciated.
The name of the plugin frame is entirely up to your LDB display AddOn (in your case, StatBlockCore). You could use a separate display for Broker_Currency, if that display gave unique and persistent names to its own frame - like, perhaps, BazookaBar1 or something along those lines - and trigger KGPanels on that frame. Since Broker_Currency is an LDB plugin, and not a display, that is your only option.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
Report comment to moderator  
Reply With Quote
Unread 10-25-14, 01:26 PM  
tempest420
A Kobold Labourer

Forum posts: 1
File comments: 33
Uploads: 0
Hi, I have a question about the frame that this broker addon creates. What I'm trying to do is parent a bunch of data texts to a kgpanel and have that kgpanel only show up when I mouse-over it. The problem I'm having is that when I use /fstack to check the name of the panel that your addon creates, it returns "StatBlockCore_Broker Currency". When I enter this into kgpanels, it gives me an error ('=' expected near 'Currency'). I'm guessing this is because of the space. I even looked into the lua but it looks like the frame is supposed to be called Broker_Currency but entering that into kgpanels doesn't work. Neither does BrokerCurrency. Any help would be appreciated.
Report comment to moderator  
Reply With Quote
Unread 07-11-13, 03:17 AM  
mitch0
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 79
Uploads: 4
Re: Re: Re: Icons

Originally Posted by Raq
Originally Posted by Torhal
Originally Posted by Raq
I am using Bazooka as my broker bar, and i have that on hide (only shows when i mouse-over).
And i have noticed, that the icons from the tracked currencies are being shown whenever something new happens (selling stuff, buying stuff, earning/loosing currency etc.)

This is really pissing me off since the icons are just "standing right there".
This is a small thing, i know, but it is enough for me to find another broker and i would hate to have to do that since this is by far the best Currency broker i've ever seen - except for the icon bug..

Is there a fix to it?

Kind Regards
Julian
I dropped a note to the Bazooka author; all I'm doing with Broker_Currency is changing the LDB object's text field (which has embedded textures in an escape sequence). Bazooka should be re-fading (or not un-fading) this when it updates the text. This also occurs with Auditor, and I'm sure many other plugins.
Ahh okay..
Thanks for the reply, i hope the author of Bazooka will fix this problem then..
Hello,

Sorry, I won't (Bazooka author here). This bug is caused by blizzard's implementation of embedded icons in fontstrings which was even worse a couple of patches ago (it didn't obey the parent frame's alpha setting at all, now at least it works if you set the alpha on the parent frame after the text / icons has already been rendered).

I tried "fixing" the issue a couple of ways, but none works 100% reliably, or would be so convoluted that it'd just cause pain for all users even if they don't use plugins with embedded icons or don't use bar transparency (cpu cycles wasted, etc). The only "reliable" fix at the moment seems to be "refreshing" the alpha setting of the bar(s) periodically every second or so, but this is so ugly that I decided not to add it to Bazooka.

Just mouse-over the bar to make it fully visible and let it fade back after you finish shopping, that should fix the icon transparency...

ps: if you happen to find another broker display that handles this correctly, drop me a note please, I'd like to check how they solved it, maybe I overlooked some simple and elegant workaround.

cheers,
mitch
Report comment to moderator  
Reply With Quote
Unread 07-07-13, 05:01 AM  
Raq
A Defias Bandit

Forum posts: 2
File comments: 52
Uploads: 0
Re: Re: Icons

Originally Posted by Torhal
Originally Posted by Raq
I am using Bazooka as my broker bar, and i have that on hide (only shows when i mouse-over).
And i have noticed, that the icons from the tracked currencies are being shown whenever something new happens (selling stuff, buying stuff, earning/loosing currency etc.)

This is really pissing me off since the icons are just "standing right there".
This is a small thing, i know, but it is enough for me to find another broker and i would hate to have to do that since this is by far the best Currency broker i've ever seen - except for the icon bug..

Is there a fix to it?

Kind Regards
Julian
I dropped a note to the Bazooka author; all I'm doing with Broker_Currency is changing the LDB object's text field (which has embedded textures in an escape sequence). Bazooka should be re-fading (or not un-fading) this when it updates the text. This also occurs with Auditor, and I'm sure many other plugins.
Ahh okay..
Thanks for the reply, i hope the author of Bazooka will fix this problem then..
Report comment to moderator  
Reply With Quote
Unread 07-07-13, 04:30 AM  
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1196
File comments: 223
Uploads: 34
Re: Icons

Originally Posted by Raq
I am using Bazooka as my broker bar, and i have that on hide (only shows when i mouse-over).
And i have noticed, that the icons from the tracked currencies are being shown whenever something new happens (selling stuff, buying stuff, earning/loosing currency etc.)

This is really pissing me off since the icons are just "standing right there".
This is a small thing, i know, but it is enough for me to find another broker and i would hate to have to do that since this is by far the best Currency broker i've ever seen - except for the icon bug..

Is there a fix to it?

Kind Regards
Julian
I dropped a note to the Bazooka author; all I'm doing with Broker_Currency is changing the LDB object's text field (which has embedded textures in an escape sequence). Bazooka should be re-fading (or not un-fading) this when it updates the text. This also occurs with Auditor, and I'm sure many other plugins.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
Report comment to moderator  
Reply With Quote
Unread 07-06-13, 02:47 PM  
Raq
A Defias Bandit

Forum posts: 2
File comments: 52
Uploads: 0
Icons

I am using Bazooka as my broker bar, and i have that on hide (only shows when i mouse-over).
And i have noticed, that the icons from the tracked currencies are being shown whenever something new happens (selling stuff, buying stuff, earning/loosing currency etc.)

This is really pissing me off since the icons are just "standing right there".
This is a small thing, i know, but it is enough for me to find another broker and i would hate to have to do that since this is by far the best Currency broker i've ever seen - except for the icon bug..

Is there a fix to it?

Kind Regards
Julian
Report comment to moderator  
Reply With Quote
Unread 10-05-12, 10:16 PM  
SannaSK
An Aku'mai Servant

Forum posts: 33
File comments: 22
Uploads: 0
Love this addon. Adding my +1 vote to this:
Originally Posted by brotherhobbes
Request, option for all characters to use the same configuration.
I like all my characters' ui to look as similar as possible, so having a 'preferences > default' option would be great!
Report comment to moderator  
Reply With Quote
Unread 01-10-12, 01:29 AM  
Adam77
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 32
Uploads: 3
Ty a lot for the great Data Broker!

Is it possible to show another column with the Actual Valor points Cap for every character ?

Ex: Mage 800/1000
Warrior 1000/1000
Paladin 0/1000

It would be wonderful
Report comment to moderator  
Reply With Quote
Unread 08-21-11, 02:02 PM  
brotherhobbes
A Rage Talon Dragon Guard
AddOn Author - Click to view AddOns

Forum posts: 313
File comments: 41
Uploads: 2
Thanks for the mod. Just what I needed to check and see which characters were close to capping out on JP/VP.

Request, option for all characters to use the same configuration.
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 09:57 AM  
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1196
File comments: 223
Uploads: 34
Originally posted by Kerecha
A small request for 4.2, the "mark of the world tree" currency added with the firelands dailies
Added in 1.2.8 - thanks!
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 07:36 AM  
Kerecha
A Deviate Faerie Dragon
 
Kerecha's Avatar

Forum posts: 10
File comments: 196
Uploads: 0
A small request for 4.2, the "mark of the world tree" currency added with the firelands dailies
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 12:06 AM  
jasonreid
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Great mod so far. I have a question/request.

Is it possible you can add an option to have it display the total amount of gold for all characters / faction on the same realm like what Titan Panel has?
Report comment to moderator  
Reply With Quote
Unread 12-10-10, 04:12 PM  
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1196
File comments: 223
Uploads: 34
Re: Re: Re: Valor Points

Originally posted by Hitshade
396 - Valor Points
391 - Tol Barad Commendation


Love the mod, have a suggestion: It would be fantastic if the pull-down menus for currency type selection were ordered alphabetically.
Thanks! Added the currencies in 1.2.4. As for the alphabetical order, that would only work for English clients - though, I've sorted them by type (PvP, PvE, profession, event) and alphabetically within type.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
Report comment to moderator  
Reply With Quote
Unread 12-10-10, 03:44 PM  
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1196
File comments: 223
Uploads: 34
Re: Re: Re: Valor Points

Originally posted by Shabazza
Hi,

i have a problem with the newest version. Difficult to describe. I post a screenshot:

http://img219.imageshack.us/img219/889/currency.jpg

regards, Sha
That's a known issue from two releases ago - I had to change how things were stored, so you'll get that until you log into all of your toons.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.