[PR #526] [CLOSED] Bug Fixes, Lost City Fixes #5460

Closed
opened 2026-05-27 12:22:36 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/526
Author: @JohnsonMichaels123
Created: 4/6/2022
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 1990190 Tree spirit during lost city has been nerfed and will no longer constantly hit 20's on you.
  • e2be248 Bug Fixes
  • 6ee6b63 Stat Readjustments
  • b698849 Reverted Goblin drop table
  • 99345a4 Reverted Goblin drop table

📊 Changes

5 files changed (+215 additions, -209 deletions)

View changed files

📝 2006Scape Server/data/cfg/spawns.json (+203 -203)
📝 2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcEmotes.java (+1 -0)
📝 2006Scape Server/src/main/java/com/rs2/game/content/skills/cooking/Cooking.java (+4 -3)
📝 2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java (+6 -2)
📝 2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickObject.java (+1 -1)

📄 Description

Tree spirit during lost city has been nerfed and will no longer constantly hit 20's on you.

Chance of getting bronze axe increased when killing zombies in entrana.

Fixed issue with cooking Sea Turtles, also fixed experience received when cooking Manta Rays.

Drop table fixed for goblins

Drop table fixed for Dagannoth Supreme and Dagannoth Prime

Drop table no longer rolls multiple times, it will only roll once, unless npc has a 100% drop item, in that case it will roll the drop item and then roll once. (Might need to look at this depending on other monsters which could require multiple drops).

Fixed Al Kharid Warrior emote

Nerfed Abyssal Demon max hit (from 16 to 8)

Adjusted stats for Man, Woman, Goblin and Al Kharid Warrior NPCs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/526 **Author:** [@JohnsonMichaels123](https://github.com/JohnsonMichaels123) **Created:** 4/6/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`1990190`](https://github.com/2006-Scape/2006Scape/commit/19901909c3ad21ae636995c3d016600e39df68e4) Tree spirit during lost city has been nerfed and will no longer constantly hit 20's on you. - [`e2be248`](https://github.com/2006-Scape/2006Scape/commit/e2be24802160212fe8c1be921495de1b5a10ed46) Bug Fixes - [`6ee6b63`](https://github.com/2006-Scape/2006Scape/commit/6ee6b63d7b34b9a95af9b6738de6a81a40feeff8) Stat Readjustments - [`b698849`](https://github.com/2006-Scape/2006Scape/commit/b698849d1f5615760eb4d782423d1b162fcca81f) Reverted Goblin drop table - [`99345a4`](https://github.com/2006-Scape/2006Scape/commit/99345a49e5721765ae0ae49d35553ee4381769e9) Reverted Goblin drop table ### 📊 Changes **5 files changed** (+215 additions, -209 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/data/cfg/spawns.json` (+203 -203) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcEmotes.java` (+1 -0) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/skills/cooking/Cooking.java` (+4 -3) 📝 `2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java` (+6 -2) 📝 `2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickObject.java` (+1 -1) </details> ### 📄 Description Tree spirit during lost city has been nerfed and will no longer constantly hit 20's on you. Chance of getting bronze axe increased when killing zombies in entrana. Fixed issue with cooking Sea Turtles, also fixed experience received when cooking Manta Rays. Drop table fixed for goblins Drop table fixed for Dagannoth Supreme and Dagannoth Prime Drop table no longer rolls multiple times, it will only roll once, unless npc has a 100% drop item, in that case it will roll the drop item and then roll once. (Might need to look at this depending on other monsters which could require multiple drops). Fixed Al Kharid Warrior emote Nerfed Abyssal Demon max hit (from 16 to 8) Adjusted stats for Man, Woman, Goblin and Al Kharid Warrior NPCs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-27 12:22:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#5460