🎮 morrowind Console Commands
21 entries — copy-paste ready. Updated for latest version.
Set Health (player->SetHealth)
Sets the player's current health to a specified value, useful for healing or testing damage.
player->SetHealth [value]
Add Item (player->AddItem)
Adds a specified item to the player's inventory, with optional count.
player->AddItem "[itemID]" [count]
Spawn NPC (player->PlaceAtMe)
Spawns a specified creature or NPC at the player's current location.
player->PlaceAtMe "[creatureID]" [count] [level]
Toggle Collision (ToggleCollision)
Toggles collision detection for the player, allowing you to walk through walls and objects.
ToggleCollision
God Mode (TGM)
Enables god mode, making the player invincible with infinite health, magicka, and fatigue.
TGM
No Clip (TCL)
Toggles no-clip mode, allowing the player to fly and pass through all objects and terrain.
TCL
Set Level (player->SetLevel)
Sets the player character's level to a specified value, affecting stats and enemy scaling.
player->SetLevel [level]
Modify Attribute (player->ModAttribute)
Modifies a specific attribute (e.g., Strength, Intelligence) by a relative amount.
player->ModAttribute "[attribute]" [value]
Modify Skill (player->ModSkill)
Modifies a specific skill (e.g., Long Blade, Destruction) by a relative amount.
player->ModSkill "[skill]" [value]
Set Magicka (player->SetMagicka)
Sets the player's current magicka to a specified value, useful for casting spells without waiting.
player->SetMagicka [value]
Set Fatigue (player->SetFatigue)
Sets the player's current fatigue to a specified value, affecting stamina for combat and running.
player->SetFatigue [value]
Set Level (player->SetLevel)
Sets the player's level to a specific number, useful for testing high-level content or resetting.
player->SetLevel [level]
Add Spell (player->AddSpell)
Adds a specified spell to the player's spellbook, allowing immediate casting.
player->AddSpell "[spellID]"
Remove Spell (player->RemoveSpell)
Removes a specified spell from the player's spellbook.
player->RemoveSpell "[spellID]"
Set Crime Gold (player->SetCrimeGold)
Sets the player's bounty (crime gold) to a specified value, affecting guard hostility.
player->SetCrimeGold [value]
Set Reputation (player->SetReputation)
Sets the player's reputation value, affecting NPC disposition and quest availability.
player->SetReputation [value]
Set Disposition (player->SetDisposition)
Sets the disposition of a targeted NPC towards the player, affecting dialogue and prices.
player->SetDisposition [value]
Set Position (player->SetPos)
Teleports the player to specified X, Y, Z coordinates in the current cell.
player->SetPos [x] [y] [z]
Center on Cell (player->COC)
Teleports the player to the center of a specified cell, useful for fast travel.
player->COC "[cellName]"
Set Race (player->SetRace)
Changes the player character's race, affecting appearance and racial abilities.
player->SetRace "[raceID]"
Set Gender (player->SetGender)
Changes the player character's gender, affecting appearance and some dialogue.
player->SetGender [0 or 1]
How to Use morrowind Console Commands
Select any entry above to see full syntax, examples, pros/cons, and related mods that enhance this feature.