FFXIV_ACT_Plugin icon indicating copy to clipboard operation
FFXIV_ACT_Plugin copied to clipboard

Incoming Ground AOE Damage from mobs

Open ravahn opened this issue 10 years ago • 0 comments

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.

ravahn avatar Jan 10 '15 18:01 ravahn