From b6e0e01f7d232a6251a84643afae3f5ef2435dbd Mon Sep 17 00:00:00 2001 From: LlemonDuck Date: Sat, 13 Nov 2021 19:41:44 -0800 Subject: [PATCH] special counter: ignore vet'ion hellhounds Prevents spec counter resetting when attacking a skeleton hellhound spawned by Vet'ion. The hellhounds are spawned at 50% HP, and are required to kill to continue the fight, so the player will continue fighting Vet'ion after they are killed. It's possible that a player may want to use a spec against the hellhounds, but I'm not aware of any reason for it. --- .../client/plugins/specialcounter/SpecialCounterPlugin.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 6c612efff9..b2b78e9a52 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 @@ -72,7 +72,8 @@ 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.COMBAT_DUMMY, NpcID.UNDEAD_COMBAT_DUMMY, + NpcID.SKELETON_HELLHOUND_6613, NpcID.GREATER_SKELETON_HELLHOUND ); private static final Set RESET_ON_LEAVE_INSTANCED_REGIONS = ImmutableSet.of(