Thread: QuestInfo Bug
View Single Post
08/26/15, 04:53 AM   #4
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
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?
Quest index is not a quest ID. It is just an order representation number for the stock quest tool. So, you have to check the number if its valid before doing anything else.
  Reply With Quote