mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #526] [CLOSED] Bug Fixes, Lost City Fixes #4061
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/526
Author: @JohnsonMichaels123
Created: 4/6/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
1990190Tree spirit during lost city has been nerfed and will no longer constantly hit 20's on you.e2be248Bug Fixes6ee6b63Stat Readjustmentsb698849Reverted Goblin drop table99345a4Reverted 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.