[PR #571] [MERGED] Various Additions and Fixes #11479

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/571
Author: @halogod35
Created: 2/2/2023
Status: Merged
Merged: 2/2/2023
Merged by: @Dark98

Base: masterHead: master


📝 Commits (5)

📊 Changes

4 files changed (+205 additions, -218 deletions)

View changed files

📝 2006Scape Server/data/cfg/globaldrops.json (+69 -20)
📝 2006Scape Server/data/cfg/shops.json (+15 -9)
📝 2006Scape Server/data/cfg/spawns.json (+82 -152)
📝 2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java (+39 -37)

📄 Description

Additions:

  • Added Cabbage spawn to the west wing of Al-Kharid Palace
  • Added Jug of Water spawn to the east wing of Al-Kharid Palace
  • Added Pelters' Veg Stall shop
  • Added Uglug Nar
  • Added Bronze Dagger spawn to Lumbridge second floor
  • Added 4x Logs spawn to Lumbridge third floor
  • Added 2x Bronze Pickaxes to Lumbridge towers 2nd floor

Fixes:

  • Updated all Al-Kharid Warrior spawns (fixes #550)
  • Updated Fisherman (Holy Grail)'s spawn
  • Changed duplicate Rasolo to Roachey
  • Connected Roachey to his Fishing Guild Shop
  • Updated Fishing Guild Shop
  • Connected Uglug Nar to his shop
  • Updated Uglug's stuffsies
  • Updated Al-Kharid Leather boots spawn
  • Updated Lumbridge Bronze arrow spawn
  • Updated Chicken coop Egg spawns

Removals:

  • Code for Prospector Percy's Nugget Shop (2014 content)

🔄 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/571 **Author:** [@halogod35](https://github.com/halogod35) **Created:** 2/2/2023 **Status:** ✅ Merged **Merged:** 2/2/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`c0a550d`](https://github.com/2006-Scape/2006Scape/commit/c0a550de9c0d26e69e7b5cbd21e8f811999385ad) Updated and Added various drops - [`bc1a380`](https://github.com/2006-Scape/2006Scape/commit/bc1a380c386de75d5505720681b2eb19346a3ef1) Added Uglug and Roachey - [`62fae1e`](https://github.com/2006-Scape/2006Scape/commit/62fae1e23d01730f123543faaf4ef50f1b40cd44) Update npc.json - [`7da5fec`](https://github.com/2006-Scape/2006Scape/commit/7da5fececb250ec3395d4094c92fbacd5d527440) Update shops.json - [`0011ca1`](https://github.com/2006-Scape/2006Scape/commit/0011ca1c037dbc08aa0c36ec37d656a132a43463) Update Shops.java ### 📊 Changes **4 files changed** (+205 additions, -218 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/data/cfg/globaldrops.json` (+69 -20) 📝 `2006Scape Server/data/cfg/shops.json` (+15 -9) 📝 `2006Scape Server/data/cfg/spawns.json` (+82 -152) 📝 `2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java` (+39 -37) </details> ### 📄 Description Additions: - Added Cabbage spawn to the west wing of Al-Kharid Palace - Added Jug of Water spawn to the east wing of Al-Kharid Palace - Added Pelters' Veg Stall shop - Added Uglug Nar - Added Bronze Dagger spawn to Lumbridge second floor - Added 4x Logs spawn to Lumbridge third floor - Added 2x Bronze Pickaxes to Lumbridge towers 2nd floor Fixes: - Updated all Al-Kharid Warrior spawns (fixes #550) - Updated Fisherman (Holy Grail)'s spawn - Changed duplicate Rasolo to Roachey - Connected Roachey to his Fishing Guild Shop - Updated Fishing Guild Shop - Connected Uglug Nar to his shop - Updated Uglug's stuffsies - Updated Al-Kharid Leather boots spawn - Updated Lumbridge Bronze arrow spawn - Updated Chicken coop Egg spawns Removals: - Code for Prospector Percy's Nugget Shop (2014 content) --- <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-04 12:22:33 +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#11479