Skip to content

update chatbox-scroll-to-zoom#10936

Merged
iProdigy merged 1 commit into
runelite:masterfrom
96jonesa:chatbox-scroll-to-zoom
Mar 8, 2026
Merged

update chatbox-scroll-to-zoom#10936
iProdigy merged 1 commit into
runelite:masterfrom
96jonesa:chatbox-scroll-to-zoom

Conversation

@96jonesa
Copy link
Copy Markdown
Contributor

@96jonesa 96jonesa commented Mar 8, 2026

prior to this change, hardcoded integer values were used for the
arguments passed to the scroll script. with a recent change to
runelite / osrs, the script no longer scrolled. some investigation
revealed that these arguments are the unpacked values of the
CHATSCROLLBAR and SCROLLAREA InterfaceID's (these are defined in
hex in runelite, so it was a bit tough to find what these values
corresponded to), and these values changed with a recent update.

with this change, those InterfaceID's are passed as arguments to
the scroll script instead of hardcoded values, so it should be resilient
to future InterfaceID changes.

tested this with the most recent version of runelite.

@runelite-github-app
Copy link
Copy Markdown

@runelite-github-app
Copy link
Copy Markdown

Internal use only: Reviewer details Maintainer details

@iProdigy iProdigy merged commit 3b9565e into runelite:master Mar 8, 2026
3 checks passed
CCatRS pushed a commit to CCatRS/plugin-hub that referenced this pull request Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants