plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

add vorkath rotation plugin

Open adamgibbons32 opened this issue 1 year ago • 2 comments

Simple plugin which shows an icon for the next special attack from Vorkath.

User selects a special attack button in the panel once Vorkath has used a special attack and it shows what the next special attack is.

There is a fixed timer which changes the special attack icon in the panel. User can reset the panel at the end of the fight.

Please reach out if there are any problems.

Thanks for taking the time to review this!

adamgibbons32 avatar Oct 28 '23 19:10 adamgibbons32

New plugin vorkath-rotation: https://github.com/adamgibbons32/vorkath-rotation-plugin/tree/f0b376aea922a82c6dc9339d13b79ce24efa68e2

  • make sure to shut down your executor service, if running, when the plugin's shutDown is called
  • don't interrupt the controller thread, this could be either the client thread or the swing edt based on your call flow, neither of which should ever be interrupted like this https://github.com/adamgibbons32/vorkath-rotation-plugin/blob/f0b376aea922a82c6dc9339d13b79ce24efa68e2/src/main/java/com/gibbo32/vorkathrotation/VorkathRotationPlugin.java#L165-L168

LlemonDuck avatar Jan 07 '24 00:01 LlemonDuck

Closing due to inactivity.

Nightfirecat avatar Apr 09 '24 07:04 Nightfirecat