From b4f6804ab553c331771ca3fa39cb28eb6d572e68 Mon Sep 17 00:00:00 2001 From: Jake Date: Thu, 20 Mar 2025 18:35:02 +0000 Subject: [PATCH] update visual-sounds (#7677) * Update visual-sounds (Block plugin at leviathan, TOA etc.) Prevent abuse against bosses and raids. The plugin was recently disabled at Jagex's request. In an attempt to allow this plugin again, it has been disabled at the following locations: - DT2 bosses (Vardorvis, Leviathan, Whisperer, Sucellus) - Vorkath - Inferno & TzHaar Fight Cave - Raids (Cox, ToB, ToA) * Update plugins/visual-sounds re-enable visual sounds Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com> * Update visual-sounds Addresses PR comments. Both fixes made by @iProdigy - fix (jagex): disable plugin for hydra boss - fix: use instance-safe region calculation * Update visual-sounds --------- Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com> --- plugins/visual-sounds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/visual-sounds b/plugins/visual-sounds index 9d667de26..0a9c52599 100644 --- a/plugins/visual-sounds +++ b/plugins/visual-sounds @@ -1,3 +1,3 @@ repository=https://github.com/Box-Of-Hats/runelite-plugin-visual-sounds.git -commit=ae8b7e9e76f0b5c6d883184df51401fc15af6d83 +commit=bd5163fa29f383b7f0c202942dbd62b4628f28a7