Jump to content

Need someone who has Dragonborn DLC to run a batch file for me please


JobVanDam

Recommended Posts

I'm working on my own version of Missives (Solstheim) and I'm trying to exclude NPC's that have been possessed by the various stones.

 

The key is to check the NPC for the DLC2PillarBuilderFaction [FACT:0401C4E5] Faction.

One thing that I'm concerned with is whether or not this faction is removed from the NPC once they are no longer possessed and can then be interacted with normally.

It seems like they are but I want to make sure.

 

What I need you to do is run this small batch file on a handful of NPC's either post Miraak quest or mid Miraak quest.

;prid 04018FAC -- Morwen
;prid 04018FA0 -- Finna
;prid 04018F16 -- Bralsa
;prid 0401A519 -- Kuvar
;prid 040177DE -- Ulves
;prid 04018FBE -- Yrsa
;DLC2PillarBuilderFaction [FACT:0401C4E5]
GetInFaction 0401C4E5
GetFactionRank 0401C4E5

You need to place this batch in the same folder as TESV.exe, not the Data folder.

 

 

When in game press the tilde (~) key which opens the console, then type

"prid 04018FAC" (ENTER) "bat chk" (ENTER)

Do this for each NPC listed in the batch file and then let me know the results.

It should be either all GetInFaction == 1 and GetFactionRank == 0 OR GetInFaction == 0 and GetFactionRank == -2

 

Thank you very much for your help.

Link to comment
Share on other sites

What I need you to do is run this small batch file on a handful of NPC's either post Miraak quest or mid Miraak quest.

 

Meaning you need to be midway through or having finished the Miraak quest-line? Or can this be done on a new save?

Edited by ShayVizla
Link to comment
Share on other sites

  • Recently Browsing   0 members

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