mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-04-13 03:08:05 -04:00
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.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
repository=https://github.com/ChunkyAtlas/monster-monitor.git
|
||||
commit=8113042502ef0a8b2342be98f6be40f9d955edd2
|
||||
commit=d2c28f759fffdc969192308caf09fc346e51a0d5
|
||||
|
||||
Reference in New Issue
Block a user