Don't know if this also applies to OpenMW, was trying it on the old version, but Firemoth plugin seems to break Sellus Gravius. No greeting for the papers, thus no topic for Morrowind/duties.
Edit: quickly figured it out after a quick test (I got myself together and got a vanilla morrowind.exe copy working under Linux), though this problem actually exists under OpenMW since it's just a logic problem in the modified script.
Basically the deal is that the quick chargen option *incorrectly* sets the ChargenState global to -1 (i.e. done, finished) once you get placed in front of Gravius, before even speaking with him. This is normally set once you leave the building, which you can only do after giving him your papers and asking about your duties. This obviously causes issues such as Firemoth overwriting the whole "give him papers" thing. (...And if you use TR, as an aside, it unlocks the level 100 locked Census & Excise office door and allows you to flee chargen without speaking with Gravius. Oops.)
Unfortunately I didn't notice at the time, so this problem is replicated in my version.
I've actually been working in an even more polished version, which besides fixing this is a bit more elegant (mwscript edits are kept to a minimum).
5 comments
Do not hesitate to reach out if you find any bugs or otherwise undesirable behavior.
Does he break on vanilla (i.e. without this mod)?Edit: quickly figured it out after a quick test (I got myself together and got a vanilla morrowind.exe copy working under Linux), though this problem actually exists under OpenMW since it's just a logic problem in the modified script.
Basically the deal is that the quick chargen option *incorrectly* sets the ChargenState global to -1 (i.e. done, finished) once you get placed in front of Gravius, before even speaking with him. This is normally set once you leave the building, which you can only do after giving him your papers and asking about your duties.
This obviously causes issues such as Firemoth overwriting the whole "give him papers" thing.
(...And if you use TR, as an aside, it unlocks the level 100 locked Census & Excise office door and allows you to flee chargen without speaking with Gravius. Oops.)
Unfortunately I didn't notice at the time, so this problem is replicated in my version.
I've actually been working in an even more polished version, which besides fixing this is a bit more elegant (mwscript edits are kept to a minimum).