Thread: QuestInfo Bug
View Single Post
08/26/15, 04:56 AM   #5
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by merlight View Post
Uh, so when I'm iterating for i = 1, GetNumJournalQuests() I'm doing it wrong? Because that function returns the number of active quests, but they can be index 5, 7 and 13?
Yes. That was a trap in Potion Maker. It was reported, that the writ potion was not found. After Wandamey told me, that the index does not change and I should use MAX_JOURNAL_QUESTS, I found that IsValidQuestIndex function in ESO code.
  Reply With Quote