[PR #566] [MERGED] Shop update #9776

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

📋 Pull Request Information

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

Base: masterHead: shop-update


📝 Commits (6)

📊 Changes

4 files changed (+207 additions, -244 deletions)

View changed files

📝 2006Scape Server/data/cfg/npc.json (+27 -20)
📝 2006Scape Server/data/cfg/shops.json (+93 -137)
📝 2006Scape Server/data/cfg/spawns.json (+47 -47)
📝 2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java (+40 -40)

📄 Description

Transplanted data directly from this post: https://www.rune-server.ee/runescape-development/rs2-server/configuration/413193-all-npc-ids-shop-names-locations-may-15-2006-before.html
But each location were carefully verified. I found 4 coordinate mistakes in his post, which were avoided.

Additions:

  • Added Chadwell
  • Added Mike
  • Added Quatermaster

Spelling corrections:

  • Corrected "Fairy Shop assistant" to "Fairy shop assistant"
  • Corrected "Fairy Shop keeper" to "Fairy shop keeper"
  • Corrected "Ghost Shopkeeper" to "Ghost shopkeeper"
  • Corrected "Louie legs" to "Louie Legs"
  • Corrected "Shop Assistant" to "Shop assistant"
  • Corrected "Shop Keeper" to "Shop keeper"
  • Corrected "Ecletic" to "Eclectic"

Updates:

  • Updated Arnold's Eclectic Supplies
  • Updated Aurel's Supplies
  • Updated Battle Runes
  • Updated Davon's spawn coords
  • Updated Drogo Dwarf's spawn coords
  • Updated Dwarven Shopping Store's spawn coords
  • Updated Flynn's spawn coords
  • Updated Fur trader (Rellekka)'s spawn coords (this moves him from Yanille to Relleka)
  • Updated Lletya General Store
  • Updated Quartermaster's Stores
  • Updated Rometti's spawn coords
  • Updated Sarah's spawn coords
  • Updated Shantay Pass Shop to accept all items
  • Updated Shantay's spawn coords
  • Updated Sigmund the Merchant's spawn coords
  • Updated The Spice Is Right
  • Updated Vanessa's spawn coords
  • Updated Varrock Shop keeper's spawn coords
  • Updated West Ardougne General Store

Misc:

  • Moved Void Knight Squire to Void Knight Outpost
  • Fixed a typo which connects Eudav to his Lletya General Store
  • Merged Quartermaster's Stores duplicate IDs
  • Removed duplicate Nurmof (Drogo is now back in his proper spot)
  • Replaced ID with NPC IDs (Credit: Matthew Bishop)

🔄 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/566 **Author:** [@halogod35](https://github.com/halogod35) **Created:** 1/30/2023 **Status:** ✅ Merged **Merged:** 1/30/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `shop-update` --- ### 📝 Commits (6) - [`a0f9e94`](https://github.com/2006-Scape/2006Scape/commit/a0f9e94fe59574a7d0a0098879fc292fd54ffb16) Updated shops - [`dd35d89`](https://github.com/2006-Scape/2006Scape/commit/dd35d89a7bd62147de65da5e04ebfe40eb9f6e2b) Updated shops - [`0508fa9`](https://github.com/2006-Scape/2006Scape/commit/0508fa9d855fb138f87372dc4d06299c8fb3e596) Updated shops - [`7f4c9d7`](https://github.com/2006-Scape/2006Scape/commit/7f4c9d7405020265b2c25ff6f403e944ff9d87ec) Updated shops - [`971a0e8`](https://github.com/2006-Scape/2006Scape/commit/971a0e88b1cdd1694e9b5e1f6b4c4731e6ecf6eb) Updated shops - [`a526f8c`](https://github.com/2006-Scape/2006Scape/commit/a526f8c70aa04deb961a103010973352912940ed) Updated Shops ### 📊 Changes **4 files changed** (+207 additions, -244 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/data/cfg/npc.json` (+27 -20) 📝 `2006Scape Server/data/cfg/shops.json` (+93 -137) 📝 `2006Scape Server/data/cfg/spawns.json` (+47 -47) 📝 `2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java` (+40 -40) </details> ### 📄 Description Transplanted data directly from this post: https://www.rune-server.ee/runescape-development/rs2-server/configuration/413193-all-npc-ids-shop-names-locations-may-15-2006-before.html But each location were carefully verified. I found 4 coordinate mistakes in his post, which were avoided. Additions: - Added Chadwell - Added Mike - Added Quatermaster Spelling corrections: - Corrected "Fairy Shop assistant" to "Fairy shop assistant" - Corrected "Fairy Shop keeper" to "Fairy shop keeper" - Corrected "Ghost Shopkeeper" to "Ghost shopkeeper" - Corrected "Louie legs" to "Louie Legs" - Corrected "Shop Assistant" to "Shop assistant" - Corrected "Shop Keeper" to "Shop keeper" - Corrected "Ecletic" to "Eclectic" Updates: - Updated Arnold's Eclectic Supplies - Updated Aurel's Supplies - Updated Battle Runes - Updated Davon's spawn coords - Updated Drogo Dwarf's spawn coords - Updated Dwarven Shopping Store's spawn coords - Updated Flynn's spawn coords - Updated Fur trader (Rellekka)'s spawn coords (this moves him from Yanille to Relleka) - Updated Lletya General Store - Updated Quartermaster's Stores - Updated Rometti's spawn coords - Updated Sarah's spawn coords - Updated Shantay Pass Shop to accept all items - Updated Shantay's spawn coords - Updated Sigmund the Merchant's spawn coords - Updated The Spice Is Right - Updated Vanessa's spawn coords - Updated Varrock Shop keeper's spawn coords - Updated West Ardougne General Store Misc: - Moved Void Knight Squire to Void Knight Outpost - Fixed a typo which connects Eudav to his Lletya General Store - Merged Quartermaster's Stores duplicate IDs - Removed duplicate Nurmof (Drogo is now back in his proper spot) - Replaced ID with NPC IDs (Credit: Matthew Bishop) --- <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-02 12:22:46 +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#9776