Hi, I keep reworking my mods but like to level some while checking the game set ups. I thought to fast level with a Batch file to alleviate some of the repetition
This code was interesting, I can use the University though Raminus Polus has no quests. I did not try to initiate any yet:
Player.SetFactionRank 22296 1
This leaves Erthor locked contentedly with 7 zombies, Caminalda chatting pleasantly with Arielle, Kaltar sitting across from a sane version of Dagail, and I only suppose J'skar is still invisible. Funny though.
I realized there would be no conversational scripts running so put these in a Bat:
;Anvil Recommendation
SetStage MG04Restore 10
SetStage MG04Restore 20
SetStage MG04Restore 30
SetStage MG04Restore 35
SetStage MG04Restore 40
SetStage MG04Restore 50
SetStage MG04Restore 100
;disable Caminalda
SetEssential 0002DC09 0
kill 0002DC09
disable 0002DC09
coc BrinaCrossInn
I get errors on 0002DC09. Oblivion can't find the actor reference. I tried these with PRID but it was the same. Caminalda Lives.
Could anyone give me input on what I am doing, and also what I am doing wrong?