diff --git a/Client/src/org/runite/Client.java b/Client/src/org/runite/Client.java index 99de69ca3..1e7689885 100644 --- a/Client/src/org/runite/Client.java +++ b/Client/src/org/runite/Client.java @@ -15,7 +15,7 @@ NOTICE: THIS IS THE LIVESERVER CLIENT. For development purposes, use GameLaunch. */ public class Client { - public static final String PUBLIC_IP_ADDRESS = "104.154.219.240"; + public static final String PUBLIC_IP_ADDRESS = "198.52.151.60"; /** * The game settings. diff --git a/Client/src/org/runite/jagex/Class157.java b/Client/src/org/runite/jagex/Class157.java index 9681f20f3..5f38be889 100644 --- a/Client/src/org/runite/jagex/Class157.java +++ b/Client/src/org/runite/jagex/Class157.java @@ -5,7 +5,7 @@ final class Class157 { static int anInt1996; private int anInt1997; - private static RSString aClass94_1998 = RSString.createRSString("Connecting to update server"); + private static RSString aClass94_1998 = RSString.createRSString("Connecting.. This takes a LONG time."); private int[][] anIntArrayArray1999; static Class3_Sub28_Sub17_Sub1 aClass3_Sub28_Sub17_Sub1_2000; private int anInt2001; diff --git a/CompiledServer/production/RS-2009/org/crandor/game/content/skill/Skills.class b/CompiledServer/production/RS-2009/org/crandor/game/content/skill/Skills.class index abe7bc6ca..ad926f7c8 100644 Binary files a/CompiledServer/production/RS-2009/org/crandor/game/content/skill/Skills.class and b/CompiledServer/production/RS-2009/org/crandor/game/content/skill/Skills.class differ diff --git a/CompiledServer/production/RS-2009/org/runite/Client.class b/CompiledServer/production/RS-2009/org/runite/Client.class index c91c7b757..86cfdda07 100644 Binary files a/CompiledServer/production/RS-2009/org/runite/Client.class and b/CompiledServer/production/RS-2009/org/runite/Client.class differ diff --git a/CompiledServer/production/RS-2009/org/runite/Configurations.class b/CompiledServer/production/RS-2009/org/runite/Configurations.class index f8fe43f3a..dafd2bb71 100644 Binary files a/CompiledServer/production/RS-2009/org/runite/Configurations.class and b/CompiledServer/production/RS-2009/org/runite/Configurations.class differ diff --git a/CompiledServer/production/RS-2009/org/runite/GameLaunch.class b/CompiledServer/production/RS-2009/org/runite/GameLaunch.class index 0d106b985..f874a5900 100644 Binary files a/CompiledServer/production/RS-2009/org/runite/GameLaunch.class and b/CompiledServer/production/RS-2009/org/runite/GameLaunch.class differ diff --git a/CompiledServer/production/RS-2009/org/runite/jagex/Class157.class b/CompiledServer/production/RS-2009/org/runite/jagex/Class157.class index 1474466ff..867da2361 100644 Binary files a/CompiledServer/production/RS-2009/org/runite/jagex/Class157.class and b/CompiledServer/production/RS-2009/org/runite/jagex/Class157.class differ diff --git a/Server/src/org/crandor/game/content/skill/Skills.java b/Server/src/org/crandor/game/content/skill/Skills.java index 7f6017d17..0510a8668 100644 --- a/Server/src/org/crandor/game/content/skill/Skills.java +++ b/Server/src/org/crandor/game/content/skill/Skills.java @@ -259,8 +259,10 @@ public final class Skills { * @return The experience mod. */ private double getExperienceMod(int slot, double experience, boolean playerMod, boolean multiplyer) { - //This function returns 1.0; - if (!(entity instanceof Player)) { + //Keywords for people ctrl + Fing the project + //xprate xp rate xp multiplier skilling rate + return 5.0; + /*if (!(entity instanceof Player)) { return 1.0; } double mod = multiplyer ? (EXPERIENCE_MULTIPLIER) : 1; @@ -299,8 +301,7 @@ public final class Skills { if (mod > MAX_EXPERIENCE_MOD ) { return MAX_EXPERIENCE_MOD; } - return 1.0; - //return mod; + return mod;*/ } /**