mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #644] [MERGED] Added NPC kill counts with message display #2064
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/644
Author: @ipkpjersi
Created: 12/28/2023
Status: ✅ Merged
Merged: 9/21/2024
Merged by: @Dark98
Base:
master← Head:kclogging📝 Commits (10+)
4db9ae3Added kill counts with message displaya0d834cFixed barrows chest count4a96399Preserve insertion order of NPC IDs for Constantscfc81d5Added KC command and interfaces3dc4826Added more robustness to KC command4ec4df3Added alias and documentation to new commandsa9cb7fdAdded more aliases for new commandsb1d17f1Merged slayer KC interface namese62c31cPreserve slayerkc nameToKills insertion order and formatting fixb029f42Updated comment📊 Changes
7 files changed (+318 additions, -5 deletions)
View changed files
📝
2006Scape Server/src/main/java/com/rs2/Constants.java(+90 -0)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/Barrows.java(+4 -0)📝
2006Scape Server/src/main/java/com/rs2/game/npcs/Npc.java(+4 -0)📝
2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java(+16 -4)📝
2006Scape Server/src/main/java/com/rs2/game/players/Player.java(+18 -0)📝
2006Scape Server/src/main/java/com/rs2/game/players/PlayerSave.java(+37 -0)📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java(+149 -1)📄 Description
This is a very cool system and allows for future expandability too, I have a couple of ideas building on this later on like an interface for boss NPC kills and an interface for slayer NPC kills.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.