Skip to content
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 bankers-note-helper #7119

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

robromanowski
Copy link

This is a plugin for Banker's Note.

It will display an icon of the current item Banker's Note is using. (Similar to how Rune Pouch shows small icons for what Runes are currently in the pouch).

@runelite-github-app
Copy link

runelite-github-app bot commented Dec 7, 2024

@cdfisher
Copy link
Contributor

cdfisher commented Dec 7, 2024

Your build is failing because you use WidgetInfo or WidgetID. link

You should instead be using ComponentID or InterfaceID.

@raiyni
Copy link
Member

raiyni commented Dec 7, 2024

Can you name this without calling it better and give it a more descriptive name of what it does?

@robromanowski
Copy link
Author

Sure, I can certainly do that! Will fix the name and description soon.

Currently trying to figure out switching off WidgetInfo

@robromanowski
Copy link
Author

robromanowski commented Dec 7, 2024

Hey @raiyni and @cdfisher!

I have successfully removed the deprecated usage of WidgetInfo and have replaced it with ComponentID/InterfaceID.

Furthermore, as asked, I have renamed it to "Banker's Note Helper" to remove the word better,

I have also updated the README, to give more info about it! It's pretty simple so let me know if you need more:

Puts an icon in the corner of Banker's Note.
Allows for an outline in the color of your choice.

Example:

image

If you are switching between multiple items with Banker's Note, you want to ensure you un-note the right one.
This plugin will show a little icon, overlayed over the Banker's Note item, to show what it is currently set too.

Hope that's good!

Final question - I'm new to this style of PR's, where we merge off the commit hash. Since I changed the name of the repo as well (that URL changed) and I have a new hash - how do you advise me to update the PR?

EDIT:
If it helps the repo is now:
https://github.com/robromanowski/bankersnotehelper.git
02e1cb9ddf4c1645b14e1929ff60f257f3c256eb

@iProdigy
Copy link
Member

iProdigy commented Dec 7, 2024

the most important is to update the repo url and commit hash. optionally you can also rename the file to bankers-note-helper

@robromanowski robromanowski changed the title Create better-bankers-note Create bankers-note-helper Dec 7, 2024
@robromanowski
Copy link
Author

the most important is to update the repo url and commit hash. optionally you can also rename the file to bankers-note-helper

Awesome, thanks! Done!

@LlemonDuck LlemonDuck added the waiting for author waiting for the pr author to make changes or respond to questions label Dec 10, 2024
@raiyni
Copy link
Member

raiyni commented Dec 10, 2024

You should probably use WidgetItemOverlay and cache your image you are drawing probably

changed log levels
@runelite-github-app runelite-github-app bot removed the waiting for author waiting for the pr author to make changes or respond to questions label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants