-
Notifications
You must be signed in to change notification settings - Fork 1
/
LDB-WoWToken.txt
57 lines (40 loc) · 2.04 KB
/
LDB-WoWToken.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
LDB: WoW Token, v10
* http://www.curse.com/addons/wow/ldb-wow-token
This addon monitors and displays changes of WoW Token price. It will display current price and history for last ten known changes, showing price itself, time and difference with previous price.
To see LDB element you will need an LDB display addon to use it - like Titan Panel, Bazooka, Bagnon (yes, it does have LDB display on bag frames) or any other.
Since v5 all changes are also printed to chat and shown in LibToast if you have it installed.
# Settings
Since v7 some settings can be altered. It is not expected that you will need those changed too often, so there's no UI - just type commands into chat.
* `/run SV_LDBWoWToken.diff_colors = "seller"`
- swap green and red color in diffs. Raise will be in green, since that's what seller would want.
* `/run SV_LDBWoWToken.diff_libtoast = false`
- disable LibToast output.
* `/run SV_LDBWoWToken.diff_chat = false`
- disable chat output.
Settings can be reset back to default by setting it to `nil`. E.g.: `/run SV_LDBWoWToken.diff_colors = nil` - go back to default, "buyer" colors.
# Change log
* 2024-05-16 v10
* Assorted internal fixes, improvements and updates for recent WoW version.
* 11.0.2 TOC update.
* 2024-05-16 v9
* Assorted internal fixes, improvements and updates for recent WoW version.
* 10.2.7 TOC update.
* 2023-06-12 v8
* Fix incompatibility with new C_Timer.After in Dragonflight and update TOC to 10.1.
* 2016-12-09 v7
* Add settings to swap diff colors, disable chat print and disable LibToast output.
* 2016-11-04 v6
* It took me several months to notice that I set up Curse packager incorrectly. Fixed.
* 2016-10-28 v5
* LibToast output.
* Chat output.
* 7.1 TOC update.
* 2016-09-27 v4
* Diff with previous price is now colored: green for decrease and red for increase.
* 7.0 TOC update.
* 2015-11-13 v3
* 6.2 TOC update.
* 2015-06-18 v2
* History is now saved on logout and is persistent between sessions.
* 2015-06-11 v1
* Initial implementation.