From 5a3459c6aacd09e14e80f46d86125489cc70bbc3 Mon Sep 17 00:00:00 2001 From: kellygrillojr Date: Sat, 3 Jan 2026 16:09:41 -0500 Subject: [PATCH] update osrsloottracker (#10024) * Added file to plugin-hub/plugins for osrsloottracker * no message * New Commit * no message * No longer sleeping the executor service, now I am using executor.schedule to get the logged in users RSN as per Riktenx's comment. * Update plugins/osrsloottracker * Added ability to have different value settings per channel. Also removed remaining uses of Desktop and replaced with LinkBrowser as per riktenx's request. * Updated to v 1.0.1 * Updated to version 1.0.2 Fixed issue where total value of loot was being used as threshold and would log lower value items. Now each item is scanned individually. Fixed collection log image submission and logging. --------- Co-authored-by: riktenx --- plugins/osrsloottracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/osrsloottracker b/plugins/osrsloottracker index 0a4a15ea4..95311d46e 100644 --- a/plugins/osrsloottracker +++ b/plugins/osrsloottracker @@ -1,3 +1,3 @@ repository=https://github.com/kellygrillojr/OSRSLootTrackerPlugin.git -commit=75dfc471a9ff289ffb8210e52b8d62bb6a5e56a2 +commit=dce362e6fd6cb718b56902a496b39beb2d097b9c warning=This plugin submits your IP address, RSN, and screenshots of your drops to a 3rd-party server not controlled or verified by Runelite developers. \ No newline at end of file