Thread Tools Display Modes
03-31-12, 05:27 PM   #1
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member
Join Date: Jan 2012
Posts: 135
VIew Gold without opening bags?

I'd like to be able to see how much gold I have without opening *anything* - the way you can see how much bagspace you have (which is a blizz-provided toggle). I have a couple of addons that track it (track o matic and analyst, for two) but unless gold is *all* I'm tracking, track o matic's display is larger than I want, and analyst does something completely different - which I like, but having it visible all the time isn't useful to me.

Something that shows it on the bags (the way the available bagspace is) would be ideal. Searching 'gold track' or 'gold view' didn't find me anything like what I'm looking for.

Thank you!
  Reply With Quote
03-31-12, 05:40 PM   #2
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 200
This can be accomplished by using an info bar, like DataBroker. This creates a bar, then you can put plugins on it to track various information that you'd like to see.

You'll need a bar addon, here are a few to choose from:
Then you'll want a plugin that shows your gold:

Code:
iMoney
zz_Money
Broker_Currency
Broker_wGold (Shameless self-promotion)
Just to name a few
  Reply With Quote
03-31-12, 08:11 PM   #3
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
SLDataText gives you information text boxes for pretty much everything including gold. Customisable for position, font, scale etc.

Last edited by Fizzlemizz : 03-31-12 at 08:21 PM.
  Reply With Quote
03-31-12, 09:14 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
If you want *just* gold, there's this: http://www.wowinterface.com/download...impleGold.html
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
04-01-12, 04:05 PM   #5
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member
Join Date: Jan 2012
Posts: 135
Originally Posted by Seerah View Post
If you want *just* gold, there's this: http://www.wowinterface.com/download...impleGold.html
Thank you! I've downloaded this and am trying it out.

And yeah - I realize that, by installing addons, I *am* changing my UI in small increments. But I don't want massive changes, and so I don't want an entirely new UI; in many ways I'm still learning the interface to start with. All I wanted was to be able to see how much gold I have without opening anything.

Thank you for the pointer!
  Reply With Quote
04-12-12, 02:14 AM   #6
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member
Join Date: Jan 2012
Posts: 135
Don't know if anyone's still reading...

So I pulled down simplegold, as suggested, and it does exactly what I want. yay! Unfortunately, it also throws errors on occasion, and as far as I can tell the author is no longer in the community. (no response to comments on the addon page, to comments in the portal, to email sent to the email mentioned in the profile.)

So my question becomes, is there anyone willing to look at the errors, and/or is there another addon that does this and doesn't give errors?

advTHANKSance
  Reply With Quote
04-12-12, 02:58 AM   #7
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Fixing old addons does not really make sense when there are "thousands" of new addons doing the same

Most (if not all AddOns) come as a Broker (see Waky's post) and there comes a time when you want to get rid of all the buttons around your minimap anyway
So getting a gold-broker is the best idea. When you want to place the display of such a broker freely there is Fortress which allows you to place each displayed broker-info anywhere you want.

http://www.wowinterface.com/download...-Fortress.html

most other broker-displays use the traditional bar at the top/bottom to display the broker information.
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote
04-12-12, 10:11 AM   #8
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
As previously mentioned, try SLDatatext. It has many modules, so simply disable all the modules except the gold module. It does not need a broker bar, and the author is actively maintaining the addon.
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
  Reply With Quote
04-12-12, 02:32 PM   #9
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Try StatBlockCore along with StatBlock Money.

Please keep in mind, though, that StatBlockCore is a LDB type display that just displays all of your LDB feeds in individual "block" style feeds (instead of on a bar). All feeds except the feeds you want to display can be disabled in the StatBlockCore options panel.

Do a search on WoWI for StatBlock, and the results will show you all of the modules you can use either with StatBlock or with a "more normal" LDB display.

Personally, I use the aforementioned SLDataText, but I use almost all of the feeds it has and overlay several of them on my Chocolate Bar Broker Display. They do not display through Chocolate Bar, but are single feeds which have had their UI display levels changed (in each modules options) so they are still visible when dragged on top of the bar. Here's an example of how it looks in my UI:
Click image for larger version

Name:	SLDataText.jpg
Views:	171
Size:	136.6 KB
ID:	6894 Please click the image for a larger view. 1280 x 800
The SLDT modules are highlighted in red.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!

Last edited by jeffy162 : 04-12-12 at 03:09 PM.
  Reply With Quote
04-12-12, 06:53 PM   #10
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Try this (untested):

In your Interface/AddOns folder, create a folder titled GoldDisplay

In this GoldDisplay folder, create a file named GoldDisplay.toc (make sure that it's not GoldDisplay.toc.txt). My editor of choice is Notepad++, but you can use any text editor. Inside this .toc file, put this text:
Code:
## Interface: 40300
## Title: GoldDisplay
## Notes: Shows how much gold you have
GoldDisplay.lua
Then create a file named GoldDisplay.lua and put this inside:
Code:
local frame = CreateFrame("Frame")
frame:SetSize(200, 25)

--you can change these values to alter where your frame is displayed
frame:SetPoint("BOTTOMLEFT", ChatFrame1, "TOPLEFT", 2, 50)

local text = frame:CreateFontString(nil, nil, "GameFontHighlight")
text:SetPoint("BOTTOMLEFT")

frame:RegisterEvent("PLAYER_LOGIN")
frame:RegisterEvent("PLAYER_MONEY")
frame:SetScript("OnEvent", function()
     text:SetText(GetCoinTextureString(GetMoney()))
end)
This should show you how much money you have just above the top left of your chat frame.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh


Last edited by Seerah : 04-12-12 at 06:58 PM.
  Reply With Quote
04-12-12, 06:55 PM   #11
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Seerah, you have a typo in your code.
Code:
     text:SetText(GetCointTextureString(GetMoney()))
It should just be "GetCoinTextureString".
  Reply With Quote
04-12-12, 06:57 PM   #12
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Oops >< Thanks
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » VIew Gold without opening bags?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off