Page MenuHomeFeedback Tracker

Make HandleHeal event handler work for FAK usage, or make a new one for that
Closed, ResolvedPublic

Description

The HandleHeal event handler will not detect usage of a FAK, it will only see if some other unit is healing someone. That is a bit weird, and it would be much preferred (also because of the whole FAK issue) to be able to detect healing directly.

Details

Legacy ID
3645151812
Severity
None
Resolution
Reopened
Reproducibility
N/A
Operating System
Windows 7
Category
Scripting

Event Timeline

Alwarren edited Additional Information. (Show Details)
Alwarren set Category to Scripting.
Alwarren set Reproducibility to N/A.
Alwarren set Severity to None.
Alwarren set Resolution to Fixed.
Alwarren set Legacy ID to 3645151812.May 7 2016, 4:09 PM

To clarify this a bit:

  • FAKs are detected when the healer and the wounded are different units.
  • FAKs are not detected when self-applied
  • The last bit of information (healercanheal) is broken: it always return false, even if the healer is a medic (this makes determining if a FAK or a medikit was used impossible, unless working around with the classname)

At the moment, the only way to work around the built-in medical system is to mod it, which is not always a choice.

Should be fixed in next dev branch update.

Great! Thanks a lot!

Mass closing resolved issues not updated since November.

BIS_fnc_KK edited Steps To Reproduce. (Show Details)
BIS_fnc_KK edited Additional Information. (Show Details)
BIS_fnc_KK set Operating System to Windows 7.
BIS_fnc_KK reopened this task as Assigned.
BIS_fnc_KK raised the priority of this task from Wishlist to Normal.
BIS_fnc_KK set Ref Ticket to AIII-56540.
BIS_fnc_KK changed Resolution from Fixed to Reopened.
BIS_fnc_KK added a subscriber: DarkDruid.

Revision: 152061

boolean is now true when medic

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Jul 31 2024, 12:01 AM
BIS_fnc_KK changed the task status from Assigned to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.

As far as I have been able to test in 2.17.152062, this now works as advertised.

Thank you very much!

BIS_fnc_KK closed this task as Resolved.Aug 10 2024, 8:44 PM