Help - Search - Members - Calendar
Full Version: Golden Saint soultrap
The Nexus Forums > Specific Games > Morrowind > Morrowind > Spoilers
dark knight detective
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.
nosisab
QUOTE(dark knight detective @ Aug 17 2008, 10:11 PM) *
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"
Marxist ßastard
CODE
player->addsoulgem "golden saint" misc_soulgem_grand

To get ten, you'll need to repeat that ten times.
dark knight detective
QUOTE(Marxist ßastard @ Aug 17 2008, 07:59 PM) *
CODE
player->addsoulgem "golden saint" misc_soulgem_grand

To get ten, you'll need to repeat that ten times.


I'll try that. Thank you!
dark knight detective
QUOTE(Marxist ßastard @ Aug 17 2008, 07:59 PM) *
CODE
player->addsoulgem "golden saint" misc_soulgem_grand

To get ten, you'll need to repeat that ten times.


Worked great. Thanks!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.