Jump to content

Golden Saint soultrap


dark knight detective

Recommended Posts

I tried using the search feature to find this, but the results I got didn't cover it.

 

I'm looking for the Command Console item code to add Grand Soul Gems with Golden Saints to your inventory. I know it would be something like:

 

player->additem soulgem_grand "Golden Saint" 10

 

I just can't find it anywhere, and overwrote my Construction Set with Oblivion's. Thank you for any help you can give me.

Link to comment
Share on other sites

I tried using the search feature to find this, but the results I got didn't cover it.

 

I'm looking for the Command Console item code to add Grand Soul Gems with Golden Saints to your inventory. I know it would be something like:

 

player->additem soulgem_grand "Golden Saint" 10

 

I just can't find it anywhere, and overwrote my Construction Set with Oblivion's. Thank you for any help you can give me.

Oblivion doesn't works this way. You need a grand soul gem filled with a grand soul, but you need the hardcoded reference (that ugly hexadecimal number) and it is: 000382DF

 

the command is: player.additem 000382DF # - where # is the amount of them you want to give to the player

 

obviously you can change the player to any container you want.

 

Edit: sorry, again I was fooled by the "news posts" and it brought the Morrowind forum I forgot to verify the origin :/

 

Edit: in Morrowind the grand soul gem's ID is "Misc_SoulGem_Grand"

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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