Jump to content

Night eye is always on


Enochatron

Recommended Posts

If it's on permanently, then it's likely to be an 'Ability' spell. Look in your active effects tab (F3 default) to see where the Night Eye effect is coming from. You can then find the ID of the spell by dumping your save game info into a text file by opening the console and saving the game with an appended '1' like:

 

save "MySave" 1

 

You will then find a MySave.ess.txt file in your save folder. Find the name of the spell and use it's ID (an 8 figure hexadecimal number) to remove the spell, like:

 

player.removespell 07004a51

 

That is just an example, it will not work.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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