Rewrote boss kill counter

Removed inauthentic slayer tasks and boss pets
This commit is contained in:
Bishop
2026-07-03 09:08:16 +00:00
committed by Ryan
parent 97f78b9058
commit 09d9d1ec55
15 changed files with 86 additions and 211 deletions
@@ -97,7 +97,7 @@ public final class DagannothKingNPC extends AbstractNPC {
public void finalizeDeath(Entity killer) {
super.finalizeDeath(killer);
if (getId() == 2881 || getId() == 2882 || getId() == 2883) {
BossKillCounter.addtoKillcount((Player) killer, this.getId());
BossKillCounter.addToBossKillCount((Player) killer, this.getId());
}
}