What's the console command for cure disease?

Post » Sun Aug 14, 2011 7:30 am

I currently have brown rot, and I can't move at the moment because I'm overencumbered. I typed in player->addspell cure common disease, and I get nothing.

And is there a console command to make NPCS unequip or equip things?
User avatar
Mark Churchman
 
Posts: 3363
Joined: Sun Aug 05, 2007 5:58 am

Post » Sun Aug 14, 2011 9:22 pm

Diseases are technically just spells, so you want to remove the spell.
Player->removespell "brown rot"
or just give yourself a Cure disease potion and drink it.
player->additem "p_cure_common_s" 1


You can remove items from NPCs the same way you do it for your character.
"ID of the NPC"->removeitem "ID of the item" 1

To force them to equip something you first have to add the item to them (same way you would remove it) then use:
"ID of the NPC"->Equip "ID of item"
(this function does require that Tribunal is installed)
User avatar
Richus Dude
 
Posts: 3381
Joined: Fri Jun 16, 2006 1:17 am


Return to III - Morrowind