PDA

View Full Version : Problem with GetNumQuestLogEntries()


Athene
19-06-2006, 01:02 PM
Does anyone know how to get GetNumQuestLogEntries() to work properly?
When I log on one character, I get a result +5 higher than the real number of quests. When I log on a different character I get a number +9 higher than the real number. On a third character I get a number +3 higher...
I dont get this, but Im guessing this is the reason why the number of quests no longer show up in Titan Panel...

include
19-06-2006, 01:50 PM
maybe THATs your problem:


numEntries, numQuests = GetNumQuestLogEntries();


returns:
numEntries
Number of entries in the Quest Log (includes collapsable area grouping headlines).

numQuests
Number of actual quests.


use numQuests, not numEntries

Athene
19-06-2006, 02:11 PM
Ah, I was wondering if there was something like that I didnt know
Thanks