diff --git a/2006Redone Server/src/redone/game/players/PlayerAssistant.java b/2006Redone Server/src/redone/game/players/PlayerAssistant.java index 2b6555e6..2f990242 100644 --- a/2006Redone Server/src/redone/game/players/PlayerAssistant.java +++ b/2006Redone Server/src/redone/game/players/PlayerAssistant.java @@ -101,8 +101,16 @@ public class PlayerAssistant { showInterface(15244); sendFrame126("Welcome to " + Constants.SERVER_NAME + "\\n", 15257); int currentDay = player.getLastLogin() - player.lastLoginDate; + + if (player.playerLevel[15] < 3) { + + player.playerLevel[15] = 3; + player.playerXP[15] = 175; + player.getPlayerAssistant().refreshSkill(15); + } if (player.lastLoginDate <= 0) { sendFrame126("This is your first time logging in!", 15258); + player.getPlayerAssistant().addSkillXP(175, 15); } else if (player.lastLoginDate == 1) { sendFrame126("You last login @red@yesterday@bla@", 15258); } else { diff --git a/2006Redone Server/src/redone/integrations/discord/commands/Commands.java b/2006Redone Server/src/redone/integrations/discord/commands/Commands.java index 2e8ce76e..75fbcf84 100644 --- a/2006Redone Server/src/redone/integrations/discord/commands/Commands.java +++ b/2006Redone Server/src/redone/integrations/discord/commands/Commands.java @@ -9,7 +9,7 @@ public class Commands implements MessageCreateListener { public void onMessageCreate(MessageCreateEvent event) { Message message = event.getMessage(); if (message.getContent().equalsIgnoreCase("::commands")) { - event.getChannel().sendMessage("```fix```" + event.getChannel().sendMessage("```fix`" + System.lineSeparator() + "::forum/::forums" + System.lineSeparator() + diff --git a/CompiledServer/production/2006rebotted/redone/game/content/quests/QuestAssistant$Quests.class b/CompiledServer/production/2006rebotted/redone/game/content/quests/QuestAssistant$Quests.class index 3a3f171c..a969b189 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/content/quests/QuestAssistant$Quests.class and b/CompiledServer/production/2006rebotted/redone/game/content/quests/QuestAssistant$Quests.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/content/quests/QuestAssistant.class b/CompiledServer/production/2006rebotted/redone/game/content/quests/QuestAssistant.class index 4587474d..fd93e7c1 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/content/quests/QuestAssistant.class and b/CompiledServer/production/2006rebotted/redone/game/content/quests/QuestAssistant.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$1$1.class b/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$1$1.class index 5e433d0d..13e1b8ff 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$1$1.class and b/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$1$1.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$1.class b/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$1.class index 751eac7a..993e8853 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$1.class and b/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$1.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$2.class b/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$2.class index 1bc6cabd..fb9cf813 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$2.class and b/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$2.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant.class b/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant.class index 74fe3e3c..be572e38 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant.class and b/CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant.class differ diff --git a/CompiledServer/production/2006rebotted/redone/integrations/discord/commands/Commands.class b/CompiledServer/production/2006rebotted/redone/integrations/discord/commands/Commands.class index 5b2a1e12..490e8eac 100644 Binary files a/CompiledServer/production/2006rebotted/redone/integrations/discord/commands/Commands.class and b/CompiledServer/production/2006rebotted/redone/integrations/discord/commands/Commands.class differ diff --git a/CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class b/CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class index cf1bf42e..8c36bb62 100644 Binary files a/CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class and b/CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class differ