View Single Post
11/06/20, 08:18 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
I think the big timesaver would be adding missing pieces from the current zone/instance to the list with just a slash command. But maybe fetching that list of items is more complicated than I think it is.
Correct, it IS somewhat complicated as there is not a list of setIds in the current zone ingame. My libraryr LibSets provides some kind of information about this but not all details is in there + needs manual updates every time -> very time consuming.

Maybe the set collection book got some API which provides this, haven't checked this yet. They at least show you the zones and the sets. Hopefully the zones shown there got an ID which is the same the API functions at the map or in a dungeon returns so one can match the zoneId AND get the missing set items via some automatism then.
Edit:
After checking the API documentation there currently is not such any API given which would map the actual zoneId to the ItemSetCollection data :-(

Last edited by Baertram : 11/06/20 at 08:22 AM.
  Reply With Quote