mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #103] [MERGED] [Final?] Black knight fortress fixes #5193
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/103
Author: @RedSparr0w
Created: 10/25/2019
Status: ✅ Merged
Merged: 10/25/2019
Merged by: @Dark98
Base:
master← Head:black-knight-fortress-fixes📝 Commits (7)
021a7ccfix saving of the questa65daa5use questReward function18f18b1load blackKnight progress from file7c3e0caupdate text0561237refactor quest rewards for consistancya457cbaincrease max Quest Points9377023set ape atoll tele to require 19 QP📊 Changes
6 files changed (+46 additions, -48 deletions)
View changed files
📝
2006Redone Server/src/redone/game/content/combat/magic/MagicTeleports.java(+2 -2)📝
2006Redone Server/src/redone/game/content/quests/QuestAssistant.java(+1 -1)📝
2006Redone Server/src/redone/game/content/quests/QuestRewards.java(+23 -24)📝
2006Redone Server/src/redone/game/content/quests/impl/BlackKnightsFortress.java(+15 -17)📝
2006Redone Server/src/redone/game/dialogues/DialogueHandler.java(+1 -3)📝
2006Redone Server/src/redone/game/players/PlayerSave.java(+4 -1)📄 Description
load player black knight progress.
save player black knight progress under the correct name.
give correct rewards - using the rewards function.
update max QP.
refactored quest rewards so they are more consistent.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.