mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #553] [MERGED] Redo StaticNpcList constants #3388
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/553
Author: @advnau
Created: 1/28/2023
Status: ✅ Merged
Merged: 1/28/2023
Merged by: @Dark98
Base:
master← Head:static-npc-list📝 Commits (3)
e0dd306Redo StaticNpcList constantsa356385Added items and objects306b506Update NpcAggressive.java📊 Changes
5 files changed (+26831 additions, -7744 deletions)
View changed files
➕
2006Scape Server/src/main/java/com/rs2/game/content/StaticItemList.java(+7968 -0)➕
2006Scape Server/src/main/java/com/rs2/game/content/StaticNpcList.java(+3864 -0)➕
2006Scape Server/src/main/java/com/rs2/game/content/StaticObjectList.java(+14986 -0)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcAggressive.java(+13 -9)➖
2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/StaticNpcList.java(+0 -7735)📄 Description
This is fresh NPC name constants. I dumped them to follow the same convention that was used in the previous file.
Why is this needed?
The old ones were incorrect and dumped from OSRS from when jagex was randomizing the npc ids.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.