Jump to content

Under Saarthal Quest Not Starting


GentleLite

Recommended Posts

Just a question, but does MG02 depend on MG01 being finished? And did the class with the students in the hall of the elements start and did you get and use the shield spell and finish all the dialogs with Tolfdir?

You might check that all the quest stages for mg01 are finished and if needed go through each stage and set that stage as completed until they all show as 1.

Link to comment
Share on other sites

There is no hard dependency.   MG01 completion stage (200) has  MG02.Start()  line in its stage fragment, so finishing MG01 should start MG02.

However, in MG02 starting stage (0), fragment code has:
if MG01.GetStage() < 200
   MG01.SetStage(200)
Endif

Which basically means that  there are likely alternate means of starting MG02, and if MG01 will be completed if it is not yet when MG02 starts.

 

Link to comment
Share on other sites

Thanks for looking that up. However, could some mod that affects the mages guild quests mess that up? I've used some that made major changes in quest progressions and some of them caused problems down the line and I had to restart without them. Anyway, couldn't hurt to try completing mg01 first. With a lot of mods running things can get funky.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...