Quote:
Manuk said:
What I was looking for is a mod for make all spells lvl 0 and i don't know how to do it.
|
I've attached a mod which does this. [Edit: attachments don't work right now. Download it instead from
]http://students.cs.byu.edu/~mdw45/easyspell.dm] One caveat: this doesn't adjust the difficulty of constructing magic items. That's because unique items *must* be left at level 8 to be unique, and also because I (cough) was too lazy to look up all the item numbers. It would be
#selectitem [name or number, without brackets]
#constlevel 0
#end
I'm not sure if magic items are numbered sequentially, in which case you could do what I did and write a for-loop to set them all to zero.
-Max
P.S. Thanks for asking. I should have written this long ago to use with the battle-map, but I never got around to looking up the mod commands.