mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #120] [MERGED] Add Shield of Arrav #3801
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:random-quest-stuff📝 Commits (4)
8b117b1change it up2138e24ehd9032caAdd Shield of Arrav quest237b29fAdd comment📊 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.