mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #536] Dialogue plugins #12306
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/536
Author: @Dark98
Created: 10/26/2022
Status: 🔄 Open
Base:
master← Head:dialogue-plugins📝 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
74 files changed (+2663 additions, -8363 deletions)
View changed files
📝
.github/workflows/maven.yml(+16 -4)📝
2006Scape Client/src/main/java/ClientSettings.java(+17 -5)📝
2006Scape Client/src/main/java/Game.java(+31 -20)📝
2006Scape Client/src/main/java/Main.java(+16 -3)📝
2006Scape Client/src/main/java/RSFrame.java(+1 -2)📝
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/cfg/spawns.json(+9 -9)➖
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/fadli/SecondClick.kt(+17 -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/pom.xml(+6 -6)📝
2006Scape Server/src/main/java/com/rs2/ConfigLoader.java(+15 -2)...and 54 more files
📄 Description
Astreaus Dialogue System Port
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.