Download
(6Kb)
Download
Updated: 10-31-16 08:18 AM
Pictures
File Info
Updated:10-31-16 08:18 AM
Created:04-12-10 05:21 AM
Downloads:8,838
Favorites:80
MD5:
Categories:Bags, Bank, Inventory, Auction House & Vendors, ToolTip

Exonumist - Currency Tracker  Popular! (More than 5000 hits)

Version: 7.1.0.0
by: Phanx [More]

I am no longer developing or maintaining World of Warcraft addons. I haven't played in years, and don't have the time or interest to continue working on addons for a game I don't play anymore. If you are an addon author interested in continuing one of my addons, please see https://phanx.net/addons/. If you are an addon user, sorry, but there won't be any more fixes or updates from me.
Adds currency counts for all of your characters in currency tooltips.
For example, when you see a tooltip for Valor Points, you'll see how many Valor Points you have on all of your characters on the same realm and faction.

There are no options; it “just works”. You must log into a character at least once with Exonumist enabled before information about that character’s currency tokens will appear in the tooltips. Data for characters not seen in the last 30 days is removed automatically.
Feedback
Post a comment. Please note that I consider this addon to be complete, and will probably not add any new features. If you notice any currency tooltips missing information, please post a comment explaining what you clicked on or moused over to get the tooltip, and which type of currency is involved.

You can also use the ticket tracker on GitHub.
Language Support
Compatible with all game languages. Does not require translations.
Colophon
In case you were wondering about the name:
exonumist /ek-suh-NOO-mist/
–noun
a person who collects items, as tokens or medals, that resemble money but are not intended to circulate as money.

Version 7.1.0.0
  • Updated for WoW 7.1

Version 7.0.3.0
  • Updated for WoW 7.0
  • Added a default icon to the optional DataBroker plugin

Version 6.1.0.16
  • Updated for WoW 6.1
  • Added an optional DataBroker plugin: text shows your "show on backpack" currencies, tooltip shows all your currencies, click to open the currency window

Version 6.0.2.45
  • Updated for WoW 6.0

Version 5.4.1.37
  • Updated for WoW 5.4

Version 5.3.0.36
  • Updated for WoW 5.3
  • Added support for LFG reward currency tooltips
  • Added support for quest reward currency tooltips

Version 5.2.0.32
  • Hopefully fixed an issue preventing currency data from being updated for some users

Version 5.2.0.30
  • Added support for chat link tooltips

Version 5.2.0.29
  • Updated for WoW 5.2
  • Fixed an error when logging into low-level Pandaren characters

Version 5.1.0.26
  • Exonumist will now add currency counts to currency tooltips everywhere!
  • Tooltips in the token frame and merchant money frame will only show your other characters; all other currency tooltips will show all characters on your current realm and faction.
  • Due to changes in the way Exonumist stores data, all of your recorded data will be lost, and you will need to log into each of your characters at least once to get information about their currency.

Version 5.1.0.22
  • Updated for WoW 5.1

Version 5.0.4.21
  • Updated for WoW 5.0.4

Version 4.3.4.18
  • Compatible with both 4.3 live realms and Mists of Pandaria beta realms.

Version 4.2.0.11
  • Updated for WoW 4.2

Version 4.1.0.10
  • Updated for WoW 4.1
  • Characters that haven’t been seen in the last 30 days are no longer shown in the tooltip.

Version 4.0.1.6
  • Updated for WoW 4.0

Version 3.3.3.4
  • Added support for !ClassColors and other implementations of CUSTOM_CLASS_COLORS

Version 3.3.3.2
  • First public release
Post A Reply Comment Options
Unread 08-29-12, 01:59 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Version 5.0.4.21
  • Updated for WoW 5.0.4
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 12-07-12, 04:11 PM  
Orion Assante
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Addon stopped working

I decided to redo my UI yesterday so I started from a clean install and began loading addons one at a time. When I loaded Exonumist I got the error below and it's not tracking currencies for any of my toons. I tried it again with no addons except Exonumist loaded and still no joy. As far as I know it had not thrown any errors prior to my redo effort. Never heard of an addon breaking from a clean install.

Message: Interface\AddOns\Exonumist\Exonumist.lua:26: attempt to index upvalue 'charDB' (a nil value)
Time: Fri Dec 7 17:08:21 2012
Count: 1
Stack: Interface\AddOns\Exonumist\Exonumist.lua:26: in function <Interface\AddOns\Exonumist\Exonumist.lua:19>
[C]: in function `BackpackTokenFrame_Update'
Interface\FrameXML\MainMenuBar.lua:60: in function <Interface\FrameXML\MainMenuBar.lua:25>

Locals: (for index) = 2
(for limit) = 16
(for step) = 1
i = 2
tokenID = nil
name = "Justice Points"
isHeader = false
isExpanded = true
isUnused = false
isWatched = false
count = 1068
(*temporary) = nil
(*temporary) = "attempt to index upvalue 'charDB' (a nil value)"
charDB = <table> {
class = "PALADIN"
lastSeen = 1354918101
}
Report comment to moderator  
Reply With Quote
Unread 12-07-12, 10:56 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Apparently a ~= mysteriously transmogrified itself into a == thus preventing Exonumist from initializing its saved variables in a timely fashion. I'll upload a fix shortly.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 12-10-12, 01:08 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Version 5.1.0.26
  • Exonumist will now add currency counts to currency tooltips everywhere!
  • Tooltips in the token frame and merchant money frame will only show your other characters; all other currency tooltips will show all characters on your current realm and faction.
  • Due to changes in the way Exonumist stores data, all of your recorded data will be lost, and you will need to log into each of your characters at least once to get information about their currency.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 03-05-13, 06:29 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Version 5.2.0.29
  • Updated for WoW 5.2
  • Fixed an error when logging into low-level Pandaren characters
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 03-08-13, 12:45 PM  
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member

Forum posts: 135
File comments: 742
Uploads: 0
Thank you!

... for the update to version 5.2!!!

Report comment to moderator  
Reply With Quote
Unread 03-11-13, 02:51 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Version 5.2.0.30
  • Added support for chat link tooltips
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 04-11-13, 09:08 PM  
kazama14
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
So I just noticed that Exonumist wasn't showing any data in tooltips earlier, I had sworn it was but I couldn't get it to show anything.

Disabled all addons but Exonumist, still nothing.

Rolled back to 5.2.0.29, still nothing.

Checked my Saved Variables and it wasn't storing any data just character name and last seen.

Deleted saved variables to create fresh DB, still nothing.

Rolled back to 5.1.0.26, old DB system, and it works again.

Is the new version working for you because I cant get it to

This is across multiple level 80+ characters.
Report comment to moderator  
Reply With Quote
Unread 04-12-13, 07:56 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Working fine for me, even after deleting saved variables. Please try:

1. Exit WoW.
2. Delete your Exonumist saved variables file.
3. Delete your Exonumist addon folder.
4. Download and install a fresh copy of the latest version of Exonumist from this page.
5. Log into WoW with all addons disabled except for Exonumist, on at least two characters.

Are you still having the same issue?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 04-12-13, 10:27 PM  
kazama14
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Sorry, I probably should have been more clear but that was basically what I did yesterday. Anyway just to be sure I tried it again using your steps, however I still can't get it to work with the newest version.

Using 5.1.0.26 this is what my Exonumist.lua in SavedVariables looks like


Code:
ExonumistDB = {
	["Alterac Mountains"] = {
		["Alliance"] = {
			["Frostbrew"] = {
				[395] = 2132,
				["lastSeen"] = 1365821328,
				["class"] = "SHAMAN",
				[416] = 25,
				[402] = 1,
				[391] = 12,
				[392] = 675,
				[515] = 51,
			},
			["Merril"] = {
				[395] = 280,
				[396] = 1635,
				["lastSeen"] = 1365819721,
				[738] = 36,
				[515] = 39,
				[697] = 5,
				[390] = 100,
				[391] = 6,
				[752] = 3,
				[392] = 309,
				[416] = 39,
				["class"] = "WARRIOR",
			},
			["Graven"] = {
				[395] = 618,
				["lastSeen"] = 1365740069,
				[392] = 742,
				["class"] = "WARLOCK",
				[515] = 88,
			},
			["Jubilation"] = {
				[395] = 131,
				["lastSeen"] = 1365819891,
				[392] = 751,
				["class"] = "PALADIN",
				[515] = 35,
				[391] = 3,
			},
		},
	},
}
This is what I get when using 5.1.0.30


Code:
ExonumistDB = {
	["Alterac Mountains"] = {
		["Alliance"] = {
			["Frostbrew"] = {
				["class"] = "SHAMAN",
				["lastSeen"] = 1365826720,
			},
			["Graven"] = {
				["class"] = "WARLOCK",
				["lastSeen"] = 1365826754,
			},
			["Jubilation"] = {
				["lastSeen"] = 1365826787,
				["class"] = "PALADIN",
			},
		},
	},
}
Let me know if there's any more info that might help.
Report comment to moderator  
Reply With Quote
Unread 04-13-13, 01:53 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
I'll just add a forced update on load... I'm guessing that the order of events (addons loading, currency list updating, etc) is just not consistent, as with so many other things, and forcing an extra update won't hurt anything, but should solve your problem.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 04-18-13, 08:50 AM  
aastarius
An Aku'mai Servant
 
aastarius's Avatar

Forum posts: 35
File comments: 60
Uploads: 0
Any chance of that update Phanx as it seems I'm having exactly the same issue as reported by kazama14
__________________
I do not suffer from insanity, I enjoy every minute of it.
Report comment to moderator  
Reply With Quote
Unread 04-18-13, 03:10 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
I've been busy with work. I'll probably get to it this weekend. You should be able to force the update yourself by opening the currency window on your character; the issue (as far as I can tell) is that the game client isn't updating the currency info at login for some people. It wouldn't be the first time Blizzard has had this kind of consistent inconsistency in behavior between different installations.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 04-19-13, 04:01 AM  
aastarius
An Aku'mai Servant
 
aastarius's Avatar

Forum posts: 35
File comments: 60
Uploads: 0
Sorry to be a nuisance however, just to keep things interesting ...

Exonumist.lua now looks as follows:

Code:
ExonumistDB = {
	["Shadowsong"] = {
		["Alliance"] = {
			["Genie"] = {
				["lastSeen"] = 1366326055,
				["class"] = "MAGE",
			},
			["Aastarius"] = {
				[395] = 3425,
				[396] = 1632,
				[81] = 170,
				["lastSeen"] = 1366326141,
				["class"] = "MAGE",
				[515] = 75,
				[402] = 5,
				[241] = 29,
				[391] = 31,
				[392] = 2995,
				[738] = 68,
				[697] = 1,
				[416] = 68,
			},
			["Lerumar"] = {
				[395] = 14,
				["lastSeen"] = 1366326262,
				[392] = 264,
				[81] = 2,
				["class"] = "HUNTER",
			},
			["Joril"] = {
				[395] = 553,
				[396] = 1442,
				[81] = 18,
				["lastSeen"] = 1366326098,
				["class"] = "MAGE",
				[515] = 91,
				[241] = 29,
				[392] = 115,
				[738] = 35,
			},
			["Orinford"] = {
				[395] = 1090,
				[396] = 1005,
				[81] = 24,
				["lastSeen"] = 1366364999,
				["class"] = "HUNTER",
				[515] = 70,
				[402] = 4,
				[614] = 24,
				[416] = 2,
				[241] = 24,
				[392] = 256,
				[697] = 18,
				[391] = 73,
				[738] = 29,
			},
		},
	},
}
No matter what I do it never updates for Genie.

In addition, when looking at the currency tab, other character information only shows when I am logged in as Lerumar; does not work for any other character.

This is from a "clean" version of wow with Exonumist as the only addon installed.
__________________
I do not suffer from insanity, I enjoy every minute of it.
Report comment to moderator  
Reply With Quote
Unread 04-19-13, 05:48 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
I assume Genie does have some currencies? Anyway, I'm pushing the new version with the forced update on login. Let me know if it still isn't working for you.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: