Created a Spell. How do I add it into my current game?

Post » Sun Jun 17, 2012 3:39 pm

I just created a spell and I was wondering how do I get that spell in game using the console?
User avatar
Lizbeth Ruiz
 
Posts: 3358
Joined: Fri Aug 24, 2007 1:35 pm

Post » Sun Jun 17, 2012 4:52 pm

Using the console: player.addspell #

where # is the spell ID.
User avatar
Steve Bates
 
Posts: 3447
Joined: Sun Aug 26, 2007 2:51 pm

Post » Sun Jun 17, 2012 10:39 pm

I tried that, it's telling me that it cannot find the spell parameter.
User avatar
Karl harris
 
Posts: 3423
Joined: Thu May 17, 2007 3:17 pm

Post » Sun Jun 17, 2012 3:38 pm

Are you sure you are typing in the correct ID? Remember that the name of the spell is not its ID. :)
User avatar
Melung Chan
 
Posts: 3340
Joined: Sun Jun 24, 2007 4:15 am

Post » Sun Jun 17, 2012 6:17 pm

I am using the Form ID which is the Hex Number but it still cannot find it.
User avatar
Ron
 
Posts: 3408
Joined: Tue Jan 16, 2007 4:34 am

Post » Mon Jun 18, 2012 5:08 am

I haven't tried adding spells to the game using the CK yet so there isn't much I can do except point out the obvious, such as; have you activated your mod (the esp file) in the Data Files menu in the Skyrim launcher?
User avatar
SamanthaLove
 
Posts: 3565
Joined: Mon Dec 11, 2006 3:54 am

Post » Mon Jun 18, 2012 3:49 am

You can use this console command to find the ID for your spell:

"help 0"

Whereas you then use the addspell command:

"player.addspell "
User avatar
Spaceman
 
Posts: 3429
Joined: Wed May 23, 2007 10:09 am

Post » Sun Jun 17, 2012 6:59 pm

Form IDs change according to your load order. Use the help command as hellbreaker suggests or find out the modindex with Wrye Bash and adjust the form ID accordingly.

http://cs.elderscrolls.com/index.php/FormID, it's still valid.
User avatar
Krystal Wilson
 
Posts: 3450
Joined: Wed Jan 17, 2007 9:40 am


Return to V - Skyrim