danifischer / GW2RaidTool

GW2 Raid Tool is used for automatically parsing newly created ArcDps files and display the results for the user. In order to do this the application uses a modified version of the EVTC log parser and RaidHeros.
MIT License
3 stars 2 forks source link

Log not parsable due to overflow in damage value #13

Closed danifischer closed 6 years ago

danifischer commented 6 years ago

The damage calculation has some unknown npcs in the events, after filtering out these damage events the value is the same as in RaidHeros

danifischer commented 6 years ago

Changed parameters that store damage from int to long in order to make logs with big (most likley faulty values) parsable anyway

danifischer commented 6 years ago

Fixed on dev branch.