Hello guys and girls.
I managed to read most of needed information for my Quest Module, only one I can't find.
As you may all now, Wow API "GetQuestsCompleted" returns a list that is not correct, some quest are missing.
That 's a problem for me because I use this list in order to know if bot has to do a quest or not.
I know you will say : create a local cache file containing quests done by bot.
I've 2 problem with that :
- I hate this kind of file
- If I do some quest manually, and than start boting after, bot get lost and tries to pickup a quest it can not.
now that this is said, I looking for and information "Next QuestId" or "Previous Quest Id".
I was sure it was in a DBC, but I can't find it. I've havn't reversed the full QuestCache struct, but it's some dam hudge I don't want to spend days on that struct if this information is not inside.
WowHead has this information, so I bet it's somewhere in Wow's memory.
If you know if this information exist or not, or better if you know where I can find it, could you please share it with me ? I'm not asking for the offset directly, but at least a direction where to look at.
Thanks in advance.