[PR #103] [MERGED] [Final?] Black knight fortress fixes #1715

Closed
opened 2026-05-21 10:15:53 +00:00 by Dark98 · 0 comments
Owner

📋 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: masterHead: black-knight-fortress-fixes


📝 Commits (7)

  • 021a7cc fix saving of the quest
  • a65daa5 use questReward function
  • 18f18b1 load blackKnight progress from file
  • 7c3e0ca update text
  • 0561237 refactor quest rewards for consistancy
  • a457cba increase max Quest Points
  • 9377023 set 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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/103 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/25/2019 **Status:** ✅ Merged **Merged:** 10/25/2019 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `black-knight-fortress-fixes` --- ### 📝 Commits (7) - [`021a7cc`](https://github.com/2006-Scape/2006Scape/commit/021a7ccdfa9c2268d320c737feee9a66de5865b6) fix saving of the quest - [`a65daa5`](https://github.com/2006-Scape/2006Scape/commit/a65daa5408bfcc49baca52a1d967884465e71f84) use questReward function - [`18f18b1`](https://github.com/2006-Scape/2006Scape/commit/18f18b107cc4399c2e816f58bd3b699d708e50ee) load blackKnight progress from file - [`7c3e0ca`](https://github.com/2006-Scape/2006Scape/commit/7c3e0ca17cb9342bf9e130787ba6ab903fd9bc2d) update text - [`0561237`](https://github.com/2006-Scape/2006Scape/commit/0561237df2a62074b79586e87102f6b99ead8f4d) refactor quest rewards for consistancy - [`a457cba`](https://github.com/2006-Scape/2006Scape/commit/a457cba05ddfbc30cdde6e64036c6da0aa614e91) increase max Quest Points - [`9377023`](https://github.com/2006-Scape/2006Scape/commit/93770239de0062f5fb457d7dd58f02fd64f36355) set ape atoll tele to require 19 QP ### 📊 Changes **6 files changed** (+46 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <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-21 10:15:53 +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#1715