redmage12 Posted August 26, 2012 Share Posted August 26, 2012 Hello all, I've run into a show stopping bug with the quest for Morekai's mask. i'm running Skyrim 1.7/Dawnguard on a Windows 7 64 bit system. I've removed all of my mods and plugins, to no avail. Here's the problem. Coming up to the final room where Morekai lives, The final discussion that Savros Aren has with his compatriots before the Moreakai room shows him talking to non-existent companions. ("What else could we do, she refused to go on..."). I.e. his two compatriots don't appear with him. Nor do their dialogues with Aren actually happen. Entering the room, I see the two spectral mages, however, they're not actually imprisoning Morekai, who is wandering around in spectral form. The mages don't actually respondwhen I try to talk to them. I can kill them, however, I can't kill Morekai. He doesn't take damage, nor does he actually try and attack. Basically, i'm stuck. I've even tried unchecking the Dawnguard plugin to see if that's the problem. But it isn't. Any help appreciated --redmage12 Link to comment Share on other sites More sharing options...
Valkyrie Posted August 26, 2012 Share Posted August 26, 2012 You can use the console (~ key) and use some of these commands to help tweak a bugged quest: GetStage <quest id>Used to get the current quest stage for given quest ID (use command ShowQuestTargets for IDs). player.sqs <quest id>Used to display all the stages of a quest SetObjectiveCompleted <quest id> <stage value> <1 to set, 0 to unset>Used to set the quest stage as being completed or uncompleted. Use command ShowQuestTargets for quest IDs and player.sqs to show how many stages there are. (Useful for bugged quests; e.g. if you picked up a copy of The Old Ways before you got the quest to do so you would use SetObjectiveCompleted MGR20 10 1 to complete the objective of getting the book, and SetStage MGR20 20 to advance the quest to the next stage). SetStage <quest id> <stage value>Used to set the quest stage (Useful for bugged quests). Use command ShowQuestTargets for quest IDs and player.sqs to show how many stages there are (note that you have set the stage one at a time in order to get its effect.) movetoqt xxxTeleports you to the quest marker, replace xxx with quest ID (for example: taking a Thieves Guild burglary side quest you input "movetoqt tgrbe"). showquesttargetsShows all current quest IDs, note: Having four quests or more may have some quest IDs will be cut off when displayed in console (you can scroll through console using Page Up and Page Down keys on the keyboard). CompleteQuest <quest id>Complete a quest rq (not fully tested) Link to comment Share on other sites More sharing options...
Recommended Posts