Download
(11Kb)
Download
Updated: 07-18-18 12:11 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:07-18-18 12:11 AM
Created:08-31-11 08:28 PM
Downloads:3,162
Favorites:3
MD5:

CashCounter

Version: 1.5.1
by: taurouset [More]

Description

CashCounter is a simple and lightweight addon to keep track of your spending and earning. It displays your total gold, overall loss/gain in gold, silver, and copper as well as your amount spent and gained.

Usage

Type /cashcounter or /cc by itself or followed by 'help' will show a list of commands.

To move CashCounter, hold down 'ctrl' then hold down the left mouse button and drag. Clicking the left mouse button without 'ctrl' will show/hide the larger "info window". If the info window is closed, you can use your mouse wheel to cycle through the displayed info on the CashCounter bar.

You can right click CashCounter to open an options window. Most of the options shown on this window have slash command counterparts.

Hovering your mouse over CashCounter will show a tooltip with information about the current state of CashCounter, as well as how to get a list of commands.

There are also keybindings for CashCounter in the Keybindings menu. Currently, you can bind keys to enable/disable, as well as show/hide CashCounter.

Slash Commands

/cashcounter or /cc by itself or followed by 'help' will show a list of commands.

/cashcounter or /cc followed by:

  • options - Show the CashCounter options window.
  • show - Show CashCounter.
  • hide - Hide CashCounter.
  • toggle - Toggle visibility.
  • enable - Enable CashCounter.
  • disable - Disable CashCounter.
  • expand up/down- Where the info window should appear relative to the main bar.
  • alpha <#> - Type a number between 0 and 1 to set the transparency.
  • msgs - Enable/Disable displaying of CashCounter messages.
  • tooltips - Toggle visibility of the tooltip.
  • reset - Reset CashCounter data.
  • defaults- Reset CashCounter.

Upcoming Features
  • Scale adjustments
  • Account-wide tracking
  • Ability to view your other characters gold

Author Comments

UPDATE 2018-07-12: Was looking through a list of mods that someone had, and they mentioned that they had this, my mod! It's been a few years, but I will be working on this addon again, and keeping up to date so you don't have to keep using that pesky "Load out of date addons" option. Thanks for using this addon!

Please report bugs as comments on this page.

1.5.1 ---
- The options window will now close when you press escape.
- Updated TOC

1.5.0 ---
- Added color adjustments for the border and the background of the main CashCounter window.
- Added option to disable tooltip.
- Added confirmation when resetting data and defaults.
- Slightly altered border.
- Code cleanup.

1.4.7 ---
- Updated TOC to lastest version.

1.4.6 ---
- Updated TOC

1.4.3 ---
- Updated TOC
- Fixed bug in options. Default is now to ask to reset upon login.

1.4 ---
- Added reset upon log in setting.
- Added setting to disable asking to reset upon log in.
- Made the expand selection a proper dropdown.

1.3 ---
- Changed "/cc anchor above/below" into "/cc expand up/down"
- Added keybindings.
- Added an options window.
- Removed the lock and unlock commands, as you can no longer lock/unlock CashCounter.
- You must not hold down 'ctrl' and click to move CashCounter.
- You must now scroll instead of click, to cycle through info.
- I feel like I missed something...

1.2 ---
- You can now make the info window appear above/below the CashCounter bar with /cc anchor above/below.
- CashCounter now shows your current total gold.
- By left click on the CashCounter bar while the info box is closed and it is locked, you can cycle through the different information.
- Bug fixes/code cleanup.

1.1a ---
- Sept. 1 - 3:03 P.M. PST Fixed: Sometimes logging out and in will cause strange amounts of gold to appear in the window. I've discovered the cause and I am trying to fix it.

1.1 ---
- The tooltip that appears after hovering over the lock button appears beside the button.
- Added a "/cc reset all" along with "/cc reset" to let users decide how much they want to reset.

1.0 ---
- First Release!
Post A Reply Comment Options
Unread 09-07-11, 11:58 PM  
taurouset
A Deviate Faerie Dragon
 
taurouset's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 4
Uploads: 2
Originally posted by litesung
Fast reply! I really like your addon, it's very useful

I also forgot to mention if you do a GUI that you could possibly include reset options similar to Skada (for automatic reset), or a hotkey. A lot of the ideas came from XanWorldPVPtimers

Not sure if this is implemented already, but I forgot to mention the addition of a /cc help command that can list all addon command functions

Just a few things I forgot to mention earlier
Haha, good timing I guess. And thanks!

I've never used Skada before so I'll check it out and see what ya mean.

If you mouse over CashCounter a tooltip will tell you how to see the commands. Typing "/cc" with no arguments will show all the commands. Although, adding "/cc help" is easy to do and a good idea.

Also, for now you can make a macro to show/hide:
Code:
/script if (CC_Title:IsShown()) then CC_Toggle('hide'); else CC_Toggle('show'); end
Or lock/unlock:
Code:
/script CC_Vars.locked = not CC_Vars.locked;
EDIT: I haven't tested, but these scripts probably won't work in Version 1.3. But I have roughly added what you requested instead!
Last edited by taurouset : 09-09-11 at 12:31 AM.
Report comment to moderator  
Reply With Quote
Unread 09-07-11, 10:58 PM  
litesung
A Flamescale Wyrmkin
 
litesung's Avatar

Forum posts: 130
File comments: 231
Uploads: 0
Fast reply! I really like your addon, it's very useful

I also forgot to mention if you do a GUI that you could possibly include reset options similar to Skada (for automatic reset), or a hotkey. A lot of the ideas came from XanWorldPVPtimers

Not sure if this is implemented already, but I forgot to mention the addition of a /cc help command that can list all addon command functions

Just a few things I forgot to mention earlier
Last edited by litesung : 09-07-11 at 11:02 PM.
Report comment to moderator  
Reply With Quote
Unread 09-07-11, 10:48 PM  
taurouset
A Deviate Faerie Dragon
 
taurouset's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 4
Uploads: 2
Originally posted by litesung
Great Addon, but I have several feature suggestions/requests:

[ ] Keybind to show/hide cashcounter (or ingame script command such as /cc hide or /cc show)
[ ] Ingame script command to show/hide background (/cc bgshow or /cc bghide)
[ ] Option to Expand Window upwards (For bottom placement on UI)
[ ] Possibility to right-click to lock, or keybind to lock rather than checkbox (Or a script /cc lock or /cc unlock)
[ ] GUI options with these features possibly
I'm on it!!

EDIT: And if I understand your suggestion correctly, you can already make the larger window appear above, in 1.2. It's the anchor above, although I'm probably going to change it to "/cc expand up/down" because that makes more sense.
Last edited by taurouset : 09-07-11 at 10:52 PM.
Report comment to moderator  
Reply With Quote
Unread 09-07-11, 09:33 PM  
litesung
A Flamescale Wyrmkin
 
litesung's Avatar

Forum posts: 130
File comments: 231
Uploads: 0
Great Addon, but I have several feature suggestions/requests:

[ ] Keybind to show/hide cashcounter (or ingame script command such as /cc hide or /cc show)
[ ] Ingame script command to show/hide background (/cc bgshow or /cc bghide)
[ ] Option to Expand Window upwards (For bottom placement on UI)
[ ] Possibility to right-click to lock, or keybind to lock rather than checkbox (Or a script /cc lock or /cc unlock)
[ ] GUI options with these features possibly
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: