Skip to content

Development#397

Merged
chsami merged 2 commits intomainfrom
development
Apr 16, 2026
Merged

Development#397
chsami merged 2 commits intomainfrom
development

Conversation

@chsami
Copy link
Copy Markdown
Owner

@chsami chsami commented Apr 16, 2026

No description provided.

mdp18 and others added 2 commits April 16, 2026 19:11
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>
@chsami chsami merged commit 50a9d60 into main Apr 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants