Add minimum clue value configuration option #8
+40
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To prevent spam from frequent low level clue completions, this PR adds an additional configuration option to add a minimum value threshold for a clue reward casket to meet before it sends a Discord notification.
This change has been tested locally, and the logic for capturing the items from a clue reward and accurately summing the total value of the clue come from the Loot Tracker plugin:
https://github.com/runelite/runelite/blob/8760471818964fed5b8a34010b799d9816b408f4/runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerPlugin.java#L580-L581
https://github.com/runelite/runelite/blob/8760471818964fed5b8a34010b799d9816b408f4/runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerPlugin.java#L1135-L1145
A further improvement that can be introduced later is also a boolean toggle that allows users to bypass the minimum value threshold if a clue unique is obtained.