Set Magicka (player->SetMagicka)
morrowind — Console Commands
Sets the player's current magicka to a specified value, useful for casting spells without waiting.
Syntax
player->SetMagicka [value]
Example
player->SetMagicka 500
💡 Notes
Value is clamped to maximum magicka; use player->ModMagicka for relative changes.
🎯 Tips & Tricks
Unlimited casting
Set magicka to 10000 to cast any spell repeatedly.
Test mana costs
Set to low values to see spell requirements.
Combine with TGM
TGM already gives infinite magicka, but this is for specific tests.
🔧 Troubleshooting
Magicka not updating
Ensure you type 'player->' and the value is numeric.
Spells still fail
Check if you have enough magicka and skill level.
⚠️ Common Mistakes
- Setting magicka to 0 accidentally
- Using on NPCs without selecting them
- Forgetting to close console
👍 Pros
- Instant magicka restore
- Test spell costs
- Works on any actor
- Simple numeric input
👎 Cons
- Does not affect maximum magicka
- Can set to 0 to disable casting
- Requires console