[PR #217] [MERGED] Add more shop definitions, Add legends guild stores #7334

Closed
opened 2026-05-30 12:21:33 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/217
Author: @RedSparr0w
Created: 11/27/2019
Status: Merged
Merged: 11/28/2019
Merged by: @dginovker

Base: masterHead: misc


📝 Commits (7)

  • e5975c2 remove trailing \t add legends guil shop
  • 352c3dd Add missing shops
  • 03f2442 remove out of scope items (non 317)
  • 916a3f4 fix item id
  • 7d3d6a8 Add legends guild shop npc
  • 8208bda Add Legends Guild General Store.
  • 2893685 Update ShopHandler.java

📊 Changes

6 files changed (+1059 additions, -749 deletions)

View changed files

📝 2006Redone Server/data/cfg/shops.cfg (+244 -38)
📝 2006Redone Server/data/cfg/spawn-config.cfg (+4 -1)
📝 2006Redone Server/src/com/rebotted/game/npcs/NpcActions.java (+2 -2)
📝 2006Redone Server/src/com/rebotted/game/objects/impl/Climbing.java (+665 -668)
📝 2006Redone Server/src/com/rebotted/game/shops/ShopHandler.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/shops/Shops.java (+143 -39)

📄 Description

Add shops to the legends guild
Add shop definitions

  • NPC's still need to be added

🔄 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/217 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 11/27/2019 **Status:** ✅ Merged **Merged:** 11/28/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `misc` --- ### 📝 Commits (7) - [`e5975c2`](https://github.com/2006-Scape/2006Scape/commit/e5975c28759d0465d99a09be874fab87049e5fc5) remove trailing \t add legends guil shop - [`352c3dd`](https://github.com/2006-Scape/2006Scape/commit/352c3ddcaef789215142c4397ca8dbf42675773c) Add missing shops - [`03f2442`](https://github.com/2006-Scape/2006Scape/commit/03f2442b4729aad020782da732aebab71620b526) remove out of scope items (non 317) - [`916a3f4`](https://github.com/2006-Scape/2006Scape/commit/916a3f45a38ddd354c38f32f2fe6080de9a1c497) fix item id - [`7d3d6a8`](https://github.com/2006-Scape/2006Scape/commit/7d3d6a874eb0f7f07c6863b82d6d718efc3b618c) Add legends guild shop npc - [`8208bda`](https://github.com/2006-Scape/2006Scape/commit/8208bda75ad33642f9bb7f173f960e94af5e4e7f) Add Legends Guild General Store. - [`2893685`](https://github.com/2006-Scape/2006Scape/commit/2893685fa7994c660283f5db8d5267bd587f79de) Update ShopHandler.java ### 📊 Changes **6 files changed** (+1059 additions, -749 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/data/cfg/shops.cfg` (+244 -38) 📝 `2006Redone Server/data/cfg/spawn-config.cfg` (+4 -1) 📝 `2006Redone Server/src/com/rebotted/game/npcs/NpcActions.java` (+2 -2) 📝 `2006Redone Server/src/com/rebotted/game/objects/impl/Climbing.java` (+665 -668) 📝 `2006Redone Server/src/com/rebotted/game/shops/ShopHandler.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/shops/Shops.java` (+143 -39) </details> ### 📄 Description Add shops to the legends guild Add shop definitions - NPC's still need to be added --- <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-30 12:21: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#7334