Scrag dies but doesn't "fall"
Moderator: InsideQC Admins
12 posts
• Page 1 of 1
Scrag dies but doesn't "fall"
Guys,
I added a wizard "scrag" to my QW mod.
When it dies, it doesn't fall to the ground.
He just goes through his death animation in mid-air?
How can I get him to drop to the ground?
Thanks.
I added a wizard "scrag" to my QW mod.
When it dies, it doesn't fall to the ground.
He just goes through his death animation in mid-air?
How can I get him to drop to the ground?
Thanks.
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
-

redrum - Posts: 410
- Joined: Wed Mar 28, 2007 11:35 pm
- Location: Long Island, New York
before dying you could remove the original monster, make a duplicate entity that is just for dying, and set the movetype to MOVETYPE_TOSS
or change the movetype on the fly? maybe.
or change the movetype on the fly? maybe.
Benjamin Darling
http://www.bendarling.net/
Reflex - In development competitive arena fps combining modern tech with the speed, precision and freedom of 90's shooters.
http://www.reflexfps.net/
http://www.bendarling.net/
Reflex - In development competitive arena fps combining modern tech with the speed, precision and freedom of 90's shooters.
http://www.reflexfps.net/
- Electro
- Posts: 312
- Joined: Wed Dec 29, 2004 11:25 pm
- Location: Brisbane, Australia
my idea, might not work but,
make it gib at 0 health
do throw gib and make it thrrow scrag?
so it will fall, but it might just fall,
or it could just swirl round in air as it flutters to the ground hmmm
make it gib at 0 health
do throw gib and make it thrrow scrag?
so it will fall, but it might just fall,
or it could just swirl round in air as it flutters to the ground hmmm
bah
- MeTcHsteekle
- Posts: 399
- Joined: Thu May 15, 2008 10:46 pm
- Location: its a secret
Try this:
In its dying function, put this after the gib check:
and it might work.
In its dying function, put this after the gib check:
- Code: Select all
self.flags = self.flags - (self.flags & FL_FLY);
and it might work.
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
Orion, I tried yours first and it worked! Thanks.
Thank you to everyone else too!
But, something weird was happening.
Now, if I gib the scrag sometimes one of the gibs is floating in the air and following ne around!?!
Thank you to everyone else too!
But, something weird was happening.
Now, if I gib the scrag sometimes one of the gibs is floating in the air and following ne around!?!
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
-

redrum - Posts: 410
- Joined: Wed Mar 28, 2007 11:35 pm
- Location: Long Island, New York
12 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
