Guest Posted August 14, 2020 Posted August 14, 2020 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)
jorgen.klein Posted August 14, 2020 Posted August 14, 2020 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
Guest Posted August 14, 2020 Posted August 14, 2020 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.
jorgen.klein Posted August 14, 2020 Posted August 14, 2020 6 minutes ago, SilenSE said: 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. You're welcome
Recommended Posts
Archived
This topic is now archived and is closed to further replies.