Modify Skill (player->ModSkill)
morrowind — Console Commands
Modifies a specific skill (e.g., Long Blade, Destruction) by a relative amount.
Syntax
player->ModSkill "[skill]" [value]
Example
player->ModSkill "Long Blade" 20
💡 Notes
Skill names are case-sensitive. Common skills: Long Blade, Short Blade, Destruction, Restoration, Sneak, etc.
🎯 Tips & Tricks
Max out combat skills
player->ModSkill "Long Blade" 100 for high damage.
Test magic
Increase Destruction to cast powerful spells.
Reset skills
Use negative values to lower skills.
🔧 Troubleshooting
Skill not changing
Verify skill name and use quotes; check for typos.
Level up issues
Skills affect leveling; use SetLevel to adjust if needed.
⚠️ Common Mistakes
- Using wrong skill name
- Modifying skills too high
- Forgetting to save before testing
👍 Pros
- Improve skills instantly
- Test skill-based gameplay
- Can decrease skills
- Works with all skills
👎 Cons
- May affect leveling
- Requires exact skill name
- Can make game too easy