Merged
Conversation
The bank lookup constructed the secondary item name as `material.getName() + " logs"`, producing "Log logs" for LOG material which doesn't match the actual OSRS item name "Logs". Plain logs therefore were never found in the bank and the script shut down with "logs not found". Added FletchingMaterial.getLogItemName() that returns "Logs" for LOG and "<name> logs" for everything else, and routed all three call sites through it. Co-authored-by: dev <dev@riskless.id>
New standalone plugin for Leagues quality-of-life utilities. First feature is anti-AFK which presses a configurable input (random arrow key, backspace, or camera rotation) whenever the client's idle ticks approach the idle-timeout threshold — prevents logout during long auto-banking skilling sessions (e.g. mining with Endless Harvest relic). Configurable trigger buffer window (randomized min/max ticks before threshold) and input method. Adds [DV] prefix to PluginConstants. Co-authored-by: dev <dev@riskless.id> Co-authored-by: chsami <sami.chkhachkhi@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.