mcgeer / WastedBankSpace

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

Feature Request: Useless quest items #38

Open S-Flavius opened 11 months ago

S-Flavius commented 11 months ago

It would be nice if the plugin could show you a list of all the trash items that can be destroyed and have no use in any future quests

stricklandrbls commented 8 months ago

@S-Flavius there is an NPC in the building across from Draynor bank that will delete wasteful quest items but over the years I've read that he sometimes deletes items that Ironmen might still need?

Haven't looked at it in a while.

Maybe the new feature should be: Add Indicator For Delete @ Draynor Village

JonStudders commented 5 months ago

I do not believe this is worth the amount of code required when it's as simple as just going to Draynor. We would have to, create a new list of items usable for only quests, check if quests have been done then flag it. This will increase processing time, we are attempting to keep an O(1) time for lookups. @mcgeer do you agree?

mcgeer commented 5 months ago

Same sentiment. A low priority change can be made to have a clickable button in the rl panel that runs a more complex check and returns details such as this. But idly doing these checks is a waste imo.