View Single Post
04/24/19, 10:12 PM   #4
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
So if you want someone to do it for you, well I might be interested, but before that if you want to give it a shot yourself:

- You should check out LibSets. It scans and obtains a list of all the set items in the game. Afaik it saves item Ids right now, but you could easily modify it to save the name of the set, bonuses, etc.
- For recipes, MM has a function which scans to find the item links of all recipes, and what they make. From there, you could probably get the other stuff you want rather easily.
- Collectibles might be a bit harder. I don't know if there's an addon which saves all collectibles regardless of if you own it or not. It might not even be possible to get an exhaustive list, though you could probably get everything available through gameplay. I think crown store unowned collectibles are locked down to partially prevent data mining. That eso database might be a good place to start too.
  Reply With Quote