Page 1 of 1

fireball problem in decorate

Posted: Tue Feb 28, 2006 2:53
by jbb666999
im trying to make a decorate Lmp that will make all of the monsters fireballs go faster. i tried:

Code: Select all

 
Actor doomimpball_ : doomimpball -1
{
Speed "33"
}
but this has no effect, it worked when i used this to make the rockets go faster? could you tell me what im doing wrong?

thanks

Posted: Tue Feb 28, 2006 3:39
by Deathsong12
1. There is no need to give this actor a DoomEd number.
2. Take out the quotes around the "33"
3: Be more careful when creating a new thread :wink:

Posted: Tue Feb 28, 2006 10:40
by Graf Zahl
Of course it doesn't have any effect.

The imp will still shoot a DoomImpBall instead of your new version. You have to alter the monster as well or use Dehacked.


BTW, I removed the duplicate thread.