mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #517] [CLOSED] Convert Dialogues To Plugins #8949
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/517
Author: @Dark98
Created: 11/11/2021
Status: ❌ Closed
Base:
master← Head:plugins_dialogue📝 Commits (10+)
45450dbStart Setting Up Second Worldccc0353Small Cleanup For World 2 Support00932b8Woops Wrong Ports8fc1e17Merge branch 'master' into world28ab3177Set Server Port After Loading Configbdd5297Add xpRate Var & Include With XPRate Calculations8a10201Add -w/-world arg to client38140d8Add XP Rate Multiplier For Non-Bot Worldsd2faea6More Multi World Stuff5c02c34Add Kick Command To Discord Bot & Fix Type In ConfigLoader📊 Changes
55 files changed (+2389 additions, -8286 deletions)
View changed files
📝
2006Scape Client/src/main/java/ClientSettings.java(+16 -4)📝
2006Scape Client/src/main/java/Game.java(+31 -20)📝
2006Scape Client/src/main/java/Main.java(+14 -3)📝
2006Scape Server/ServerConfig.Sample.json(+5 -2)📝
2006Scape Server/data/cache/main_file_cache.dat(+0 -0)📝
2006Scape Server/data/cache/main_file_cache.idx0(+0 -0)➖
2006Scape Server/data/discord.json(+0 -1)➕
2006Scape Server/plugins/plugin/buttons/DialogueOptionButtons.kt(+41 -0)➕
2006Scape Server/plugins/plugin/npc/banker/BankerDialogue.kt(+37 -0)➕
2006Scape Server/plugins/plugin/npc/banker/FirstClick.kt(+32 -0)📝
2006Scape Server/plugins/plugin/npc/manwoman/FirstClick.kt(+9 -16)➕
2006Scape Server/plugins/plugin/npc/manwoman/ManWomanDialogue.kt(+163 -0)➕
2006Scape Server/plugins/plugin/quests/cooksassistant/FirstClick.kt(+26 -0)➕
2006Scape Server/plugins/plugin/quests/cooksassistant/dialogue/LumbridgeCookDialogue.kt(+151 -0)📝
2006Scape Server/src/main/java/com/rs2/ConfigLoader.java(+15 -2)📝
2006Scape Server/src/main/java/com/rs2/GameConstants.java(+11 -18)📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+1 -4)➖
2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/StaticNpcList.java(+0 -7735)➕
2006Scape Server/src/main/java/com/rs2/game/dialogues/ChainablePlugin.java(+14 -0)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/ChatEmotes.java(+6 -1)...and 35 more files
📄 Description
Converts Dialogues To Use The Plugin Based Dialogue System From Astraeus.
Currently Done:
Banker(Most Of Them, Possibly A Couple Missed)
Man/Woman
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.