PDA

View Full Version : Is there a function or way to get a list of completed quests over a characters life?


Rokdar
31-01-2007, 04:42 PM
Greetings,

Is there a function or way of somesort to just get a list of all the quests your character has completed over his lifetime? All I need would just be the names of the quests, think this is possible?

Thanks for any ideas

Rokdar
31-01-2007, 06:04 PM
After doing some searching, this seems to be impossible. So heres another question, can you just give QuestLogPushQuest() a quest name to test if a player is eligable for a quest?

I was thinking of containing all existing quest names within a mod and then iterating through all of the names wtih QuestLogPushQuest() to test if that player is eligable for the quest

Tunga
31-01-2007, 08:16 PM
Pretty sure that wouldn't work, otherwise you could get a load of quests by calling that rather than actually going to the NPC. Also it would probably want a Quest ID rather than Name.

mesonm
31-01-2007, 08:48 PM
Probably the best way would be to use a quest tracker from when the toon is level 1. That way, you'd have the list right on your own PC.

There are a few such trackers available...Just look on the mod portion of this site.