happenslol / WarpDeplete

Mythic+ Timer Addon for World of Warcraft
MIT License
16 stars 19 forks source link

New Patch broke death tracking #61

Closed Aeon234 closed 7 months ago

Aeon234 commented 10 months ago

With the new patch while it tracks the total # of deaths properly, when hovering over it it either shows that no deaths were recorded or out of X amount it only shows a small percentage of them (e.g. out of 13 deaths it'll show random 2 deaths).

image

happenslol commented 10 months ago

Thank you for your bug report! I'm sorry to say that I'm not currently actively playing the game, so while I will review PRs and test any fixes that are submitted, I can't promise that I'll get around to fixing this very soon. At the earliest I'll can make time for this at the start of next year.

Aeon234 commented 10 months ago

When testing your own changes (e.g. personal best timer logs) do you have any debugging commands already in place to trigger parts of what you're tracking or you just go into low keys? I might take a crack at it while waiting for an official fix

happenslol commented 10 months ago

There's a debug mode (/wdp debug) which turns on the preview by default and adds a lot more log messages. I usually just go into low keys because the events that the game sends can be quite unpredictable, so I haven't gotten around to implementing anything that could serve as a testing mode yet.

If you need any help, please don't hesitate to contact me or make another post here!