FFXIVAPP / ffxivapp-plugin-parse

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

Issue with Fracture and Chaos Thrust #10

Open Randolont opened 9 years ago

Randolont commented 9 years ago

Both Fracture and Chaos Thrust are not working correctly. Fracture DoT tics are not being parsed at all no matter which Job the ability is used on. Chaos Thrust is reporting numbers that are a fair bit too high. For Example, I did 2452 damage to a Dummy (2778 total HP and 326 left after the final DoT tic) but the parser says I did 3062 (More health than the Dummy has and the Dummy didn't roll over its HP). The regular damage is correct (1781 from a full CT combo and 1 autoattack no buffs) but the Chaos Thrust DoT damage is registering as 1281 when in fact the total DoT damage was 671 (2452-1781).

I have also observed under conditions I haven't managed to effectively reproduce that SCH's Galvanize shield after Adloquium is incorrectly being registered as a 50 dmg per tic Windbite DoT. I haven't managed to do this solo as SCH but have witnessed it multiple times in Turn 9. Might be tied to having a BRD in the party.

Icehunter commented 9 years ago

I will have to have a gander at this, for what is tracked I have this:

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

Also, what version of the parser are you using? If you go to the parser plugin -> about.

Latest is 3.0.5424.40393

Randolont commented 9 years ago

I have the lastest version of the Parser plugin. Fracture isn't in the Helper at all so that explains why it wasn't being tracked. You may have deleted it when you removed the Storm abilities. The numbers for CT are correct in the Helper but it's definitely registering at over double potency. The actual in-game tics every 3s are 55-57 (18-19 per second) but the DoTPS the parser is putting out is 43 per second for 129 every 3s.

Icehunter commented 9 years ago

Still looking at this as it's counting correctly in mine so far. It has to be something though. I have those shield skills in a separate system per say and they shouldn't overlap. Does this happen outside turn 9?