Skip to content

Commit

Permalink
Fixed skilling multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Jul 10, 2019
1 parent 11aeae6 commit d29c32a
Show file tree
Hide file tree
Showing 125 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 2006Redone Client/src/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -5790,7 +5790,7 @@ public void login(String s, String s1, boolean flag) {
}
if (k == 4) {
loginMessage1 = "Your account has been disabled.";
loginMessage2 = "Please check your message-center for details.";
loginMessage2 = "Or you entered an invalid character for user/pass";
return;
}
if (k == 5) {
Expand Down Expand Up @@ -5932,7 +5932,7 @@ public void login(String s, String s1, boolean flag) {
}
} else {
loginMessage1 = "No response from server";
loginMessage2 = "Please try using a different world.";
loginMessage2 = "Please try closing and opening your client again.";
return;
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion 2006Redone Server/src/redone/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public class Constants {
public final static int MAGIC_EXP_RATE = 1;
public final static int CASTLE_WARS_X = 2439;
public final static int CASTLE_WARS_Y = 3087;
public static double SERVER_EXP_BONUS = 5;
public static double SERVER_EXP_BONUS = 1;
public final static int INCREASE_SPECIAL_AMOUNT = 17500;
public final static boolean PRAYER_POINTS_REQUIRED = true;
public final static boolean PRAYER_LEVEL_REQUIRED = true;
Expand Down
Binary file modified 2006Redone_Server/redone/Constants.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/client/client.jar
Binary file not shown.
Binary file added production/2006Redone_Client/Animable.class
Binary file not shown.
Binary file added production/2006Redone_Client/Animable_Sub3.class
Binary file not shown.
Binary file added production/2006Redone_Client/Animable_Sub4.class
Binary file not shown.
Binary file added production/2006Redone_Client/Animable_Sub5.class
Binary file not shown.
Binary file added production/2006Redone_Client/Animation.class
Binary file not shown.
Binary file added production/2006Redone_Client/Background.class
Binary file not shown.
Binary file added production/2006Redone_Client/Censor.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class11.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class13.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class18.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class21.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class29.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class30_Sub1.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class32.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class33.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class36.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class39.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class4.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class40.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class43.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class47.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class56.class
Binary file not shown.
Binary file added production/2006Redone_Client/Class56_Sub1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added production/2006Redone_Client/Class6.class
Binary file not shown.
Binary file added production/2006Redone_Client/ClientSettings.class
Binary file not shown.
Binary file added production/2006Redone_Client/CollisionMap.class
Binary file not shown.
Binary file added production/2006Redone_Client/Decompressor.class
Binary file not shown.
Binary file added production/2006Redone_Client/DrawingArea.class
Binary file not shown.
Binary file added production/2006Redone_Client/DummyClass.class
Binary file not shown.
Binary file added production/2006Redone_Client/Entity.class
Binary file not shown.
Binary file added production/2006Redone_Client/EntityDef.class
Binary file not shown.
Binary file added production/2006Redone_Client/Flo.class
Binary file not shown.
Binary file added production/2006Redone_Client/Game.class
Binary file not shown.
Binary file added production/2006Redone_Client/Ground.class
Binary file not shown.
Binary file added production/2006Redone_Client/IDK.class
Binary file not shown.
Binary file added production/2006Redone_Client/ISAACRandomGen.class
Binary file not shown.
Binary file not shown.
Binary file added production/2006Redone_Client/Item.class
Binary file not shown.
Binary file added production/2006Redone_Client/ItemDef.class
Binary file not shown.
Binary file added production/2006Redone_Client/MRUNodes.class
Binary file not shown.
Binary file added production/2006Redone_Client/Main.class
Binary file not shown.
Binary file added production/2006Redone_Client/Midi.class
Binary file not shown.
Binary file added production/2006Redone_Client/Model.class
Binary file not shown.
Binary file added production/2006Redone_Client/MouseDetection.class
Binary file not shown.
Binary file added production/2006Redone_Client/NPC.class
Binary file not shown.
Binary file added production/2006Redone_Client/Node.class
Binary file not shown.
Binary file added production/2006Redone_Client/NodeCache.class
Binary file not shown.
Binary file added production/2006Redone_Client/NodeList.class
Binary file not shown.
Binary file added production/2006Redone_Client/NodeSub.class
Binary file not shown.
Binary file added production/2006Redone_Client/NodeSubList.class
Binary file not shown.
Binary file added production/2006Redone_Client/Object1.class
Binary file not shown.
Binary file added production/2006Redone_Client/Object2.class
Binary file not shown.
Binary file added production/2006Redone_Client/Object3.class
Binary file not shown.
Binary file added production/2006Redone_Client/Object4.class
Binary file not shown.
Binary file added production/2006Redone_Client/Object5.class
Binary file not shown.
Binary file added production/2006Redone_Client/ObjectDef.class
Binary file not shown.
Binary file added production/2006Redone_Client/ObjectManager.class
Binary file not shown.
Binary file added production/2006Redone_Client/OnDemandData.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added production/2006Redone_Client/Player.class
Binary file not shown.
Binary file added production/2006Redone_Client/RSApplet.class
Binary file not shown.
Binary file added production/2006Redone_Client/RSFrame.class
Binary file not shown.
Binary file not shown.
Binary file added production/2006Redone_Client/RSInterface.class
Binary file not shown.
Binary file added production/2006Redone_Client/RSSocket.class
Binary file not shown.
Binary file added production/2006Redone_Client/Runnable_Impl1.class
Binary file not shown.
Binary file added production/2006Redone_Client/Signlink$Position.class
Binary file not shown.
Binary file added production/2006Redone_Client/Signlink.class
Binary file not shown.
Binary file added production/2006Redone_Client/SizeConstants.class
Binary file not shown.
Binary file added production/2006Redone_Client/Skills.class
Binary file not shown.
Binary file added production/2006Redone_Client/SoundPlayer.class
Binary file not shown.
Binary file added production/2006Redone_Client/Sounds.class
Binary file not shown.
Binary file added production/2006Redone_Client/SpotAnim.class
Binary file not shown.
Binary file added production/2006Redone_Client/Sprite.class
Binary file not shown.
Binary file added production/2006Redone_Client/Stream.class
Binary file not shown.
Binary file added production/2006Redone_Client/StreamLoader.class
Binary file not shown.
Binary file added production/2006Redone_Client/TextClass.class
Binary file not shown.
Binary file not shown.
Binary file added production/2006Redone_Client/TextInput.class
Binary file not shown.
Binary file added production/2006Redone_Client/Texture.class
Binary file not shown.
Binary file added production/2006Redone_Client/VarBit.class
Binary file not shown.
Binary file added production/2006Redone_Client/Varp.class
Binary file not shown.
Binary file not shown.

0 comments on commit d29c32a

Please sign in to comment.