GnatGoSplat Posted March 24, 2014 Share Posted March 24, 2014 The Allistairs Mulligan mod to reset Tenpenny quest is no longer available on this site. Is there any other place where I can find it?Or is there an alternate way to reset this quest? Link to comment Share on other sites More sharing options...
Jason210 Posted March 26, 2014 Share Posted March 26, 2014 (edited) Resetting quests is messy because you have to analyse all the scripts and reset all the variables the quest permanently changes, such as the doonce flags. It's not enough just to reset the quest object stages. The only way you could do it is to find the Quest object name, then find all references of that name in the scripts and so get a list of relevant scripts. Then go through each of the scripts in the list, taking note of the code linked to a change in the quest object stage. Any variable that triggers a change in the quest's object stage needs to be changed back to it's original, pre-triggered a value. When all this is done, the quest stage needs to be set to 0. Or you could just do "ResetQuest [iD]" Edited March 26, 2014 by Jason210 Link to comment Share on other sites More sharing options...
GnatGoSplat Posted March 26, 2014 Author Share Posted March 26, 2014 It's my understanding the Allistairs Mulligan mod reset all the variables that needed to be reset and resurrected all the NPCs that needed to be resurrected. Unfortunately, I can't seem to find this mod anywhere. I'm about 4-years too late. Original thread about it:http://forums.nexusmods.com/index.php?/topic/158434-allistairs-mulligan/ Link to comment Share on other sites More sharing options...
Recommended Posts