baaron4 / GW2-Elite-Insights-Parser

Binary parser for the .evtc files that arcdps generates after a boss encounter. This will generate a .html file where the results can be easily reviewed.
MIT License
136 stars 48 forks source link

Aetherblade Hideout combat replay and mechanics #935

Closed Linkaaaaa closed 1 week ago

Linkaaaaa commented 1 week ago

General

Aetherblade Hideout

Mechanics

The following 4 are checked by finding a HasDowned event on the player, with a DeathEvent within threshold. All down events, death events and hit events were within 0-1 milliseconds off each other in the logs i checked except for Chaos and Destruction which uses a buff instead of a hit event, that was 30 milliseconds. The thresholds can be adjusted if necessary.

Combat Replay

Misc

Testing

Used these logs for tests, I've also let it parse all 542 of my logs and none have had issues.

tests.zip

EliphasNUIT commented 1 week ago

Thanks!