[PR #527] [MERGED] Various Fixes #13213

Open
opened 2026-06-06 12:22:19 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/527
Author: @JohnsonMichaels123
Created: 4/18/2022
Status: Merged
Merged: 4/19/2022
Merged by: @Dark98

Base: masterHead: master


📝 Commits (1)

📊 Changes

5 files changed (+19 additions, -13 deletions)

View changed files

📝 2006Scape Server/data/cfg/spawns.json (+9 -9)
📝 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 (+3 -2)
📝 2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java (+5 -1)
📝 2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickObject.java (+1 -1)

📄 Description

  • Sea Turtle can be cooked, fixed xp received when cooking Manta Ray
  • Al kharid warrior has correct emote when fighting
  • Drop tables only roll once for items that do not have 100% drop rate (Prevents multiple items from rolling and dropping on same npc)
  • Nerfed Tree Spirit (Lost City) max hit (From 20 to 10)
  • Nerfed Abyssal Demon max hit (From 16 to 8)

🔄 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/527 **Author:** [@JohnsonMichaels123](https://github.com/JohnsonMichaels123) **Created:** 4/18/2022 **Status:** ✅ Merged **Merged:** 4/19/2022 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f68093f`](https://github.com/2006-Scape/2006Scape/commit/f68093f5c61b03ff5194752f4a31c260de716c41) Various Fixes ### 📊 Changes **5 files changed** (+19 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/data/cfg/spawns.json` (+9 -9) 📝 `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` (+3 -2) 📝 `2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java` (+5 -1) 📝 `2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickObject.java` (+1 -1) </details> ### 📄 Description - Sea Turtle can be cooked, fixed xp received when cooking Manta Ray - Al kharid warrior has correct emote when fighting - Drop tables only roll once for items that do not have 100% drop rate (Prevents multiple items from rolling and dropping on same npc) - Nerfed Tree Spirit (Lost City) max hit (From 20 to 10) - Nerfed Abyssal Demon max hit (From 16 to 8) --- <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-06-06 12:22:19 +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#13213