From edb7b8fea8463d5edfb4d332532758ca44dbb1a0 Mon Sep 17 00:00:00 2001 From: Lukas <98524452+thelaakes@users.noreply.github.com> Date: Thu, 10 Jul 2025 06:46:12 +0200 Subject: [PATCH] add scrollboxcounter (#8411) * Create scrollboxcounter * added chat message A chat message is displayed if a scroll box is picked up from the ground: "holding 2/3 scroll boxes (hard)" * fixed chat message send on inventory update Chat message was only sent on item pickup. Now it also shows on scroll box "appearing" in your inventory (for example, when woodcutting). Also checks if you withdraw from a bank interface to not send the chat msg * removed deprecated api methods * added config option for chat message --- plugins/scrollboxcounter | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/scrollboxcounter diff --git a/plugins/scrollboxcounter b/plugins/scrollboxcounter new file mode 100644 index 000000000..3b27c3c1e --- /dev/null +++ b/plugins/scrollboxcounter @@ -0,0 +1,2 @@ +repository=https://github.com/thelaakes/scrollboxcounter.git +commit=0a12c7b152a7e2ecd0de17b5500a3670d65be76b