Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

I am trying to change my companion to essential so they don't keep dying on me. However, the console command is not working for some reason.

The code:

setessential <baseID> 1

should work (it has worked before with others), but when I type

isessential <baseID>

it comes back to 0. I can confirm it's not working, because my follower is still dying, which would not happen if they were essential.

Why is it not working? What am I doing wrong?

share|improve this question

3 Answers

up vote 2 down vote accepted

I discovered that if I have them selected, and do this, then it doesn't work. However, if I make sure that nothing is selected, then if works. What I mean, is, in the console, when you have something selected, you can see the refID. If you can see any refID, then setessential will not work. It works if you have nothing selected.

share|improve this answer

From http://uesp.net/wiki/Skyrim:Console#Targeted_Commands :

Usage of the 'setessential' console command is: setessential <base ID> <1/0> - set a character (NPC) as immortal (1) or mortal (0).

Note that the base ID and not the ref ID must be used. The ref ID is what appears when clicking on an object with the console open. To find an NPC's base ID, however, you can either a) browse to their respective page (see: People and/or NPCs) or b) use the help function in-game to search for them by name, recording whatever value matches their name under the "NPC_" category of result. Once you have the base ID, enter the command using either 1 to set him/her immortal or 0 to set him/her mortal. For example, setessential a2c8e 1 would set Lydia as immortal.

share|improve this answer
1  
sorry, I was actually using the baseID not refID, I typed the wrong one in the description. Fixed it. The solution is that you have to make sure nothing is selected before typing this. – gameaddict Feb 13 '12 at 7:00

Open the console Type

set playerfollowercount to 0

And this does the trick Now you can recruit whoever you want. Even the 'lost' follower if -of course- you manage to find it :)

Good Luck

share|improve this answer
3  
The question is to mark a follower as essential. Not try and recruit a follower, if someone is unable to do so for any number of glitches. In the latter case your answer works. – One-One Oct 27 '12 at 15:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.