Panic Stevenson

Results 14 comments of Panic Stevenson

> My question is, how on earth would you code this? A post-trigger filter to replace player names with jobs or something? Something that pushes everyone's to shortNames temporarily upon...

> job only(and note might confused when duplicating jobs) Do you think we should solve this? You could theoretically have 15 of the same DPS in an alliance raid in...

Assuming you know ahead of time if there’s collisions (on instance load) you could do: ``` RDM (Joe) RDM (Michelle) ``` And just the job if there are no collisions....

Also, another aspect to consider here is text to speech. I don’t know if the abbreviations (formal or informal) for other languages can be easily read aloud, but I imagine...

> Arguably, we could call out "In + Fire + ???" or "In + Fire + Left/Right" or alternatively just add a second "In/Out/Left/Right" call simultanously with the "Fire/Light" call...

> I agree with that, but I don't know that's enough information to call it in all cases too, just more information for the second round. I'm not sure that...

I found this in some other random testing: ![atomic ray](https://user-images.githubusercontent.com/8849608/121119526-a167ee00-c7d0-11eb-803c-bdda97379740.JPG) Additional information is that these did not trigger the new timerbar removed transitions added in https://github.com/quisquous/cactbot/pull/3017.

It's also possible to solve the color problem with icons as well, but then you're potentially doubling down on icons, for example: Obviously I'm not doing this idea any justice...

@Snsei987 Do you think blinking attracts too much visually? I think there could be some level of player fatigue associated with each move blinking as it counts down, but I...

@JaneSmith Does your plugin listing look like this? ![image](https://user-images.githubusercontent.com/8849608/187055367-a9a2a3c4-4d22-48e2-87d5-734242f4a07f.png) I know some people had an issue where the plugin was randomly disabled after going through the manual steps. @sarunohouseki How...