Blizz coded the currency tab to work like a bag, that's why the Honor and Arena points have icons, they are like badges, etc in that respect but in my estimation, they won't become attainable like badges.
I do not know what you are doing but please delete the entire folder and go load up the latest Currency. You will find that it requires the following according to the includes:
All right, I added too many Ace3 things in a fit of pique when they started sucking in more of each other than I thought necessary. I seem to have forgotten to remove them from the pkgmeta file when I finally slimmed it down to the basics. I will remove AceConsole, AceEvent, AceHook and AceLocale from it.
Have you downloaded Broker_Currency v3.00.02.04 beta release off of Curse.com to see? Those are included under LibDataBroker. The pull went bad. Pulling BigWigs pulls *ALL* the libraries it has in with it. That is how Curse is doing it.
One thing I really liked with MoneyFu was the possibility to see how much money I earned/lost within the actual session. Would it be possible to add this to Broker_Currency as well?
PS: I hope it isn't in already, and I just oversaw it... Oo
local factionGroup = UnitFactionGroup("player");
if ( factionGroup ) then
button.icon:SetTexture([[Interface\TargetingFrame\UI-PVP-]]..factionGroup);
button.icon:SetTexCoord( 0.03125, 0.59375, 0.03125, 0.59375 );
end
The icon is inline with a string. unless there is a way to pass TexCoords I can not use it. So for instance "\124T" .. arenaTexture .. ":32:32:2:0\124t". I will switch to the arena texture though. Thanks!
Now that it is updated I get this error:
[2008/12/10 07:00:34-313-x1]: Broker_Currency-v3.00.03.06 beta\core.lua:138: bad argument #1 to 'format' (string expected, got nil)
Broker_Currency-v3.00.03.06 beta\core.lua:138: in main chunk
The icon is inline with a string. unless there is a way to pass TexCoords I can not use it. So for instance "\124T" .. arenaTexture .. ":32:32:2:0\124t". I will switch to the arena texture though. Thanks!
There are these icons:
* Interface\PVPFrame\PVP-Currency-Alliance
* Interface\PVPFrame\PVP-Currency-Horde
both are 32x32 and ready to be used in strings.
Now that it is updated I get this error:
[2008/12/10 07:00:34-313-x1]: Broker_Currency-v3.00.03.06 beta\core.lua:138: bad argument #1 to 'format' (string expected, got nil)
Broker_Currency-v3.00.03.06 beta\core.lua:138: in main chunk
You should only get it the first time. A simple reload will fix it as it's trying to format a string from the saved variables but they don't exist yet.
Suggestion: In the config dialog, can you lower the icon size? They overlap on my screen. Preferably around 16, but 24 might prevent the overlap.
1024 x 768, 100% UI scale, the standard for a 19" monitor.
Right, I can see how my 2560 x 1600 at 77% scale is no good then. Mmm, should I adjust the settings icons along with the settings for display or give them their own slider? I am also checking in a version that does not scale them by 2 as a first step.
Ok I read the through the posts, as in regards to moneyfu can this mod see what money is on all my different alts on the same server?
This is like moneyFu with currency added. Unlike moneyFu it does not at this time calculate money/hour. It also dropped some of the categories. If there is a particular one you are missing I can add it on request.
In addition, as soon as there is an Ace3 dewdrop replacement I will switch to using it. This would fix the column alignment issues.
Right, I can see how my 2560 x 1600 at 77% scale is no good then. Mmm, should I adjust the settings icons along with the settings for display or give them their own slider? I am also checking in a version that does not scale them by 2 as a first step.
Yeah, scalex1 is plenty. I don't really see a reason to add an option to adjust the options, but that's up to you. :)
I have to apologize. I hadn't actually tried it out yet. I figured that a 50% reduction in scale would fix it. After actually updating it, it seems the scale setting has no effect. However, changing:
Use the PvP Minimap Icon (faction-based) for honor points and the two swords clashing (I think it's the in-combat indicator on unit frames) for arena.
Might be better for .pkgmeta.
Have you downloaded Broker_Currency v3.00.02.04 beta release off of Curse.com to see? Those are included under LibDataBroker. The pull went bad. Pulling BigWigs pulls *ALL* the libraries it has in with it. That is how Curse is doing it.
PS: I hope it isn't in already, and I just oversaw it... Oo
-- Fixes the honor & arena point issue
-- Adds icons for them
Already in
from the blizzard token/currency interface
arena points
honor points can use either factions icon so
The icon is inline with a string. unless there is a way to pass TexCoords I can not use it. So for instance "\124T" .. arenaTexture .. ":32:32:2:0\124t". I will switch to the arena texture though. Thanks!
[2008/12/10 07:00:34-313-x1]: Broker_Currency-v3.00.03.06 beta\core.lua:138: bad argument #1 to 'format' (string expected, got nil)
Broker_Currency-v3.00.03.06 beta\core.lua:138: in main chunk
There are these icons:
* Interface\PVPFrame\PVP-Currency-Alliance
* Interface\PVPFrame\PVP-Currency-Horde
both are 32x32 and ready to be used in strings.
You should only get it the first time. A simple reload will fix it as it's trying to format a string from the saved variables but they don't exist yet.
Suggestion: In the config dialog, can you lower the icon size? They overlap on my screen. Preferably around 16, but 24 might prevent the overlap.
Ok, what is going on in your interface that makes it so wildly different? Is your UI scale really small or large or something?
1024 x 768, 100% UI scale, the standard for a 19" monitor.
Long answer: Download it, install it, try it.
So many people take the time to ask and then wait for an answer when it takes 5 minutes to check it out for yourself. :)
Right, I can see how my 2560 x 1600 at 77% scale is no good then. Mmm, should I adjust the settings icons along with the settings for display or give them their own slider? I am also checking in a version that does not scale them by 2 as a first step.
This is like moneyFu with currency added. Unlike moneyFu it does not at this time calculate money/hour. It also dropped some of the categories. If there is a particular one you are missing I can add it on request.
In addition, as soon as there is an Ace3 dewdrop replacement I will switch to using it. This would fix the column alignment issues.
Yeah, scalex1 is plenty. I don't really see a reason to add an option to adjust the options, but that's up to you. :)
Ok, if reducing the scale did the trick I will leave it at that. It was a cut 'n paste scaling factor anyway.
[php]local settingGold = "\124TInterface\\MoneyFrame\\UI-GoldIcon:32:32:1:0\124t"[/php]to:
[php]local settingGold = "\124TInterface\\MoneyFrame\\UI-GoldIcon:24:24:1:0\124t"[/php]yields the following:
To be honest, you might want to stick with the default size of 16x16 since there probably are people running 800x600 still.
16 seems too tiny. Trying 24 and will just add a way to select 16 24 32 at some point. Or I should check the window size and adjust accordingly.