quest-helper
quest-helper copied to clipboard
ItemCollections returns items irrespective of requirements
Currently the ItemCollections returns the entire list for a category and highlights the highest tier present, without regards to the items prerequisites. For example a player with < 60 mining may possess a dragon pickaxe, so one will be highlighted despite the player not being able to use it.
This issue mainly intersects with items listed under tools such as axes, pickaxes, harpoons but also some categories e.g. bows. A solution could be mapping these items to their required level and returning the filtered list.