-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create dorgeshkaan-agility-course #7328
base: master
Are you sure you want to change the base?
Conversation
Plugin that adds some quality of life features to the Dorgesh-Kaan Agility course. Release v0.1 - Adds a movable widget that tells you which items Turgall requested - Highlights the requested items from Turgall from the boilers. - Lets you know if you have a spanner or not - Widgets are removed from the screen when you're not in the area
New plugin |
(Hopefully) fixed gradle build
Fixed Spanner.png not actually being a png (oops)
Use the RuneLite ImageIO#load utility + don't use printStackTrace to blindly "handle" errors https://github.com/Anderzenn/dorgesh-kaan-agility-course/blob/f42af0e6a1dd2130726a219dac22670248e0a0a9/src/main/java/com/anderzenn/dorgeshkaanagilitycourse/DorgeshKaanOverlay.java#L49-L56 |
Utilisation of runelite image loader instead of inputstream, proper error logging, changed spanner warning, minor bug fixing. - Replaced image loading via inputstream with RuneLites own image loader - Added proper error logging for image loading instead of using stacktrace. - Changed spanner warning design to be a little better - Fixed a bug where spanner warning wouldn't hide - Fixed a bug where spanner warning and requested items would be displayed at the same time.
These changes should now be in place :) |
I just noticed in my spanner warning overlay class for whatever reason decided to make a call to the plugin class instead of using the boolean I had in the actual class. Ignore this, that's being fixed in a future update. I've fixed it locally, but I don't see a reason to commit it when it's still working. At least not until I have some more stuff to commit. |
Plugin that adds some quality of life features to the Dorgesh-Kaan Agility course.
Apologies if the code is a little messy, it's my first time making a plugin using widgets. I also had some issues and I do plan on doing a refactor of the code in the future. But for now I wanted to get an initial release out.
Release v0.1