[PR #491] [CLOSED] Merge test #7499

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/491
Author: @JohnsonMichaels123
Created: 4/4/2021
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 3a47e6b New NPC Spawns for Port Phasmatys
  • 65640ed ObjectActions for Ectofuntus and Energy Barrier
  • a33c1d9 Added Ak-Haranu's Exotic Shop
  • 4cac10e Fixed Ectofuntus Worship
  • 707d36b Gravingas Exclamations

📊 Changes

4 files changed (+263 additions, -2 deletions)

View changed files

📝 2006Scape Server/data/cfg/spawns.json (+170 -0)
📝 2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java (+16 -1)
📝 2006Scape Server/src/main/java/com/rs2/game/objects/ObjectsActions.java (+75 -0)
📝 2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java (+2 -1)

📄 Description

No description provided


🔄 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/491 **Author:** [@JohnsonMichaels123](https://github.com/JohnsonMichaels123) **Created:** 4/4/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`3a47e6b`](https://github.com/2006-Scape/2006Scape/commit/3a47e6bf4ba213f179e675a6eb32e0cc01f941e7) New NPC Spawns for Port Phasmatys - [`65640ed`](https://github.com/2006-Scape/2006Scape/commit/65640ed8c9c2fe67eae947c91bcc4275521fd1b2) ObjectActions for Ectofuntus and Energy Barrier - [`a33c1d9`](https://github.com/2006-Scape/2006Scape/commit/a33c1d98a2a1e4b459986a43972beb3312a49de4) Added Ak-Haranu's Exotic Shop - [`4cac10e`](https://github.com/2006-Scape/2006Scape/commit/4cac10e6b820af6d1b9e6c9d833cd88c46e7268b) Fixed Ectofuntus Worship - [`707d36b`](https://github.com/2006-Scape/2006Scape/commit/707d36b7476836c12974db78939e56578e0cb4cc) Gravingas Exclamations ### 📊 Changes **4 files changed** (+263 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/data/cfg/spawns.json` (+170 -0) 📝 `2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java` (+16 -1) 📝 `2006Scape Server/src/main/java/com/rs2/game/objects/ObjectsActions.java` (+75 -0) 📝 `2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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:22:05 +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#7499