Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Maven's base ID is 1336A. Try that if it's not the one you're using.
http://www.uesp.net/wiki/Skyrim:Console
The "setessential" command specifically requires the base ID. This is because it's changing all NPCs of that type, rather than just a specific NPC. If you used the command on a Bandit Marauder, for instance, it would affect all Bandit Marauders in the entire game, not just a specific one.
To make Maven non-essential, use this command:
setessential 1336A 0
There's no need to target her when using the command as you're not altering just a single instance of Maven, you're altering all instances of Maven. If you were to spawn more Mavens after using this command, they would all be non-essential.
Well, no, there are things that you do using the refid (such as teleporting the main/existing 'version' of that NPC to you with the moveto player command) and things that you do with the baseid (such as changing the NPC's essential status or spawning a clone of the real one).
http://www.uesp.net/wiki/Skyrim:NPCs
Note especially the distinction between teleporting the existing version of, say, Maven to you (done with the refID) and spawning a clone (using the baseID) - the first one is generally safe (assuming the NPC is someone like, say, Lydia who can pretty much go anywhere without her AI being messed up by it, rather than someone like Malkoran who expects to be in his boss room - if you teleported him to you and then killed him it would almost certainly screw up the quest where he's the boss fight), the second one is only safe (ish) if you're just spawning generic enemies for a fight (and really, ideally, you'd make a hard (menu) save first, have the fight and then reload the save, although I've spawned wolves when I needed pelts for a quest and I was too high level so most of the wildlife spawns were throwing out bears and sabre cats...) or something like that, it should NOT be used with named NPCs.
Anyone saying the "setessential" command uses reference IDs is wrong. It uses base IDs as you aren't altering a specific instance of an actor, you are editing all instances of that actor.
Some commands use reference IDs. Some commands use base IDs. "setessential" uses the latter. It does not work with reference IDs. That is simply a fact.