Talryn / AutoCombatLogger

WoW addon that automatically enables or disables combat logging based on location.
5 stars 5 forks source link

Feature request: arena overrun #4

Closed aza547 closed 1 year ago

aza547 commented 2 years ago

Hi, I'm the author of Warcraft Recorder, and I'm trying to implement classic arena support.

On retail we use the "Simple Combat Logger" addon, which has a feature to overrun the logging by 30 secs when in arena to catch trailing events. I find myself in need of similar behaviour on classic as there is no robust "end of arena" event other than the ZONE_CHANGE, which often is getting lost when using ACL due to the flushing of the combat log.

The code to do this in SCL is here: https://github.com/csutcliff/SimpleCombatLogger/blob/main/Main.lua#L386.

Would you be open to implementing such a mechanism / accepting a PR with it, such that I can advise classic players using WR to install ACL?

Thanks!

Talryn commented 2 years ago

I can add that. I haven't done arenas or even PvP in a while. Have you seen any other issues with arena combat logging?

aza547 commented 2 years ago

Thanks, that would be awesome. I haven't seen any other issues (although my testing has been fairly limited). I've mostly just been using /combatlog given the ZONE_CHANGE issues I mentioned. I'll be sure to report back with how I get on.

Talryn commented 2 years ago

I added an option for the delay. I don't do arena so you may need to test it properly. It's the latest pre-release. There is an option to control the delay in seconds if that matters.

aza547 commented 2 years ago

Thanks! Seems to work great.

image

aza547 commented 2 years ago

The 30 secs default is also perfect it seems.

I'd love to include this in our docs, could you publish a release including this when it suits?

Talryn commented 2 years ago

I need to do some more testing but I will try to get a release out soon.

aza547 commented 2 years ago

Brilliant thanks. I'd also love the same thing for BGs (we also rely on ZONE_CHANGE events that get lost currently. Is that something you'd be up for including also? I'd be happy to contribute a PR.

Talryn commented 2 years ago

I added that too. Need to test the new alpha version.

aza547 commented 2 years ago

Amazing. Thanks again. I'll take it and let you know how I get on.

Talryn commented 1 year ago

Closing as the feature should be available in the latest releases. Let me know if there are any issues with it or the arena / battleground logging.

aza547 commented 1 year ago

Just dropping a message to say this seem to work great! Thanks again.

Talryn commented 1 year ago

Glad it is working out. As I said if you see any issues with logging arenas, battlegrounds, or specific ones, please let me know.