Currency Tracker
After you load the lua for the first time just edit the settings.xml from /data and reload the lua to have your new fields displayed. Curlines dictates how many fields you would like per line on your box.
** Commands **
//curt on|off
//curt add
//curt del
//curt field_color
//curt value_color
//curt size
//curt refresh
//curt alpha 0-255
//curt profile
Profiles will add multiple fields at once. Refer to the profiles.lua file to view options.
ex. //curt add Snowdim Returns that this matched multiple results //curt add Snowdim 2 ex. //curt add Snowdim * Adds multiple entries matching Snowdim
** Version History **
V1.3 - Added profiles.
v1.2 - Again changed how config saves to avoid conflicts with alts.
v1.1 - Fixed some issues with character specific settings.
v1.0 - Rewrote the saving and loading of currency types to just use whatever is found in the packets library so no updates are needed.
v0.4 - Add commands to disable refresh, search and change fields from addon command
v0.3 - Add all fields to a table which can just be enabled/disabled through settings.xml
v0.2 - Fix Windower fields.lua to correct Unity Accolades memory location
v0.1 - Initial Test Release