feat(LeaguesToolkit): add Leagues utility plugin with anti-AFK#395
Merged
chsami merged 2 commits intochsami:developmentfrom Apr 16, 2026
Merged
feat(LeaguesToolkit): add Leagues utility plugin with anti-AFK#395chsami merged 2 commits intochsami:developmentfrom
chsami merged 2 commits intochsami:developmentfrom
Conversation
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.
chsami
approved these changes
Apr 16, 2026
chsami
added a commit
that referenced
this pull request
Apr 16, 2026
* fix(Fletching): match "Logs" item name when using LOG material (#396) 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> * feat(LeaguesToolkit): add Leagues utility plugin with anti-AFK (#395) 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> --------- Co-authored-by: Max <max@riskless.id> Co-authored-by: dev <dev@riskless.id>
Contributor
Author
Added Toci's Gem CutterNew feature added to Leagues Toolkit. What it does:
Config (new "Toci's Gem Cutter" section):
Plugin version bumped to 1.1.0. |
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.
Summary
Test plan
Note
This PR overlaps with #393 (AI Firemaking) in adding the `DV` constant to `PluginConstants`. Whichever merges second will need a trivial conflict resolution.