Thread Tools Display Modes
Prev Previous Post   Next Post Next
10/14/20, 04:57 AM   #1
IsJustaGhost
AddOn Author - Click to view addons
Join Date: May 2020
Posts: 38
[open] DoesItemLinkFulfillJournalQuestCondition() returns wrong result

When a writ calls for "Lemon Flower Mazte", DoesItemLinkFulfillJournalQuestCondition() returns true for "Mazte" in the following code.

Lua Code:
  1. for recipeListIndex = 1, GetNumRecipeLists() do
  2.         local recipeListName, numRecipes, upIcon, downIcon, overIcon, _, recipeListCreateSound = GetRecipeListInfo(recipeListIndex)
  3.  
  4.         for recipeIndex = 1, numRecipes do
  5.             local known, recipeName, numIngredients, _, specialIngredientType = GetRecipeInfo(recipeListIndex,recipeIndex)
  6.  
  7.             local itemLink = GetRecipeResultItemLink(recipeListIndex, recipeIndex)
  8.             if DoesItemLinkFulfillJournalQuestCondition(itemLink, qIndex, 1, lineId) then

Last edited by IsJustaGhost : 10/15/20 at 05:48 PM.
  Reply With Quote
 

ESOUI » Developer Discussions » Bug Reports » [open] DoesItemLinkFulfillJournalQuestCondition() returns wrong result


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