FFXIVAPP / ffxivapp-plugin-parse

Visit us on Discord! https://discord.gg/aCzSANp
https://xivapp.com
MIT License
6 stars 12 forks source link

DPS tracking enmity #9

Closed Kitru closed 9 years ago

Kitru commented 9 years ago

DPS parser is tracking enmity generated rather than straight DPS for WARs. Works fine for everyone else.

Icehunter commented 9 years ago

Enmity isn't used in the parser at all actually. It's sent over to all plugins but the parser itself works purely off the chatlog.

Do you have some screenshots around this? You can blur the names if you want.

Kitru commented 9 years ago

example

It might not be threat, but it's definitely not DPS (a WAR isn't going to be pushing over 600 DPS). I've seen it get as high as 4k while in an alliance. It only happens with WARs though.

Icehunter commented 9 years ago

If you open up the parser itself and instead of "Scorecard" so the actual players, click on yourself, then on the right side look at Damage Over Time. Is that extra DPS coming from there?

While I have WAR leveled I'll have to look and see if it's an actual DoT ability or just pure damage. These are all the abilities I have tracked for DoT's

https://github.com/Icehunter/ffxivapp-plugin-parse/blob/master/FFXIVAPP.Plugin.Parse/Helpers/DamageOverTimeHelper.cs

If your not using one of those than could it be something with the chatlog? I don't know yet. Does it affect all WAR in alliance or just you?

Kitru commented 9 years ago

I'm not using any DoTs whatsoever. Just straight attacks. I applies to all WARs in the group, not just myself.

Icehunter commented 9 years ago

Storms path and storms eye. They were added to the DoT helper by accident. I'll remove them.

Icehunter commented 9 years ago

Updated, please let me know if have same issue. You may have to click "install" manually from the update panel.