mcgeer / WastedBankSpace

Runelite Plugin for wasted bank space
BSD 2-Clause "Simplified" License
5 stars 14 forks source link

Tag space-wasting items? #72

Open Makeshift opened 3 weeks ago

Makeshift commented 3 weeks ago

Thanks for this plugin - it's a really nice quality of life addition to OSRS.

I made a little script that automatically generates a tag tab string which can be imported into RuneLite to tag all the items defined in your plugin, since I wanted a convenient place to see them all. It ain't pretty, but it does the job: Makeshift/osrs-wasted-bank-space-tag-tab

Would this be something you'd consider adding into the base plugin?

mcgeer commented 3 weeks ago

So this could 100% be done in the plugin. I can take a stab or you can. Dynamically we find all the wasted slot items already so those could be added to a tag at that time. Likely wouldn't be much added code to the plugin.

mcgeer commented 3 weeks ago

Even easier a tag can be auto managed that just loops through the enums

mcgeer commented 3 weeks ago

https://github.com/runelite/runelite/blob/master/runelite-client/src/main/java/net/runelite/client/plugins/banktags/tabs/TabManager.java

https://github.com/runelite/runelite/blob/master/runelite-client/src/main/java/net/runelite/client/plugins/banktags/tabs/TagTab.java

mcgeer commented 3 weeks ago

image

mcgeer commented 3 weeks ago

Could also go here, but if you parse all then make a tag it makes more sense to do at startup, then while running. image

mcgeer commented 3 weeks ago

@Makeshift do you want to make this change?

Makeshift commented 3 weeks ago

@Makeshift do you want to make this change?

I won't be able to for at least a few weeks, but I'm happy to give it a go when I have some time available. Also happy for you (or someone else) to take it on.

mcgeer commented 3 weeks ago

I will let you know if I plan to, I just made a big overhaul so now I wanna play the game lol.

mcgeer commented 2 weeks ago

Still havent gotten to this, focused on adding ability to not flag items.