diff --git a/2006Redone Server/src/redone/Constants.java b/2006Redone Server/src/redone/Constants.java index f17837bf..4daaebf0 100644 --- a/2006Redone Server/src/redone/Constants.java +++ b/2006Redone Server/src/redone/Constants.java @@ -154,9 +154,9 @@ public class Constants { public final static boolean SINGLE_AND_MULTI_ZONES = true; public final static boolean COMBAT_LEVEL_DIFFERENCE = true; public final static boolean itemRequirements = true; - public final static int MELEE_EXP_RATE = 1; // damage * exp rate - public final static int RANGE_EXP_RATE = 1; - public final static int MAGIC_EXP_RATE = 1; + public final static int MELEE_EXP_RATE = 4; // damage * exp rate + public final static int RANGE_EXP_RATE = 4; + public final static int MAGIC_EXP_RATE = 4; public final static int CASTLE_WARS_X = 2439; public final static int CASTLE_WARS_Y = 3087; public static double SERVER_EXP_BONUS = 1; diff --git a/2006Redone_Server/production/2006rebotted/redone/Constants.class b/2006Redone_Server/production/2006rebotted/redone/Constants.class index ff463474..e766a6b6 100644 Binary files a/2006Redone_Server/production/2006rebotted/redone/Constants.class and b/2006Redone_Server/production/2006rebotted/redone/Constants.class differ diff --git a/2006Redone_Server/production/2006rebotted/redone/game/content/combat/CombatAssistant.class b/2006Redone_Server/production/2006rebotted/redone/game/content/combat/CombatAssistant.class index acccccb6..795068b1 100644 Binary files a/2006Redone_Server/production/2006rebotted/redone/game/content/combat/CombatAssistant.class and b/2006Redone_Server/production/2006rebotted/redone/game/content/combat/CombatAssistant.class differ diff --git a/2006Redone_Server/production/2006rebotted/redone/game/content/combat/magic/MagicSpells.class b/2006Redone_Server/production/2006rebotted/redone/game/content/combat/magic/MagicSpells.class index 1f98bd13..e879e580 100644 Binary files a/2006Redone_Server/production/2006rebotted/redone/game/content/combat/magic/MagicSpells.class and b/2006Redone_Server/production/2006rebotted/redone/game/content/combat/magic/MagicSpells.class differ