Resurrecting NPC's

boer_kameel

Still Mildly Glowing
Hi all,

As quite some are experiencing problems with NPC's disappearing, I've put together a list of commands:

In general, you best go to a location where the person you want to resurrect normally is, and you need the person's PRID (hex ID code).

To go to a trader's location when he's killed, when the brahmin packmule is still alive, type
Code:
player.moveto <prid>
where PRID is the ID of the trader's packmule (without the <>).

Then type:

Code:
prid "character number" (press enter)
(ex: to select Crow type: prid 63c05)

kill
resurrect

moveto player (press enter)
(this spawns the NPC at your location)

Exit console, and the NPC is there!


Megaton NPCs:

Andy Stahl: 00003b55
Billy Creel: 00003b5a
Confessor Cromwell: 00003b48
Harden Simms: 00003b45
Jenny Stahl: 00003b53
Jericho: 00003b5d
Leo Stahl: 00003b54
Lucas Simms: 00003b46
Lucy West: 00003b5b
Maggie: 00003b5c
Manya: 00003b58
Moriarty: 00003b3c
Mother Maya: 00003b49
Nathan: 00003b57
Walter: 00003b59


Traders

Crow
Trader:00063c05
Brahmin:0002d599
Guard:00052bc3

Wolfgang
Trader:00063c07
Brahmin:0002d598
Guard:00052bc2

Lucky
Trader:00063c08
Brahmin:0002d59b
Guard:00052bc1

Doc
Trader:00063c06
Brahmin:0002d59a
Guard:00052bbf


Bots for Big Town, when choosing the Science option:

Protectron- 0002d934
Sentry Bot- 0002c11b

The bots need a specific routine, and afterwards you still need to walk up & repair them:

Code:
PRID 2d934
kill
resurrect
disable
enable
PRID 2c11b
kill
resurrect
disable
enable

references:

Traders &

Bots

Beth forum
 
Back
Top