Download
(2Kb)
Download
Updated: 12-20-09 04:49 PM
Pictures
File Info
Updated:12-20-09 04:49 PM
Created:12-20-09 04:49 PM
Downloads:1,577
Favorites:9
MD5:

CurrencyTrackLDB

Version: 1.0
by: Scarikken [More]

CurrencyTrackLDB is a port of CurrencyTrackFu. It was time to move on from FuBar since it is apparently slated for death without plans for repair or resurrection. Initial functionality exists, such as displaying emblems and marks. When time permits I plan to add options to hide sections you do not wish to view, as the FuBar version had.


This mod is intended for the higher level player in WotLK. A basic Data Broker plug-in to track PvE and PvP currency such as emblems, cooking awards, honor points, arena points, marks of honor, etc.

Suggestions are welcome for improvements.

Optional Files (0)


Post A Reply Comment Options
Unread 02-05-10, 10:49 AM  
peewee_sweden
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
Report comment to moderator  
Reply With Quote
Unread 12-27-09, 09:04 PM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
I guess I hadn't thought that people would have 3 of the same class that would need emblem tracking (I myself have never twinked lol). I have a couple of priests, but they are both bank alts, and as such don't need currency tracked (I have a gold addon for tracking money).

I think if you're going to limit the tracking to toons on the same server (which is probably the easiest) that you should just switch your x and y axis, since you can only have a maximum of 10 toons on any server, that would make your tooltip never go wider than a certain size. Also, if you have options to not display certain emblems (for example, no need to display a total of "0" emblems of frost for a level 50 twink), then the tooltip can get even smaller.

This is very similar to the addon I linked earlier, except for alt tracking. The tooltip get quite daunting until you remove the emblems you don't care about from the tooltip. I'll think on it some more, and let you know if I come up with something.
__________________
There is absolutely no evidence to support the theory that life is serious.
Report comment to moderator  
Reply With Quote
Unread 12-27-09, 04:51 PM  
Scarikken
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 2
Icons because I felt tracking would organize better by names over colors, because what happens when you have multiples of one class? I myself at one point had three priests on the same server.

The formatting I had in mind was ( # represents the emblem icon )

Code:
            #  #  #  #  #  Honor
Avatar1     5  13  3  4  0   49887
Avatar2     4   1   4  5  0   44568
Avatar3     0   0  12  1  1   2536

-----------
Marks of honor
AV - 
AB - 

Jewelcrafter - 
Cooking -
(and so on)


Currency icons (gold, silver, copper) have their own api, which is how they can get away with easily formatting them in-line.

Current problems I face are displaying the icons all in one line. I can get them to display, but they so far only go one per line, and there seems to be a limit to how many I can put in. Which would be fine given the relatively low number of WotLK emblem types currently. Then the actual tracking of totals for all alts, which I have to figure out. The biggest obstacle though is all work is on hold until I can add more game time, so experimentation will have to wait a little bit.

Alternatively.. I could just skip the whole icon format concept entirely and just use text.

Code:
           Frost Triumph Conquest Valor Heroism    Honor
Avatar1     5       13        3       4        0    49887
Avatar2     4        1       4       5        0    44568
Avatar3     0        0       12      1        1      2536
But as you can imagine, that would make for a pretty huge tooltip eventually, which I was hoping to avoid.

The feedback is greatly appreciated, it gives me different directions to approach a solution.
Report comment to moderator  
Reply With Quote
Unread 12-27-09, 03:06 PM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
Originally posted by Scarikken
I see what you mean. I have an idea which 'might' make it possible, but I would have to figure out how to display icons within the tooltip. Something I have not gotten to work before.
Curious, why would you need to display icons in the tooltip for this functionality? Why not something like this:

Emblems of Frost 12 (1/15/67)

Which is class colored, indicating that your druid has 1, your warlock has 15, and your hunter has 67, while not displaying toons that have a count of 0. Wouldn't this be easier to implement and code? Of course I'd want ClassColors support with this implementation... I second this suggestion though.

Also, just in case you hate my idea, or have other plans for displaying icons in tooltips, have you looked at this addon Broker_Currency that displays icons in tooltips? (I THINK it does, I can't actually log onto my server so I can't doublecheck it.)
__________________
There is absolutely no evidence to support the theory that life is serious.
Report comment to moderator  
Reply With Quote
Unread 12-22-09, 02:54 PM  
Scarikken
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 2
I see what you mean. I have an idea which 'might' make it possible, but I would have to figure out how to display icons within the tooltip. Something I have not gotten to work before.
Report comment to moderator  
Reply With Quote
Unread 12-22-09, 03:05 AM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
I was thinking about something like AllPlayed (I find it really usefull)
Report comment to moderator  
Reply With Quote
Unread 12-21-09, 02:03 PM  
Scarikken
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 2
Originally posted by oXid_FoX
it is not said in description: does it track/remind currencies of our alts?

I mean I don't need to have an addon to display the in-game currencies frame, but I need to see how much my toons have. Your addon does this?
Or if not, is it plan to add this feature?
No it does not. At the moment I wouldn't know where to begin with that kind of feature. Especially without it turning into a giant tooltip with every alt's name and their amounts. I can always see what I can learn, but alt tracking.. can't make any promises there.
Last edited by Scarikken : 12-21-09 at 02:04 PM.
Report comment to moderator  
Reply With Quote
Unread 12-21-09, 08:24 AM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
it is not said in description: does it track/remind currencies of our alts?

I mean I don't need to have an addon to display the ingame currencies frame, but I need to see how much my toons have. Your addon does this?
Or if not, is it plan to add this feature?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: