Discussion:
Is there any possible way to restore a previously killed NPC?
(too old to reply)
Trev Baby
2003-07-30 08:49:04 UTC
Permalink
On a quest for the Oracle of the Imperial Cult, I'm to go to Rotheran
Dunmer Stronghold and retrieve Adusamsi's ring from Llaren Terano and
give it back to her. Problem is, I'm doing this at a late point in the
game for my character (he's completed the main quest in the main game and
in both expansions-he's level 47 or something like that I'm not even
sure). Waaay previously in the game I'd completed the Master Propylon
Index plugin quest. In the course of doing so, I'd completely cleaned
out Rotheran leaving nothing but Adusamsi and the slaves. Upon going
back to Rotheran this time around, I don't see Llaren's corpse lying
around, have no idea what could have happened to it or the ring he was
supposed to have on him. I was also supposed take the Iceblade of the
Monarch off his dead body and bring it back to the Oracle. I relieved
him of that the first time around and used it for a long time. Excellent
weapon. Sold it to the museum of artifacts in Mournhold after I got a
hold of Vivec and Almalexia's weapons. I could go back to the museum and
steal it back and give it to the oracle, but still, that ring. It could
be in any pawnbroker's shop or enchanter's pocket in morrowind.

I can't even use the console additem command to give me it back. It
won't work for some reason. The command is player->additem
adusamsi's_ring 1 ... at least that's what it's supposed to be. I've
tried many variations of adusamsi with and without the underscore, and it
keeps giving me the error. Same when I try to additem akatosh ring,
which is another ring that was supposed to have been on Llaren's dead
body. So I can add most other items, including the iceblade if I care
to, and any other game items to my character, I can't add the ring I
need. So then I got this brainy idea to research a possible way to
restore the NPC himself back to life, equipment and all.

But I can't find a way. Does anyone know? I can't go on with oracle
quests until I get this stupid Adusamsi's ring back for her.
KC Wong
2003-07-30 09:57:00 UTC
Permalink
Post by Trev Baby
I can't even use the console additem command to give me it back. It
won't work for some reason. The command is player->additem
adusamsi's_ring 1 ... at least that's what it's supposed to be. I've
tried many variations of adusamsi with and without the underscore, and it
Item ID don't have 's in them...

Open up TES Construction Set and look for the ring's actual ID. It's very
easy... just select the correct tab and click on name field header to sort
it.


KC.
Michael W Ryder
2003-07-31 01:18:14 UTC
Permalink
Post by KC Wong
Post by Trev Baby
I can't even use the console additem command to give me it back. It
won't work for some reason. The command is player->additem
adusamsi's_ring 1 ... at least that's what it's supposed to be. I've
tried many variations of adusamsi with and without the underscore, and it
Item ID don't have 's in them...
Open up TES Construction Set and look for the ring's actual ID. It's
very easy... just select the correct tab and click on name field
header to sort it.
KC.
I have tried that. In TES it says that the item id is adusamsi's ring.
That's exactly how it reads, with an apostrophe and an s and with no
underscore separating the two. Look for yourself if you don't believe
me. And I've tried with and without the 's, with an s at the end but no
preceding apostrophe, with and without an underscore, and with different
spellings of adusamsi. Nothing works. The command, and the variations
thereof, that I used is
player->additem adusamsi's ring
player->additem adusamsis ring
player->additem adusamsi's_ring
player->additem adusamsis_ring
and with different spellings.
I get "CompileAndRun item x (whichever item id I used) was not found on
line 1."
I wish it did work. Like I said, I can add other items, but not that
one, and not akatosh's ring. In fact, I've just realized after much
experimentation that MANY items from the clothing list and from other
lists as well don't work with the additem command. Try to add a chitin
war axe to your character using the syntax for the item that TES gives,
with no underscores or anything. Let me know if you have any luck. I
didn't. I was able to add Chrysamere, though.
If you go into edit for the item you will find its ID. The ring's name
is Adumasi's Ring and its ID is Adusamsi's_Ring. Note the underscore
between the two words. I don't remember if the capitalization is
important or not.
Trev Baby
2003-07-31 02:35:11 UTC
Permalink
Post by Michael W Ryder
Post by KC Wong
Post by Trev Baby
I can't even use the console additem command to give me it back.
It
Post by Michael W Ryder
Post by KC Wong
Post by Trev Baby
won't work for some reason. The command is player->additem
adusamsi's_ring 1 ... at least that's what it's supposed to be.
I've
Post by Michael W Ryder
Post by KC Wong
Post by Trev Baby
tried many variations of adusamsi with and without the underscore, and it
Item ID don't have 's in them...
Open up TES Construction Set and look for the ring's actual ID. It's
very easy... just select the correct tab and click on name field
header to sort it.
KC.
I have tried that. In TES it says that the item id is adusamsi's
ring. That's exactly how it reads, with an apostrophe and an s and
with no underscore separating the two. Look for yourself if you
don't
Post by Michael W Ryder
believe me. And I've tried with and without the 's, with an s at the
end but no preceding apostrophe, with and without an underscore, and
with different spellings of adusamsi. Nothing works. The command,
and the variations thereof, that I used is
player->additem adusamsi's ring
player->additem adusamsis ring
player->additem adusamsi's_ring
player->additem adusamsis_ring
and with different spellings.
I get "CompileAndRun item x (whichever item id I used) was not found
on line 1."
I wish it did work. Like I said, I can add other items, but not that
one, and not akatosh's ring. In fact, I've just realized after much
experimentation that MANY items from the clothing list and from other
lists as well don't work with the additem command. Try to add a
chitin war axe to your character using the syntax for the item that
TES gives, with no underscores or anything. Let me know if you have
any luck. I didn't. I was able to add Chrysamere, though.
If you go into edit for the item you will find its ID. The ring's name
is Adumasi's Ring and its ID is Adusamsi's_Ring. Note the underscore
between the two words. I don't remember if the capitalization is
important or not.
player->additem "Adusamsi's_Ring",1
All right, thanks man! I had the wrong syntax. I wasn't using quotes
and never had a comma in there.

THANK YOU!
Michael W Ryder
2003-08-28 20:20:33 UTC
Permalink
player->additem "Adusamsi's_Ring",1
As you seem to know what you're doing with console stuff, any chance you
could do me a favour?
I'm on a mission to retrieve Indrele Pathryon's Land Deed, unfortunately
I've already stolen and sold it and I've no idea where or who to. I can't
get the construction kit to work, so I can't find out what it's called, so I
can't use the console command: player->additem "land_deeds",1
Any chance you could look up the proper name for me? Please?
The name you are looking for is (drum roll.....) bk_indreledeed
MattG
2003-08-28 20:35:53 UTC
Permalink
Post by Michael W Ryder
Any chance you could look up the proper name for me? Please?
The name you are looking for is (drum roll.....) bk_indreledeed
Thanks man, much appreciated.

Now, let's see if I can get it to work.

Woo, and if I might be so bold, hoo!

Good work fella!

Thanks a bundle, I am now a happy boy.

/me goes off to play through the night
--
MattG
I am the master of my own density
Replace spam with news to reply
DMG
2003-07-30 11:25:46 UTC
Permalink
PlaceAtPC, [ObjectID], [Count], [Distance], [Direction]

Try that command out in the console with the name of the NPC as the
ObjectID, Count 1, Distance 20, Direction 1. It should place the NPC right
in front of you.

DMG
Post by Trev Baby
On a quest for the Oracle of the Imperial Cult, I'm to go to Rotheran
Dunmer Stronghold and retrieve Adusamsi's ring from Llaren Terano and
give it back to her. Problem is, I'm doing this at a late point in the
game for my character (he's completed the main quest in the main game and
in both expansions-he's level 47 or something like that I'm not even
sure). Waaay previously in the game I'd completed the Master Propylon
Index plugin quest. In the course of doing so, I'd completely cleaned
out Rotheran leaving nothing but Adusamsi and the slaves. Upon going
back to Rotheran this time around, I don't see Llaren's corpse lying
around, have no idea what could have happened to it or the ring he was
supposed to have on him. I was also supposed take the Iceblade of the
Monarch off his dead body and bring it back to the Oracle. I relieved
him of that the first time around and used it for a long time. Excellent
weapon. Sold it to the museum of artifacts in Mournhold after I got a
hold of Vivec and Almalexia's weapons. I could go back to the museum and
steal it back and give it to the oracle, but still, that ring. It could
be in any pawnbroker's shop or enchanter's pocket in morrowind.
I can't even use the console additem command to give me it back. It
won't work for some reason. The command is player->additem
adusamsi's_ring 1 ... at least that's what it's supposed to be. I've
tried many variations of adusamsi with and without the underscore, and it
keeps giving me the error. Same when I try to additem akatosh ring,
which is another ring that was supposed to have been on Llaren's dead
body. So I can add most other items, including the iceblade if I care
to, and any other game items to my character, I can't add the ring I
need. So then I got this brainy idea to research a possible way to
restore the NPC himself back to life, equipment and all.
But I can't find a way. Does anyone know? I can't go on with oracle
quests until I get this stupid Adusamsi's ring back for her.
CG
2003-07-31 17:31:12 UTC
Permalink
Hi there. I can't get it to work. Thanks anyway. I just get
CompileAndRun item (xxx) was not found on line 1. xxx is the objectID I
tried to use. I used the command with both "Llaren Terano" as the id,
the syntax TES gives for that particular NPC, and with "Llaren_Terano".
I'll take a stab at this.

"llaren terano"->resurrect

This person will be mad at you. You can kill him again (I think his stuff
should be on him once resurrected). I think.

You could also try:

"llaren terano"->placeatpc 1,1,1

I've also seen it as below and have used it both ways.

placeatpc "llaren terano" 1,1,1

(the numbers tell the system where to put the person or item)

Notice no caps. If I remember correctly, it makes a difference.

As far as Add Item goes, you need to be in third person view.

additem "adusamsi's ring" 1

OR

placeatpc "adusamsi's ring" 1,1,1

(the number is for the number of like items you want)
Trev Baby
2003-08-01 00:52:07 UTC
Permalink
Post by CG
I'll take a stab at this.
"llaren terano"->resurrect
This person will be mad at you. You can kill him again (I think his
stuff should be on him once resurrected). I think.
"llaren terano"->placeatpc 1,1,1
I've also seen it as below and have used it both ways.
placeatpc "llaren terano" 1,1,1
(the numbers tell the system where to put the person or item)
Notice no caps. If I remember correctly, it makes a difference.
As far as Add Item goes, you need to be in third person view.
additem "adusamsi's ring" 1
OR
placeatpc "adusamsi's ring" 1,1,1
(the number is for the number of like items you want)
Many good suggestions, thank you. "llaren terano"->resurrect didn't work,
and neither did the first form of the placeatpc command, but the second
form did... and you were right, llaren was pretty cheesed at me for
killing him the first time. I wasn't too concerned about it though. I
just let my sword go up and down a couple of times and there he was
laying on the ground. Funny thing was though, the game gave me that
message "with the death of this character the thread of prophecy has been
cut. You must load a saved game blah blah". I couldn't figure why it
would say that. I just reloaded my save game and forgot about Llaren,
since I already had the ring I needed anyway with the additem command.

What do you think about that? Thanks again by the way.
Loading...