Thread Tools Display Modes
02/15/24, 01:09 PM   #1
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
[open] Make recipe ingredients API work for unknown recipes


The functions GetRecipeIngredientItemLink and GetRecipeIngredientRequiredQuantity do not work for recipes that you do not know. Would it be possible to get it unblocked for those recipes?

Previously, there was this thread: https://www.esoui.com/forums/showthread.php?t=6899 where GetRecipeInfo was unblocked by Chip for unknown recipes, but it seems like that unblocking was only done for GetRecipeInfo, and not for the recipe ingredient functions.

The info could be obtained by checking the item link of the recipe (GetItemLinkRecipeIngredientInfo, which only works with Recipe: XXXX items, not the recipe result) - but since there is no backwards link between the recipeListIndex and recipeIndex, I would need to maintain a list of the recipe item links, which I would rather not do if I don't need to.

Thanks!
  Reply With Quote

ESOUI » Developer Discussions » Wish List » [open] Make recipe ingredients API work for unknown recipes


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