View Single Post
  #146  
Old November 17th, 2010, 06:11 PM

Zogundar Zogundar is offline
Private
 
Join Date: Dec 2007
Posts: 29
Thanks: 1
Thanked 0 Times in 0 Posts
Zogundar is on a distinguished road
Default Re: Remove Curses and Horror Marks?

Quote:
Originally Posted by Stavis_L View Post
Quick question - are you closing the game (the entire program, not an individual game session) in between modifications to your .DM file? Note that the program only reads the mods when it's starting, so if you change the mod after the program is started, it won't "notice".

Also - are you sure you've enabled your mod in the preferences menu?
Yes and yes.

Quote:
If you try this:

Code:
#selectmonster 307 -- lesser horror
#weapon "nothing"
#weapon "nothing"
#end

#selectmonster 307 -- lesser horror
#weapon "claw"
#end
...does that change anything?
I'll have to test it. I have discovered that I haven't managed to get rid of the Horror Mark effect from Astral Claw with
Code:
#selectweapon 70
#secondaryeffect 0
#end
Maybe I'll try "nothing" instead of "0" when I try the other thing.
Reply With Quote