From be79cbea8293f644f51e6e5013574b2de52ba6ff Mon Sep 17 00:00:00 2001 From: Paul Norton Date: Fri, 3 Dec 2021 00:49:23 -0800 Subject: [PATCH] spec counter: add sire spawns and scions to ignore list --- .../plugins/specialcounter/SpecialCounterPlugin.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/SpecialCounterPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/SpecialCounterPlugin.java index b2b78e9a52..c1f72e1b42 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/SpecialCounterPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/SpecialCounterPlugin.java @@ -71,9 +71,11 @@ import net.runelite.client.ws.WSClient; public class SpecialCounterPlugin extends Plugin { private static final Set IGNORED_NPCS = ImmutableSet.of( - NpcID.DARK_ENERGY_CORE, NpcID.ZOMBIFIED_SPAWN, NpcID.ZOMBIFIED_SPAWN_8063, - NpcID.COMBAT_DUMMY, NpcID.UNDEAD_COMBAT_DUMMY, - NpcID.SKELETON_HELLHOUND_6613, NpcID.GREATER_SKELETON_HELLHOUND + NpcID.DARK_ENERGY_CORE, // corp + NpcID.ZOMBIFIED_SPAWN, NpcID.ZOMBIFIED_SPAWN_8063, // vorkath + NpcID.COMBAT_DUMMY, NpcID.UNDEAD_COMBAT_DUMMY, // poh + NpcID.SKELETON_HELLHOUND_6613, NpcID.GREATER_SKELETON_HELLHOUND, // vetion + NpcID.SPAWN, NpcID.SCION // abyssal sire ); private static final Set RESET_ON_LEAVE_INSTANCED_REGIONS = ImmutableSet.of(