Jump to content
  • 0

Custom monsters don't infight


Gaargod

Question

I'm working on a wad with a lot of custom monsters but I have an issue with two of them, the Death Knight and the Pyro Succubus, both downloaded from Realm667. the problem is that other monsters don't retaliate when they get hurt by them, for example, if a Death Knight hits a Baron, the Baron will just ignore it.
(I know infighting is not necessary but I enjoy watching stuff kill each other)

 

Here is the DECORATE from both of them, I tried to modify some values but it didn't work. Does anyone know how to solve this?

Screenshot_1.png.8fb6a359e9d7faba88c22d45543b20ed.pngScreenshot_10.png.21393a1f6afd1026a57586158b6dbfe8.png

Share this post


Link to post

1 answer to this question

Recommended Posts

  • 0

Quoting the ZDoom wiki:
 

Quote

 

NOTARGET

Actor cannot be targeted by other monsters. This does not prevent hostile monsters from being targeted by friendly monsters.

 

 

Gotta remove that NOTARGET in both. And in the succubus, you might want to consider removing the DONTHURTSPECIES flag:
 

Quote

 

DONTHARMCLASS

Prevents any monster of this kind from receiving explosive damage by a projectile fired by a monster of the exact same kind. This is recommended for monsters that shoot explosive projectiles so that they don't kill themselves. This flag was previously named DONTHURTSPECIES, which was a misleading name that could lead to believe its effect was that of DONTHARMSPECIES.

 

 

Edited by Albertoni

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...