Skip to content

Conversation

@mtwango
Copy link
Member

@mtwango mtwango commented Oct 1, 2025

optional OF_DontInterruptHealOnHit to skip interrupt on getting hit, so scripters can implement their interrupt in hit / gethit triggers
experimental EF_WalkBypassMonsters to leverage personalspace trigger on NPC without full stamina. Experimental, because this is resource intensive (lots of packets) when denied by trigger.

@mtwango
Copy link
Member Author

mtwango commented Oct 6, 2025

Note: healing doesnt get interrupted by hit, but still fails on skill abort. Might be related to #1442

@mtwango mtwango marked this pull request as draft January 31, 2026 15:50
@mtwango
Copy link
Member Author

mtwango commented Jan 31, 2026

Need to fix the branch, since I merged some stuff here on our shard by accident.

@mtwango mtwango marked this pull request as ready for review February 9, 2026 16:01
@mtwango
Copy link
Member Author

mtwango commented Feb 11, 2026

The healing OF is for discussion.

Maybe it should not be as a OF, but removed by default. It doesn't take into account veterinary (in core) and seems like an agressive way to stop action, since scripters can make an easy replacement in scripts, ie in character events:

on=@getHit
  if (<action> == Healing)
    sysmessage <defmsg.healing_interrupt>
    action = -1
  endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant