Add Spell (player->AddSpell)
morrowind — Console Commands
Adds a specified spell to the player's spellbook, allowing immediate casting.
Syntax
player->AddSpell "[spellID]"
Example
player->AddSpell "fireball"
💡 Notes
Spell IDs are case-sensitive. Use 'help' command to find spell IDs.
🎯 Tips & Tricks
Find spell IDs
Use 'help "fireball"' to search for spell IDs.
Add powerful spells
player->AddSpell "absorb_health" for a strong spell.
Remove spells
Use player->RemoveSpell to clean up.
🔧 Troubleshooting
Spell not added
Check spell ID spelling and use quotes.
Spell not working
Ensure you have enough magicka and skill.
⚠️ Common Mistakes
- Using wrong spell ID
- Adding too many spells
- Forgetting to save
👍 Pros
- Learn any spell instantly
- Test spell effects
- Works with modded spells
- No level requirement
👎 Cons
- Requires exact spell ID
- May not work with custom spells
- Can clutter spellbook