Thread Tools Display Modes
03/04/20, 09:37 AM   #1
Keldor
 
Keldor's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2015
Posts: 101
Is there something that can determine is an item ID is available in the game?

Hello everyone,

let me clarify the question above
Background: I'm trying to export all furnishing recipes by testing an item ID/ItemLink with IsItemLinkFurnitureRecipe() this method works great except for one thing. I also get recipes that existing in the game but currently not available for players.

So, is there any method to check if the item is obtainable for players?

Regards
Keldor
  Reply With Quote
03/04/20, 12:15 PM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
No. There might be something, but I doubt it. Generally speaking, it would make more sense to just have the info of what the item is connected to the item id, and source info stored with the source of the item.
  Reply With Quote
03/04/20, 12:37 PM   #3
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
I believe this is as close to that as we're going to get: https://www.esoui.com/forums/showthread.php?t=6899
  Reply With Quote
03/04/20, 01:03 PM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Not sure how practical it is or if it would even work, but you could check if the guild store text filter lists the item name. I believe it only shows items a player can actually acquire.
  Reply With Quote
03/04/20, 02:23 PM   #5
Keldor
 
Keldor's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2015
Posts: 101
I've done some testing and I think all recipes are valid. One user was reporting the Common Campfire, Outdoor only exists in crown store but i found some sources where this recipe is listed as craftable.
  Reply With Quote
03/04/20, 02:34 PM   #6
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
With this update, they did do a massive removal of unobtainable recipes. So it is likely that at the moment it's correct, but you can't rely on it long term.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Is there something that can determine is an item ID is available in the game?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off