Add combat events
Pathoschild opened this issue ยท 3 comments
Consider adding events raised when the player receives damage from an NPC, or hits/kills an NPC.
Split from #310.
Hi! This one is a low priority since you can usually use change monitoring or events like NpcListChanged
instead, and combat events may impact performance depending on how they're implemented. I wouldn't be opposed if someone wanted to submit a pull request with combat events that don't unduly impact performance though.