All NPCs have the same spell

Post » Thu Sep 16, 2010 9:25 pm

I've ran into yet another odd bug - one that I hadn't noticed until now, but it's actually been there awhile. All NPCs have the same spell - called brittlewind - and they can all cast it usually. Very annoying (because it's relatively powerful) and immersion breaking.

Anyone know how I can diagnose what mod adds this?
User avatar
Ebou Suso
 
Posts: 3604
Joined: Thu May 03, 2007 5:28 am

Post » Fri Sep 17, 2010 7:44 am

The problem is that Brittlewind was set to "autocalc" in Morrowind.esm. This is corrected by the Morrowind Patch Project (e.g.: "Morrowind Patch v1.6.4.esm"), but anything loading later in your load order could revert it.

You can try searching for plugins that define the Brittlewind spell using my command line program http://code.google.com/p/mlox/wiki/Tes3cmd:

tes3cmd dump --type spel --id brittlewind *.esm *.esp

Or, if you don't like command line programs, you could try a program that just does string searches like http://www.inforapid.de/html/searchreplace.htm (it's free).
User avatar
Kate Murrell
 
Posts: 3537
Joined: Mon Oct 16, 2006 4:02 am

Post » Thu Sep 16, 2010 6:48 pm

Ok, that definitely fixed it. Thanks a lot :) And thanks for the links in your sig. mlox is great. As is MCP.
User avatar
tegan fiamengo
 
Posts: 3455
Joined: Mon Jan 29, 2007 9:53 am


Return to III - Morrowind