Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Fracture and Chaos Thrust #10

Open
Randolont opened this issue Nov 29, 2014 · 3 comments
Open

Issue with Fracture and Chaos Thrust #10

Randolont opened this issue Nov 29, 2014 · 3 comments

Comments

@Randolont
Copy link

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
Copy link
Member

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
Copy link
Author

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants