Okay, I'm aware this is at least somewhat possible through building a hierarchical logic table in ACS, but I'm wondering if the following can be done to mimic threat generation in MMO's:
1. Can the hate be assigned by using a hate_target inventory item to cause the monster to attack the player holding the item or the most of those items?
2. Does hate have any inherent characteristics regarding the player who did the most damage to it or just the player who last shot it?
3. Does hate override itself if it is called again? Meaning if a new target is hated does the old target lose hate or is it hierarchically or chronologically arranged? (I'm assuming the answer is no to both.)
4. How would I get a monster to call the "threat" script individually as opposed to as a group and vice versa?
Using Hate to mimic threat generation.
- Spottswoode
- Forum Regular
- Posts: 245
- Joined: Sat Jun 09, 2012 1:22 am
- Location: That place over there.
- Contact:
RE: Using Hate to mimic threat generation.
I've pondered most of those things myself actually. Even non-ACS-assigned hate is confusing. But I think generally, in vanilla a monster hates the thing that sent it to its most recent painstate. Also supported by the fact that if you turn on NOTARGET you can shoot a monster but it won't turn to fight you until you make it go to its Pain state.
Last edited by Ænima on Mon Jan 13, 2014 7:51 pm, edited 1 time in total.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: Using Hate to mimic threat generation.
As far I know, the ACS thing_hate can turn off later changing of target when shot by someone else.
𝕂𝕝𝕠𝕗𝕜𝕒𝕔
- Spottswoode
- Forum Regular
- Posts: 245
- Joined: Sat Jun 09, 2012 1:22 am
- Location: That place over there.
- Contact:
RE: Using Hate to mimic threat generation.
Confirm on painstate. However, you can script the pain state to retain the target. So, yeah it can be made to resemble threat. I'll build a testing script and upload it as soon as I have the time.Ænima wrote: I've pondered most of those things myself actually. Even non-ACS-assigned hate is confusing. But I think generally, in vanilla a monster hates the thing that sent it to its most recent painstate. Also supported by the fact that if you turn on NOTARGET you can shoot a monster but it won't turn to fight you until you make it go to its Pain state.
