coavins / mhrise-coavins-dps

A detailed DPS meter for Monster Hunter Rise (PC)
GNU General Public License v3.0
24 stars 11 forks source link

Damage not being tracked from ailments inflicted by other players #17

Closed coavins closed 2 years ago

coavins commented 2 years ago

Describe the bug There seems to be issues tracking ailment damage when a networked player initiated the ailment.

Steps to Reproduce For example:

  1. Play with another player who has a poison weapon
  2. Enter quest
  3. Wait for them to inflict poison ailment
  4. They aren't credited with poison damage in the table

Expected behavior A networked player should receive credit for their share of ailment buildup.

We probably have to find a different function to hook in order to identify damage from an ailment that was inflicted by a networked player.

coavins commented 2 years ago

This issue is better described in #21 after recent changes