Download
(3Kb)
Download
Updated: 03-08-13 10:14 AM
Pictures
File Info
Updated:03-08-13 10:14 AM
Created:05-20-10 09:18 PM
Downloads:3,963
Favorites:46
MD5:

CurrencyReminder

Version: 3.2
by: boloKing [More]

Get tired of checking wallet while shopping?

CurrencyReminder add currency information above the merchant frame,
according to the currencies required to purchase an item from the vendor.

Generally install and go.

3.2
fix texture issue

3.1
roughly address MERCHANT_FILTER_ITEM_UPDATE related events (stupid filter..)

3
make use of new function "GetMerchantCurrencies", get rid of the scanner & save files :)

2.2
update currenctIDs as wowwiki does

2.1
add scanner, click currency icon to scan

2.0
address the 'GetCurrencyInfo' problem, again.

1.31
address the 'GetCurrencyInfo' problem

1.3
4.0.1 compatible

1.21
Minor bug fix.

1.2
Add compact layout for 'too many' currencies.
(e.g. tier-7/8 vendor)

1.1
Add event handler for CURRENCY_DISPLAY_UPDATE.
(KNOWN_CURRENCY_TYPES_UPDATE seems not worked well)

1.0
Initial release.
Optional Files (0)


Post A Reply Comment Options
Unread 12-19-10, 07:27 PM  
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 693
File comments: 65
Uploads: 13
Ill get you the id's in the next few days.
__________________
[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 12-18-10, 08:19 PM  
boloKing
A Kobold Labourer
 
boloKing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 11
Originally posted by nobgul
http://www.wowhead.com/items=10

Only 22 of them =P
These are deprecated currencies which are based on 'itemID'.
And these are post-4.0 'currencyID' based:
{
61 Dalaran Jewelcrafter's Token
81 Dalaran Cooking Award
241 Dalaran Cooking Award
390 Champion's Seal
392 Honor Points
395 Justice Points
402 ?
...
}

The problem is, I have no idea where to obtain the complete currencyID list

(you may change line45 in core.lua to "x = x or 65535;", then run the scanner lol)
Report comment to moderator  
Reply With Quote
Unread 12-18-10, 11:07 AM  
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 693
File comments: 65
Uploads: 13
Originally posted by boloKing
sure.. give me the currency id table and i'll hard code it.
http://www.wowhead.com/items=10

Only 22 of them =P
__________________
[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 12-18-10, 10:41 AM  
boloKing
A Kobold Labourer
 
boloKing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 11
Originally posted by nobgul
why not just use a table... Its not like they create a ton of new currency's every day.
sure.. give me the currency id table and i'll hard code it.
Report comment to moderator  
Reply With Quote
Unread 12-17-10, 07:19 AM  
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 693
File comments: 65
Uploads: 13
why not just use a table... Its not like they create a ton of new currency's every day.
__________________
[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 12-17-10, 06:20 AM  
boloKing
A Kobold Labourer
 
boloKing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 11
Originally posted by Karatanthala
Still just shows a ? I'm afraid.
hmm.. maybe it's id is beyond 1024..

guess the scanner idea is stupid, I'd better find out how the currencyIDs are defined.
Report comment to moderator  
Reply With Quote
Unread 12-17-10, 05:07 AM  
Karatanthala
A Kobold Labourer

Forum posts: 1
File comments: 14
Uploads: 0
Originally posted by boloKing
added a currency type scanner. click on the currency icon/button to scan.
Still just shows a ? I'm afraid.
Report comment to moderator  
Reply With Quote
Unread 12-17-10, 04:00 AM  
boloKing
A Kobold Labourer
 
boloKing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 11
Originally posted by tordenflesk
Only showing a '?' for Illustrious Jewelcrafter's token even though i have plenty.
added a currency type scanner. click on the currency icon/button to scan.
Report comment to moderator  
Reply With Quote
Unread 12-12-10, 07:38 PM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Only showing a '?' for Illustrious Jewelcrafter's token even though i have plenty.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 08:43 PM  
Canuck
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
thx for the quick update

works perfectly fine now for both the jc and cooking vendors
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 06:29 AM  
boloKing
A Kobold Labourer
 
boloKing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 11
Alright, i got it.

The problem is, if you've never obtained a type of currency, 'GetCurrencyInfo' dose not return correct name string .

Add some fail-prof for the case, try 1.31 .
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 03:46 AM  
boloKing
A Kobold Labourer
 
boloKing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 11
Originally posted by Canuck
Currently this is not tracking the JC vendors or Cooking vendors in Dal.. it spams me with an error everytime I open their windows.. idc much about the not tracking part but the spam is intense

"unknown extra currency, please update CurrencyReminder or report to author" is the error for both vendors and I have the most up to date verion
hmm.. seems "GetMerchantItemCostItem" not so reliable. I'll try another approach.
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 11:25 PM  
Canuck
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Currently this is not tracking the JC vendors or Cooking vendors in Dal.. it spams me with an error everytime I open their windows.. idc much about the not tracking part but the spam is intense

"unknown extra currency, please update CurrencyReminder or report to author" is the error for both vendors and I have the most up to date verion
Last edited by Canuck : 10-22-10 at 11:31 PM.
Report comment to moderator  
Reply With Quote
Unread 08-02-10, 09:26 AM  
boloKing
A Kobold Labourer
 
boloKing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 11
If that error happend again, please tell me who the merchant triggers it
Last edited by boloKing : 08-02-10 at 09:27 AM.
Report comment to moderator  
Reply With Quote
Unread 07-31-10, 05:36 AM  
boloKing
A Kobold Labourer
 
boloKing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 11
strange...there's only 24x lines in core.lua

anyway, 1.21 for a quick fix. (hope it works)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: