Jump to content

Remove Racial Power


Guest

Recommended Posts

Posted

Hi,

Is there any way to remove the two basic powers of a race from the player?
Example for the Nord Race (BattleCry and Frost Resistance) [Spell => PowerNordBattleCry | RaceNord]

 

From command not work and it doesn't even with 

Game.GetPlayer().RemoveSpell(PowerNordBattleCry)

 

Posted
31 minutes ago, SilenSE said:

Hi,

Is there any way to remove the two basic powers of a race from the player?
Example for the Nord Race (BattleCry and Frost Resistance) [Spell => PowerNordBattleCry | RaceNord]

 

From command not work and it doesn't even with 


Game.GetPlayer().RemoveSpell(PowerNordBattleCry)

 

the racial powers are not actual spells, so you can't remove them from your character.. the only way I see it, is that you use a race that has your preffered racial power.

Possible you may want to look into this: https://en.uesp.net/wiki/Skyrim:Nord the actaul commandlike is: player.removespell 000e40c3 

Posted
1 hour ago, jorgen.klein said:

the racial powers are not actual spells, so you can't remove them from your character.. the only way I see it, is that you use a race that has your preffered racial power.

Possible you may want to look into this: https://en.uesp.net/wiki/Skyrim:Nord the actaul commandlike is: player.removespell 000e40c3 

Yes, I read around and it seems that there is no way to remove them... I solved it by creating a personal race with RaceCompatibility. Thanks.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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