
TokenPrice
Last Updated: Dec 16, 2018 Game Version: 8.1.0
TokenPrice is a very simple addon that adds a data broker module to display the current price of WoW tokens and recorded price changes. It also converts the current gold price to real money currency per 10000g if you wish to purchase tokens to list and Battle.net balance received per 10000g paid when purchasing to redeem.
New! Display approximate gold prices for common WoW character services like realm and faction transfers.
Supported currencies: US Dollar, Euro, British Pound, New Taiwan Dollar, Chinese Yuan and South Korean Won. Currency can be chosen from the options menu (accessible via right click).
To freely place the DataBroker module anywhere check out my DataBroker display addon Candy.
It looks nice, but nothing is showing in game for me and there are no options or anything.
Hey Sonaza, thanks for merging the changes I made.
Sorry for my poor programming skills since I am new to lua and addon creation as a whole.
The real price is wrong in Chinese server, one token costs 75 local currency (CNY) instead of 30, at the time of writing, here's the result:
The real price is wrong, it should be 75/264518×1000 = 0.283534579
You can get accurate token cost at https://wowtoken.info/
Pretty sure I got the prices from there originally anyway, has it changed? I fixed it now though, an update should be available soon.
Yes the price mode changed from play time (30 CNY for 2700 mins) to subscription (75 CNY for 30 days) when Legion hit, and thanks for the fix!
Price on broker display says unavailable but the tooltip is showing current price data fine. I think there is something not calculating right with the text display? Using 1.2.1 and CandyMy guess is they disabled token pricing while they battle this network attack and haven't turned it back on.Edit: Yup they disabled token prices while getting bnet back up...
4x TokenPrice\core.lua:13: Cannot find a library instance of "LibRealmInfo".
[C]: in function `error'
LibStub\LibStub-1.0.2.60000.lua:38: in function `LibStub'
TokenPrice\core.lua:13: in main chunk
Locals:
(*temporary) = "Cannot find a library instance of "LibRealmInfo"."
Oops had wrong file name for the dependency. Fixed this in the newest version.
Love the addon but do you think you could add the option to remove the gold currency icon? I prefer my broker text to be just text.
Nice addon. Can u plz add more currency designations? And fix problem - when i move mouse to any icon in minimap - i see info about token price )
Guess I can make it display all currencies and/or let user choose which one to display. Currently it attempts to detect the server region and chooses EUR/USD based on that.
The tooltip error is most likely caused by some other addon you have. I have not encountered this happening ever and the addon does not do anything unusual when displaying tooltips.
It is happening to me too, when hovering any kind of tooltip, even in game options. Tried disabling other addons, and only using NinjaPanel for having an LDB display and AddonLoader which is needed for NinjaPanel.
Attempted a fix to this now. NinjaPanel seems to not call the proper callback (OnLeave or when mouse stops hovering) when it should which was causing the addon to assume the tooltip was still open.
Woah, thx for the fast workaround for NinjaPanel, and funny changelog comment xD I sincerely can't live with the simplicity of it and couldn't find any other good TokenPrice broker as yours. TY :)