From 1f5d06ea84d50f22dcabab45fde4eb954f1fc5b9 Mon Sep 17 00:00:00 2001 From: ChunkyAtlas Date: Tue, 19 Nov 2024 22:13:38 -0700 Subject: [PATCH] update monster-monitor to v1.4.1 (#6987) * Update monster-monitor to v1.4.0 Add search bar, improve progress bar visualization, and implement NPC exclusion logic in MonsterMonitor - Added `MonsterMonitorSearchBar.java` for real-time filtering of tracked and ignored NPCs. - Placed the search bar below the title for better user experience. - Updated `MonsterMonitorOverlay.java` progress bar: - Replaced `getBarColor` with `interpolateColor` for smooth color transitions. - Added a dark red-to-orange-to-green gradient for improved readability. - Enhanced `DeathTracker` to skip logging for specific NPCs based on name and ID: - Added `EXCLUDED_NPC_IDS` to ignore intermediate phases, environment elements, and NPC parts. - Updated `onActorDeath` to check `EXCLUDED_NPC_IDS` by name and ID, ensuring only relevant NPCs are logged. * Update monster-monitor to v1.4.1 Fix race conditions and add Amoxliatl to DeathTracker - Addressed potential race conditions and data corruption during simultaneous kills. - Added 'Amoxliatl' to the DeathTracker for kill tracking. --- plugins/monster-monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/monster-monitor b/plugins/monster-monitor index 6ef471539..92ac27731 100644 --- a/plugins/monster-monitor +++ b/plugins/monster-monitor @@ -1,2 +1,2 @@ repository=https://github.com/ChunkyAtlas/monster-monitor.git -commit=8113042502ef0a8b2342be98f6be40f9d955edd2 +commit=d2c28f759fffdc969192308caf09fc346e51a0d5