mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #58] [MERGED] My development #10183
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/58
Author: @DPSCryptic
Created: 10/13/2019
Status: ✅ Merged
Merged: 10/13/2019
Merged by: @dginovker
Base:
master← Head:my-development📝 Commits (3)
284da3bBlack Knights Fortress (not complete)cd99bddanother Black knight2003c92dialogue fix + added comment📊 Changes
37 files changed (+6213 additions, -5994 deletions)
View changed files
📝
.idea/2006rebotted.iml(+3 -1)➕
.idea/libraries/commons_lang3_3_1.xml(+17 -0)➕
.idea/libraries/libs.xml(+7 -0)📝
.idea/misc.xml(+1 -1)📝
2006Redone Client/src/ClientSettings.java(+5 -1)📝
2006Redone Server/src/redone/game/content/quests/QuestAssistant.java(+12 -0)📝
2006Redone Server/src/redone/game/content/quests/QuestRewards.java(+9 -0)➕
2006Redone Server/src/redone/game/content/quests/impl/BlackKnightsFortress.java(+59 -0)📝
2006Redone Server/src/redone/game/dialogues/DialogueHandler.java(+6057 -5974)📝
2006Redone Server/src/redone/game/npcs/NpcActions.java(+13 -0)📝
2006Redone Server/src/redone/game/npcs/drops/NPCDrops.java(+1 -1)📝
2006Redone Server/src/redone/game/players/Client.java(+9 -13)📝
2006Redone Server/src/redone/game/players/Player.java(+3 -2)📝
2006Redone Server/src/redone/game/players/PlayerSave.java(+4 -0)📝
2006Redone Server/src/redone/integrations/discord/commands/Commands.java(+1 -1)📝
2006Redone Server/src/redone/net/packets/impl/ClickingButtons.java(+12 -0)📝
2006Redone file_server/cache/main_file_cache.dat(+0 -0)📝
2006Redone file_server/cache/main_file_cache.idx0(+0 -0)📝
CompiledServer/production/2006rebotted/ClientSettings.class(+0 -0)➖
CompiledServer/production/2006rebotted/META-INF/2006rebotted.kotlin_module(+0 -0)...and 17 more files
📄 Description
I've added the Quest 'Black Knights' Fortress'. This Quest can be improved alot tho.
Also, for now i used itemID 291 (notes) as an item you get for killing the black knights, these are not stackable , so these could change of course
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.