Download
(104 Kb)
Download
Updated: 05/20/19 10:43 AM
Updated:05/20/19 10:43 AM
Created:03/05/19 05:46 PM
Monthly downloads:89
Total downloads:14,583
Favorites:27
MD5:
Set Tracker - UPDATED  Popular! (More than 5000 hits)
Version: 2.0.7
by: qbit [More]
3/25/2021:

I sent the following to someone that emailed me directly. I appreciate their interest in the addon and wherewithal to track down how to contact me directly. The people interested in this addon should know my quoted response below. The addon is open source by default since it is just a LUA script. Feel free to fork it. The addon should no longer be necessary after the "sticker book" or whatever they called it was released.

No, I do not play ESO anymore. I should probably post a note to the discussion thread on the forum there. I stopped playing when they stupidly disabled the API Master Merchant required to download sales data regarding guild stores. My "end game" was playing the economy, and I was in five different trade guilds. The API disabling ended my stay in ESO. It took away what I enjoyed, and I don't care if they re-enabled it at this point. All that said, the new "Sticker Book" should remove the need to use this addon. This addon was for the purpose of limited inventory and set tracking. You no longer have to do that after the new "Sticker Book" implementation (and I'll be honest, it made me consider playing again; but MMOs are toxic in my life). Yes, I still read the ESO forums despite being banned because I'm an asshole. Good luck and stay safe. I'm going to logon and copy/paste this to the thread.




ORIGINAL ADDON by Elephant: https://www.esoui.com/downloads/info...etTracker.html

The original addon is no longer being maintained. Future bug fixes and features will go into this one.

All credit for this addon goes to the original author Elephant.




To-do list (in no particular order):

-Make addon remove inventory holdings associated with deleted characters. It was not previously doing this with guild banks.

-Fix free bag space display feature. It doesn't appear to work despite loading proper data into tables.

-Check compatibility of all existing features with multiple accounts (I don't currently have a second account).

-Continued checks with compatibility with Inventory Grid View addon. It appears to be ignoring the tracked set icon offset. Which is fine, because it is displayed in a good place and doesn't conflict with CraftStore need-to-research icon placement. I don't use Inventory Grid View.

-Compatibility checks with FCO ItemSaver addon. I don't use this addon.

-Sort item holdings list.

-Add drop-down menu with preview to choose custom icon textures instead of manually entering file names.

-Add options to adjust icon offset in different inventory views (guild store, decon stations, etc.). The item icons are displayed at different locations for these lists, so a user might want to use different set tracker icon offsets.

-Add vertical icon offset slider and icon size adjustment.

-Allow crafted sets to be categorized/tracked and remove option for "track crafted sets".

-Add button in addon settings to delete the item holding inventory data from the SavedVars (will require the user to logon to each account/character, revist homes to populate home storage, revisit guild banks, etc.). This is to fix bad item holding data for deleted characters, guild banks they are no longer a member of, etc. without having to delete the entire SavedVars file.

-Add button in each tracked category option (where you can define a name and color) that clears all tracked sets for that category. This would be a QoL improvement for when these are adjusted and you want to clear the tracked sets for a fresh start without deleting SavedVars file.

-Enable the commented out code that gives an option for alpha transparency on the SetTracker holdings display window. This may have problems and is why it was disabled.

-Update localization tables to include any missing strings and make them consistent with en.lua and get translations for those if necessary. Also add localizations for the new addon setting menu options described above.

-Figure out why set tracking icons are not shown in item tooltip but are shown in popup item data.

-Some way to track needed traits/weights and highlight them in the inventory window. So when you're fumbling around in bags in those moments after a dungeon/trial, it's easier to see what you want to keep and what to trade without reviewing the item holdings list.
2.0.7
-API bump for Elsweyr.

2.0.6
-Items now sort in the holdings list output for easier review and comparison of holdings.

2.0.5
-Fixed decon and guild store tracked icon offset functionality to use the settings slider in SetTracker options.
-Added function that will remove guild bank items from the inventory lists when you disable the feature to track guild banks.

2.0.4
-Added optional dependency for CustomQualityColors addon. This addon needs to load before SetTracker for it to be compatible with tooltips.

2.0.3
-Updated embedded libraries and corrected issue with addon settings panel.

2.0.2
-API bump for Wrathstone.
-Corrected functions for new guild store API.
Archived Files (5)
File Name
Version
Size
Uploader
Date
2.0.6
104kB
qbit
05/11/19 09:59 AM
2.0.5
103kB
qbit
05/05/19 02:44 AM
2.0.4
103kB
qbit
05/03/19 07:46 PM
2.0.3
106kB
qbit
05/03/19 10:36 AM
2.0.2
104kB
qbit
03/05/19 06:46 PM


Post A Reply Comment Options
Unread 03/09/19, 10:38 AM  
AlexFullmoon

Forum posts: 17
File comments: 27
Uploads: 0
All items are shown as Not tracked in tooltips. Everything else is working — colored prefix icons, set notes, etc. Tried with old and with empty configuration.
Report comment to moderator  
Reply With Quote
Unread 03/17/19, 11:05 AM  
Sgy-x2
 
Sgy-x2's Avatar

Forum posts: 0
File comments: 53
Uploads: 0


Report comment to moderator  
Reply With Quote
Unread 05/03/19, 08:01 AM  
qbit
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
What is this addon you are using that adds all that to the right-click menu? Works fine for me. I need to test with whatever addon that is.
Report comment to moderator  
Reply With Quote
Unread 05/03/19, 11:24 AM  
AlexFullmoon

Forum posts: 17
File comments: 27
Uploads: 0
About missing tracking information in tooltips.

After some /reloadui I pinpointed tooltips conflict to Custom Quality Colors. Comments there show it conflicts with tooltips from other addons. Okay, can live without this one, though it's nice — makes purple epic text readable.

Consider solved.
Report comment to moderator  
Reply With Quote
Unread 05/03/19, 05:26 PM  
qbit
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
Originally Posted by AlexFullmoon
About missing tracking information in tooltips.

After some /reloadui I pinpointed tooltips conflict to Custom Quality Colors. Comments there show it conflicts with tooltips from other addons. Okay, can live without this one, though it's nice — makes purple epic text readable.

Consider solved.
I was able to reproduce this with Custom Quality Colors installed. It appeared that sTrackName at line 2242 in SetTracker.lua was being set to an empty string with Custom Quality Colors installed.

I was trying to dig into this and installed the DevTools addon. The issue suddenly disappeared.

I then disabled DevTools, uninstalled Custom Quality Colors, reinstalled it, etc. I can no longer reproduce the issue. As you can see from the attached screenshot below, I've got Custom Quality Colors installed and changing gold items to a red color and it shows set holdings properly.

I checked differences in my SetTracker.lua with what is published here (in case I made a change I forgot about) and there are no differences.

I'm at a loss as to why it's working for me now with Custom Quality Colors running, and I can no longer reproduce the issue. This is an accessibility issue, so I would like to get it fixed for everyone.

Last edited by qbit : 05/03/19 at 05:35 PM.
Report comment to moderator  
Reply With Quote
Unread 05/03/19, 05:54 PM  
qbit
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
Custom Quality Colors

So I had to completely remove DevTools from the addons folder and not just disable it in the GUI. After quitting the game, reinstalling it, and loading the game again, Set Tracker is working fine with Custom Quality Colors installed.

Which is strange. Not sure how DevTools can fix that. Please try to install that addon and let me know. It is not available in Minion, so it will need to be extracted to the addon folder manually.
Report comment to moderator  
Reply With Quote
Unread 05/03/19, 06:20 PM  
Kyoma
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 328
Uploads: 10
Hmm, one thing about this that might explain the random getting-fixed that you experienced. If for some reason the order in which the addons are loaded matter (well, technically the order in which they hook the tooltip). For people (still) experiencing this problem it might be an idea to experiment with adding ##OptionalDependsOn to either this addon or to CustomQualityColors.

P.S. I've been looking at CQC a bit and at first glance I can't see anything that might explain the problems it sometimes seems to have with other addons that hook tooltips

Edit: What I meant with ##OptionalDependsOn is that you can force one addon to always load after the other, which might help with troubleshooting
Last edited by Kyoma : 05/03/19 at 06:40 PM.
Report comment to moderator  
Reply With Quote
Unread 05/03/19, 07:13 PM  
qbit
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
Originally Posted by Kyoma
Hmm, one thing about this that might explain the random getting-fixed that you experienced. If for some reason the order in which the addons are loaded matter (well, technically the order in which they hook the tooltip). For people (still) experiencing this problem it might be an idea to experiment with adding ##OptionalDependsOn to either this addon or to CustomQualityColors.

P.S. I've been looking at CQC a bit and at first glance I can't see anything that might explain the problems it sometimes seems to have with other addons that hook tooltips

Edit: What I meant with ##OptionalDependsOn is that you can force one addon to always load after the other, which might help with troubleshooting
I have experimented with this. It appears that it consistently works when Custom Quality Colors is loaded before Set Tracker. And consistently does not work when Set Tracker is loaded before Custom Quality Colors. Thank you, @Kyoma! I will push an update to Set Tracker out in a bit with this change in the manifest file.
Last edited by qbit : 05/03/19 at 07:14 PM.
Report comment to moderator  
Reply With Quote
Unread 05/03/19, 07:27 PM  
Kyoma
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 328
Uploads: 10
Ok, knowing that I'm gonna see if I can narrow it down to why exactly. Seeing as this affects multiple addons it would be nice to see if I can find a fix for it. Having all those addons use ##OptionalDependsOn isn't very practical :P
Report comment to moderator  
Reply With Quote
Unread 05/03/19, 07:30 PM  
qbit
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
Originally Posted by Kyoma
Ok, knowing that I'm gonna see if I can narrow it down to why exactly. Seeing as this affects multiple addons it would be nice to see if I can find a fix for it. Having all those addons use ##OptionalDependsOn isn't very practical :P
Agree completely. Keep me updated. Thank you!
Report comment to moderator  
Reply With Quote
Unread 05/03/19, 08:21 PM  
qbit
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
Localization

Please test localization support. Especially on the jewelry traits: Bloodthirsty, Harmony, Protective, Swift, and Triune. I think these are missing from the string tables other than the English language one. I'm not inclined to switch my game language to test this.
Report comment to moderator  
Reply With Quote
Unread 05/04/19, 04:46 AM  
Kyoma
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 328
Uploads: 10
Ok, slight problem, I still cannot reproduce it even when loading CQC after SetTracker T_T
Report comment to moderator  
Reply With Quote
Unread 05/05/19, 03:07 AM  
qbit
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
Update 2.0.5 changes

2.0.5
-Fixed decon and guild store tracked icon offset functionality to use the settings slider in SetTracker options.

-Added function that will remove guild bank items from the inventory lists when you disable the feature to track guild banks.
Last edited by qbit : 05/11/19 at 10:00 AM.
Report comment to moderator  
Reply With Quote
Unread 05/06/19, 06:07 AM  
AlexFullmoon

Forum posts: 17
File comments: 27
Uploads: 0
Another minor request — better way to choose icons for categories. Right now addon supports only manual entering of texture filename with no preview. Dropdown menu from FCOIS would be perfect, but anything would be an improvement. Default icon, while nice, is somewhat dark (or transparent, not sure).

Although this
Originally Posted by qbit
-Get some Jubilee 2019 gift boxes before the event ends. Actually take some time to play the game instead of /reloadui and script debugging over and over.
really should be at top priority.
Last edited by AlexFullmoon : 05/06/19 at 06:08 AM.
Report comment to moderator  
Reply With Quote
Unread 05/11/19, 07:11 AM  
Tamelon

Forum posts: 0
File comments: 36
Uploads: 0
feature request

after adding the icons i wanted to the set catecories i must say they are way to small.

can you add an setting for its size as well? or tell where in code is the icon size?

you have a slider for x-axis offset for prefix icons, can you add an y-slider as well (up/down)?

that would be perfect.

second

why cant i set a category for craftet sets? craftet sets can be tank / dps / heal as well.

thanks.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: