[PR #485] [MERGED] Port Phasmatys Update I #4728

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/485
Author: @JohnsonMichaels123
Created: 3/30/2021
Status: Merged
Merged: 3/30/2021
Merged by: @Dark98

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

  • Added NPCs for Port Phasmatys (Robin, Ak-Haranu, Ghost Sailor, Ghost Captain, Ghost Villager, Ghost Disciple, Bill Teach).
  • Ectofuntus is now accessible and functional.
  • Port Phasmatys can be accessed through the energy barrier.
  • Ak-Haranu now sells Bolt Racks.
  • Gravingas yells messages in Port Phasmatys.

🔄 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/485 **Author:** [@JohnsonMichaels123](https://github.com/JohnsonMichaels123) **Created:** 3/30/2021 **Status:** ✅ Merged **Merged:** 3/30/2021 **Merged by:** [@Dark98](https://github.com/Dark98) **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 - Added NPCs for Port Phasmatys (Robin, Ak-Haranu, Ghost Sailor, Ghost Captain, Ghost Villager, Ghost Disciple, Bill Teach). - Ectofuntus is now accessible and functional. - Port Phasmatys can be accessed through the energy barrier. - Ak-Haranu now sells Bolt Racks. - Gravingas yells messages in Port Phasmatys. --- <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-26 12:21:41 +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#4728