dark knight detective Posted August 17, 2008 Share Posted August 17, 2008 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 More sharing options...
nosisab Posted August 17, 2008 Share Posted August 17, 2008 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 More sharing options...
Marxist ßastard Posted August 18, 2008 Share Posted August 18, 2008 player->addsoulgem "golden saint" misc_soulgem_grandTo get ten, you'll need to repeat that ten times. Link to comment Share on other sites More sharing options...
dark knight detective Posted August 18, 2008 Author Share Posted August 18, 2008 player->addsoulgem "golden saint" misc_soulgem_grandTo get ten, you'll need to repeat that ten times. I'll try that. Thank you! Link to comment Share on other sites More sharing options...
dark knight detective Posted August 18, 2008 Author Share Posted August 18, 2008 player->addsoulgem "golden saint" misc_soulgem_grandTo get ten, you'll need to repeat that ten times. Worked great. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.