mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #518] [MERGED] Second World Setup #6823
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/518
Author: @Dark98
Created: 11/12/2021
Status: ✅ Merged
Merged: 12/31/2021
Merged by: @Dark98
Base:
master← Head:world2📝 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
32 files changed (+406 additions, -149 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/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/dialogues/DialogueHandler.java(+36 -4)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/DialogueOptions.java(+71 -3)📝
2006Scape Server/src/main/java/com/rs2/game/players/Player.java(+41 -36)📝
2006Scape Server/src/main/java/com/rs2/game/players/PlayerAssistant.java(+7 -4)📝
2006Scape Server/src/main/java/com/rs2/game/players/PlayerSave.java(+4 -0)📝
2006Scape Server/src/main/java/com/rs2/integrations/PlayersOnlineWebsite.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/integrations/RegisteredAccsWebsite.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/integrations/discord/JavaCord.java(+9 -10)📝
2006Scape Server/src/main/java/com/rs2/integrations/discord/commands/Commands.java(+8 -9)📝
2006Scape Server/src/main/java/com/rs2/integrations/discord/commands/Forum.java(+2 -1)...and 12 more files
📄 Description
Things Done So Far:
Added World Number To Login Message
Added World Number To Login Interface
Made World 2 Listen On Different Port
Added Var For Making Client Connect To World 2
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.