[PR #120] [MERGED] Add Shield of Arrav #5205

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

📋 Pull Request Information

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

Base: masterHead: random-quest-stuff


📝 Commits (4)

📊 Changes

16 files changed (+654 additions, -70 deletions)

View changed files

📝 2006Redone Server/data/cfg/item.cfg (+2 -1)
📝 2006Redone Server/data/cfg/npc.cfg (+2 -2)
📝 2006Redone Server/data/cfg/spawn-config.cfg (+5 -0)
📝 2006Redone Server/src/redone/game/content/quests/QuestAssistant.java (+13 -2)
📝 2006Redone Server/src/redone/game/content/quests/QuestRewards.java (+13 -3)
📝 2006Redone Server/src/redone/game/content/quests/impl/PiratesTreasure.java (+1 -1)
2006Redone Server/src/redone/game/content/quests/impl/ShieldArrav.java (+113 -0)
📝 2006Redone Server/src/redone/game/content/quests/impl/VampyreSlayer.java (+47 -41)
📝 2006Redone Server/src/redone/game/dialogues/DialogueHandler.java (+379 -12)
📝 2006Redone Server/src/redone/game/npcs/NpcActions.java (+36 -0)
📝 2006Redone Server/src/redone/game/npcs/NpcHandler.java (+5 -0)
📝 2006Redone Server/src/redone/game/objects/ObjectsActions.java (+20 -6)
📝 2006Redone Server/src/redone/game/players/Client.java (+1 -1)
📝 2006Redone Server/src/redone/game/players/Player.java (+1 -1)
📝 2006Redone Server/src/redone/game/players/PlayerSave.java (+7 -0)
📝 2006Redone Server/src/redone/net/packets/impl/ClickingButtons.java (+9 -0)

📄 Description

Add the Shield of Arrav quest (only the Pheonix Gang part)
May revisit in the future to add the other half.
Currently can be completed with 1 half of the shield.

Added a few spawns needed for the quests

Refactored the quest info for Vampyre Slayer too..


🔄 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/120 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/27/2019 **Status:** ✅ Merged **Merged:** 10/27/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `random-quest-stuff` --- ### 📝 Commits (4) - [`8b117b1`](https://github.com/2006-Scape/2006Scape/commit/8b117b1a184d8601b6e60f5a707d81a4ea702c93) change it up - [`2138e24`](https://github.com/2006-Scape/2006Scape/commit/2138e24e3b46df9684c76474f7b5a543b1cb8689) eh - [`d9032ca`](https://github.com/2006-Scape/2006Scape/commit/d9032ca7ad4e80575edbced4e91e488f8a46a48b) Add Shield of Arrav quest - [`237b29f`](https://github.com/2006-Scape/2006Scape/commit/237b29f48ca541d6e6d1879c5839f9be36da5014) Add comment ### 📊 Changes **16 files changed** (+654 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/data/cfg/item.cfg` (+2 -1) 📝 `2006Redone Server/data/cfg/npc.cfg` (+2 -2) 📝 `2006Redone Server/data/cfg/spawn-config.cfg` (+5 -0) 📝 `2006Redone Server/src/redone/game/content/quests/QuestAssistant.java` (+13 -2) 📝 `2006Redone Server/src/redone/game/content/quests/QuestRewards.java` (+13 -3) 📝 `2006Redone Server/src/redone/game/content/quests/impl/PiratesTreasure.java` (+1 -1) ➕ `2006Redone Server/src/redone/game/content/quests/impl/ShieldArrav.java` (+113 -0) 📝 `2006Redone Server/src/redone/game/content/quests/impl/VampyreSlayer.java` (+47 -41) 📝 `2006Redone Server/src/redone/game/dialogues/DialogueHandler.java` (+379 -12) 📝 `2006Redone Server/src/redone/game/npcs/NpcActions.java` (+36 -0) 📝 `2006Redone Server/src/redone/game/npcs/NpcHandler.java` (+5 -0) 📝 `2006Redone Server/src/redone/game/objects/ObjectsActions.java` (+20 -6) 📝 `2006Redone Server/src/redone/game/players/Client.java` (+1 -1) 📝 `2006Redone Server/src/redone/game/players/Player.java` (+1 -1) 📝 `2006Redone Server/src/redone/game/players/PlayerSave.java` (+7 -0) 📝 `2006Redone Server/src/redone/net/packets/impl/ClickingButtons.java` (+9 -0) </details> ### 📄 Description Add the Shield of Arrav quest _(only the Pheonix Gang part)_ May revisit in the future to add the other half. Currently can be completed with 1 half of the shield. Added a few spawns needed for the quests Refactored the quest info for Vampyre Slayer too.. --- <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-27 12:21:14 +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#5205