View Single Post
  #54  
Old May 15th, 2007, 07:03 PM

MaxWilson MaxWilson is offline
Major General
 
Join Date: Mar 2007
Location: Seattle
Posts: 2,497
Thanks: 165
Thanked 105 Times in 73 Posts
MaxWilson is on a distinguished road
Default Re: Request for strategy: Late game tips

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.
__________________
Bauchelain - "Qwik Ben iz uzin wallhax! HAX!"
Quick Ben - "lol pwned"

["Memories of Ice", by Steven Erikson. Retranslated into l33t.]
Reply With Quote