plugin-hub
plugin-hub copied to clipboard
add vorkath rotation plugin
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!
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
Closing due to inactivity.