You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing network data, incoming damage to players from ground AOE effects are separated out individually by FFXIV and sometimes include the buff ID for the effect. They do not currently appear within ACT with the spell name or mob that used the ability, though. ACT should map the buff ID to the correct ability name.
Incoming mob DoT ticks to players are similar to player outgoing DoTs, but the plugin doesn't process them currently. In cases where there is only a single DoT effect on a player, the plugin should map the damage to the correct DoT effect. If there is more than one DoT effect, then for now it isn't possible to simulate, so these will continue to be recorded as unknown DoT ticks.
The text was updated successfully, but these errors were encountered:
When parsing network data, incoming damage to players from ground AOE effects are separated out individually by FFXIV and sometimes include the buff ID for the effect. They do not currently appear within ACT with the spell name or mob that used the ability, though. ACT should map the buff ID to the correct ability name.
Incoming mob DoT ticks to players are similar to player outgoing DoTs, but the plugin doesn't process them currently. In cases where there is only a single DoT effect on a player, the plugin should map the damage to the correct DoT effect. If there is more than one DoT effect, then for now it isn't possible to simulate, so these will continue to be recorded as unknown DoT ticks.
The text was updated successfully, but these errors were encountered: