spec counter: add sire spawns and scions to ignore list
This commit is contained in:
@@ -71,9 +71,11 @@ import net.runelite.client.ws.WSClient;
|
|||||||
public class SpecialCounterPlugin extends Plugin
|
public class SpecialCounterPlugin extends Plugin
|
||||||
{
|
{
|
||||||
private static final Set<Integer> IGNORED_NPCS = ImmutableSet.of(
|
private static final Set<Integer> IGNORED_NPCS = ImmutableSet.of(
|
||||||
NpcID.DARK_ENERGY_CORE, NpcID.ZOMBIFIED_SPAWN, NpcID.ZOMBIFIED_SPAWN_8063,
|
NpcID.DARK_ENERGY_CORE, // corp
|
||||||
NpcID.COMBAT_DUMMY, NpcID.UNDEAD_COMBAT_DUMMY,
|
NpcID.ZOMBIFIED_SPAWN, NpcID.ZOMBIFIED_SPAWN_8063, // vorkath
|
||||||
NpcID.SKELETON_HELLHOUND_6613, NpcID.GREATER_SKELETON_HELLHOUND
|
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<Integer> RESET_ON_LEAVE_INSTANCED_REGIONS = ImmutableSet.of(
|
private static final Set<Integer> RESET_ON_LEAVE_INSTANCED_REGIONS = ImmutableSet.of(
|
||||||
|
|||||||
Reference in New Issue
Block a user