Trouble adding custom spell by using "player.addspell&#3

Post » Mon Nov 19, 2012 12:37 pm

Hi,
I'm having trouble with adding a custom spell ingame by commands,
can't seem to figure out why.

I'll give you a look of how the spell looks in the Creation Kit:

http://i91.photobucket.com/albums/k284/malmern/CreationKit_zps452ecde9.png
User avatar
Shiarra Curtis
 
Posts: 3393
Joined: Thu Jan 04, 2007 3:22 pm

Post » Mon Nov 19, 2012 12:12 pm

In-game, open the console and type
help "tri-force"
That will give you the FormID of the spell to use. It'll be something like XX003320, where XX is the variable prefix of your mod. It will NOT be 02. Then you should be able to do:
player.addspell XX003320
to actually add the spell to your Magic/Powers menu.
User avatar
kasia
 
Posts: 3427
Joined: Sun Jun 18, 2006 10:46 pm

Post » Mon Nov 19, 2012 5:16 pm

Thanks for the fast reply!

How could I forget this simple fact,
I've done this a dozen times with items already... :blush:
User avatar
Sasha Brown
 
Posts: 3426
Joined: Sat Jan 20, 2007 4:46 pm

Post » Mon Nov 19, 2012 2:44 pm

Happens to us all. Glad to help! :)
User avatar
Katy Hogben
 
Posts: 3457
Joined: Mon Oct 30, 2006 12:20 am


Return to V - Skyrim