Adrienne Walker

Results 229 comments of Adrienne Walker

base/time.h doesn't even appear in the results. :(

Sorry for the belated response. Is this still happening?

Is this still happening? Did this work for Raiden? When I load this in raidemulator, I see ![image](https://user-images.githubusercontent.com/462317/178371624-a7a7edd3-2ce7-4a80-b16c-f378a1e24f1e.png) @valarnin From looking at the log, it looks like this log gets...

> My question is, how on earth would you code this? A post-trigger filter to replace player names with jobs or something? I think it could be possible to have...

> > You could theoretically have 15 of the same DPS in an alliance raid in the Duty Finder. > > The default option is kept same as now, showing...

Yeah, cactbot right now doesn't have any reasonable way to update text from a trigger. It's something we could add, but I don't think it comes up very much. It...

I wonder if one of the changes to the timer bars in the past few months has caused this.

Hmm, I think this is a case of "you need to understand how the mechanic works, and "right 2x" makes it harder to read (when you do) in my opinion....

> I guess the question is, should they be counted as an error? I don't think this is an error.

This isn't too hard to do on the OverlayPlugin (or cactbot) side: ```diff diff --git a/OverlayPlugin.Core/EventSources/MiniParseEventSource.cs b/OverlayPlugin.Core/EventSources/MiniParseEventSource.cs index 316d9dc..6b5956a 100644 --- a/OverlayPlugin.Core/EventSources/MiniParseEventSource.cs +++ b/OverlayPlugin.Core/EventSources/MiniParseEventSource.cs @@ -170,6 +170,16 @@ namespace RainbowMage.OverlayPlugin.EventSources...