diff --git a/2006Redone Client/src/Game.java b/2006Redone Client/src/Game.java index d60f1dc6..bf3274c2 100644 --- a/2006Redone Client/src/Game.java +++ b/2006Redone Client/src/Game.java @@ -5790,7 +5790,7 @@ public class Game extends RSApplet { } 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) { @@ -5932,7 +5932,7 @@ public class Game extends RSApplet { } } else { loginMessage1 = "No response from server"; - loginMessage2 = "Please try using a different world."; + loginMessage2 = "Please try closing and opening your client again."; return; } } else { diff --git a/2006Redone Server/src/redone/Constants.java b/2006Redone Server/src/redone/Constants.java index 2eacfe37..f17837bf 100644 --- a/2006Redone Server/src/redone/Constants.java +++ b/2006Redone Server/src/redone/Constants.java @@ -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; diff --git a/2006Redone_Server/redone/Constants.class b/2006Redone_Server/redone/Constants.class index 4e9ef31a..ff463474 100644 Binary files a/2006Redone_Server/redone/Constants.class and b/2006Redone_Server/redone/Constants.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/Constants.class b/2006Redone_file_server/org/apollo/jagcached/Constants.class new file mode 100644 index 00000000..1c66e171 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/Constants.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/FileServer.class b/2006Redone_file_server/org/apollo/jagcached/FileServer.class new file mode 100644 index 00000000..40b848a9 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/FileServer.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/dispatch/ChannelRequest.class b/2006Redone_file_server/org/apollo/jagcached/dispatch/ChannelRequest.class new file mode 100644 index 00000000..8b1d5974 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/dispatch/ChannelRequest.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/dispatch/HttpRequestWorker.class b/2006Redone_file_server/org/apollo/jagcached/dispatch/HttpRequestWorker.class new file mode 100644 index 00000000..c1ff63cc Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/dispatch/HttpRequestWorker.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/dispatch/JagGrabRequestWorker.class b/2006Redone_file_server/org/apollo/jagcached/dispatch/JagGrabRequestWorker.class new file mode 100644 index 00000000..36e16372 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/dispatch/JagGrabRequestWorker.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/dispatch/OnDemandRequestWorker.class b/2006Redone_file_server/org/apollo/jagcached/dispatch/OnDemandRequestWorker.class new file mode 100644 index 00000000..c7ecdc61 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/dispatch/OnDemandRequestWorker.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestDispatcher.class b/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestDispatcher.class new file mode 100644 index 00000000..755e0948 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestDispatcher.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestWorker.class b/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestWorker.class new file mode 100644 index 00000000..976dab0b Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestWorker.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestWorkerPool.class b/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestWorkerPool.class new file mode 100644 index 00000000..c2ca115f Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/dispatch/RequestWorkerPool.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/fs/FileDescriptor.class b/2006Redone_file_server/org/apollo/jagcached/fs/FileDescriptor.class new file mode 100644 index 00000000..bf6a1f08 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/fs/FileDescriptor.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/fs/FileSystemConstants.class b/2006Redone_file_server/org/apollo/jagcached/fs/FileSystemConstants.class new file mode 100644 index 00000000..244816e7 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/fs/FileSystemConstants.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/fs/Index.class b/2006Redone_file_server/org/apollo/jagcached/fs/Index.class new file mode 100644 index 00000000..b7a6082f Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/fs/Index.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/fs/IndexedFileSystem.class b/2006Redone_file_server/org/apollo/jagcached/fs/IndexedFileSystem.class new file mode 100644 index 00000000..fcb52e34 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/fs/IndexedFileSystem.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/FileServerHandler.class b/2006Redone_file_server/org/apollo/jagcached/net/FileServerHandler.class new file mode 100644 index 00000000..587a7521 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/FileServerHandler.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/HttpPipelineFactory.class b/2006Redone_file_server/org/apollo/jagcached/net/HttpPipelineFactory.class new file mode 100644 index 00000000..a2d672ad Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/HttpPipelineFactory.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/JagGrabPipelineFactory.class b/2006Redone_file_server/org/apollo/jagcached/net/JagGrabPipelineFactory.class new file mode 100644 index 00000000..b86ba19b Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/JagGrabPipelineFactory.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/NetworkConstants.class b/2006Redone_file_server/org/apollo/jagcached/net/NetworkConstants.class new file mode 100644 index 00000000..54d18495 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/NetworkConstants.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/OnDemandPipelineFactory.class b/2006Redone_file_server/org/apollo/jagcached/net/OnDemandPipelineFactory.class new file mode 100644 index 00000000..8c23b262 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/OnDemandPipelineFactory.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabRequest.class b/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabRequest.class new file mode 100644 index 00000000..1e4801df Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabRequest.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabRequestDecoder.class b/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabRequestDecoder.class new file mode 100644 index 00000000..47a75818 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabRequestDecoder.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabResponse.class b/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabResponse.class new file mode 100644 index 00000000..25867092 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabResponse.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabResponseEncoder.class b/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabResponseEncoder.class new file mode 100644 index 00000000..22fc58a9 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/jaggrab/JagGrabResponseEncoder.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequest$Priority.class b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequest$Priority.class new file mode 100644 index 00000000..19d1aac3 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequest$Priority.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequest.class b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequest.class new file mode 100644 index 00000000..c641fca6 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequest.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequestDecoder.class b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequestDecoder.class new file mode 100644 index 00000000..e08fd50d Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandRequestDecoder.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandResponse.class b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandResponse.class new file mode 100644 index 00000000..34f03053 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandResponse.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandResponseEncoder.class b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandResponseEncoder.class new file mode 100644 index 00000000..b2041398 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/ondemand/OnDemandResponseEncoder.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceRequest.class b/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceRequest.class new file mode 100644 index 00000000..b0d24ad3 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceRequest.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceRequestDecoder.class b/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceRequestDecoder.class new file mode 100644 index 00000000..890555ad Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceRequestDecoder.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceResponse.class b/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceResponse.class new file mode 100644 index 00000000..6e2fc85b Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceResponse.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceResponseEncoder.class b/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceResponseEncoder.class new file mode 100644 index 00000000..96f76356 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/net/service/ServiceResponseEncoder.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/resource/CombinedResourceProvider.class b/2006Redone_file_server/org/apollo/jagcached/resource/CombinedResourceProvider.class new file mode 100644 index 00000000..5d1fbf76 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/resource/CombinedResourceProvider.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/resource/HypertextResourceProvider.class b/2006Redone_file_server/org/apollo/jagcached/resource/HypertextResourceProvider.class new file mode 100644 index 00000000..9b870fe0 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/resource/HypertextResourceProvider.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/resource/ResourceProvider.class b/2006Redone_file_server/org/apollo/jagcached/resource/ResourceProvider.class new file mode 100644 index 00000000..0d472511 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/resource/ResourceProvider.class differ diff --git a/2006Redone_file_server/org/apollo/jagcached/resource/VirtualResourceProvider.class b/2006Redone_file_server/org/apollo/jagcached/resource/VirtualResourceProvider.class new file mode 100644 index 00000000..840e34b1 Binary files /dev/null and b/2006Redone_file_server/org/apollo/jagcached/resource/VirtualResourceProvider.class differ diff --git a/artifacts/client/client.jar b/artifacts/client/client.jar index 9c3e1edb..d4773475 100644 Binary files a/artifacts/client/client.jar and b/artifacts/client/client.jar differ diff --git a/production/2006Redone_Client/Animable.class b/production/2006Redone_Client/Animable.class new file mode 100644 index 00000000..8935fd4a Binary files /dev/null and b/production/2006Redone_Client/Animable.class differ diff --git a/production/2006Redone_Client/Animable_Sub3.class b/production/2006Redone_Client/Animable_Sub3.class new file mode 100644 index 00000000..8e366be5 Binary files /dev/null and b/production/2006Redone_Client/Animable_Sub3.class differ diff --git a/production/2006Redone_Client/Animable_Sub4.class b/production/2006Redone_Client/Animable_Sub4.class new file mode 100644 index 00000000..ceb40aa8 Binary files /dev/null and b/production/2006Redone_Client/Animable_Sub4.class differ diff --git a/production/2006Redone_Client/Animable_Sub5.class b/production/2006Redone_Client/Animable_Sub5.class new file mode 100644 index 00000000..ee3105b9 Binary files /dev/null and b/production/2006Redone_Client/Animable_Sub5.class differ diff --git a/production/2006Redone_Client/Animation.class b/production/2006Redone_Client/Animation.class new file mode 100644 index 00000000..0f4d06a6 Binary files /dev/null and b/production/2006Redone_Client/Animation.class differ diff --git a/production/2006Redone_Client/Background.class b/production/2006Redone_Client/Background.class new file mode 100644 index 00000000..89719a63 Binary files /dev/null and b/production/2006Redone_Client/Background.class differ diff --git a/production/2006Redone_Client/Censor.class b/production/2006Redone_Client/Censor.class new file mode 100644 index 00000000..f3f1e5d8 Binary files /dev/null and b/production/2006Redone_Client/Censor.class differ diff --git a/production/2006Redone_Client/Class11.class b/production/2006Redone_Client/Class11.class new file mode 100644 index 00000000..4f243cc6 Binary files /dev/null and b/production/2006Redone_Client/Class11.class differ diff --git a/production/2006Redone_Client/Class13.class b/production/2006Redone_Client/Class13.class new file mode 100644 index 00000000..18c3416b Binary files /dev/null and b/production/2006Redone_Client/Class13.class differ diff --git a/production/2006Redone_Client/Class18.class b/production/2006Redone_Client/Class18.class new file mode 100644 index 00000000..f3f81698 Binary files /dev/null and b/production/2006Redone_Client/Class18.class differ diff --git a/production/2006Redone_Client/Class21.class b/production/2006Redone_Client/Class21.class new file mode 100644 index 00000000..4aedf407 Binary files /dev/null and b/production/2006Redone_Client/Class21.class differ diff --git a/production/2006Redone_Client/Class29.class b/production/2006Redone_Client/Class29.class new file mode 100644 index 00000000..71776976 Binary files /dev/null and b/production/2006Redone_Client/Class29.class differ diff --git a/production/2006Redone_Client/Class30_Sub1.class b/production/2006Redone_Client/Class30_Sub1.class new file mode 100644 index 00000000..3ce14fcd Binary files /dev/null and b/production/2006Redone_Client/Class30_Sub1.class differ diff --git a/production/2006Redone_Client/Class32.class b/production/2006Redone_Client/Class32.class new file mode 100644 index 00000000..0b8251d2 Binary files /dev/null and b/production/2006Redone_Client/Class32.class differ diff --git a/production/2006Redone_Client/Class33.class b/production/2006Redone_Client/Class33.class new file mode 100644 index 00000000..52a77d4f Binary files /dev/null and b/production/2006Redone_Client/Class33.class differ diff --git a/production/2006Redone_Client/Class36.class b/production/2006Redone_Client/Class36.class new file mode 100644 index 00000000..c727e37e Binary files /dev/null and b/production/2006Redone_Client/Class36.class differ diff --git a/production/2006Redone_Client/Class39.class b/production/2006Redone_Client/Class39.class new file mode 100644 index 00000000..bf3e538a Binary files /dev/null and b/production/2006Redone_Client/Class39.class differ diff --git a/production/2006Redone_Client/Class4.class b/production/2006Redone_Client/Class4.class new file mode 100644 index 00000000..43f2887f Binary files /dev/null and b/production/2006Redone_Client/Class4.class differ diff --git a/production/2006Redone_Client/Class40.class b/production/2006Redone_Client/Class40.class new file mode 100644 index 00000000..2f216f6c Binary files /dev/null and b/production/2006Redone_Client/Class40.class differ diff --git a/production/2006Redone_Client/Class43.class b/production/2006Redone_Client/Class43.class new file mode 100644 index 00000000..0a63cf6e Binary files /dev/null and b/production/2006Redone_Client/Class43.class differ diff --git a/production/2006Redone_Client/Class47.class b/production/2006Redone_Client/Class47.class new file mode 100644 index 00000000..cd2c68d7 Binary files /dev/null and b/production/2006Redone_Client/Class47.class differ diff --git a/production/2006Redone_Client/Class56.class b/production/2006Redone_Client/Class56.class new file mode 100644 index 00000000..c2ab9979 Binary files /dev/null and b/production/2006Redone_Client/Class56.class differ diff --git a/production/2006Redone_Client/Class56_Sub1.class b/production/2006Redone_Client/Class56_Sub1.class new file mode 100644 index 00000000..ddf50841 Binary files /dev/null and b/production/2006Redone_Client/Class56_Sub1.class differ diff --git a/production/2006Redone_Client/Class56_Sub1_Sub1.class b/production/2006Redone_Client/Class56_Sub1_Sub1.class new file mode 100644 index 00000000..d33bd68d Binary files /dev/null and b/production/2006Redone_Client/Class56_Sub1_Sub1.class differ diff --git a/production/2006Redone_Client/Class56_Sub1_Sub2.class b/production/2006Redone_Client/Class56_Sub1_Sub2.class new file mode 100644 index 00000000..cc0b1bf6 Binary files /dev/null and b/production/2006Redone_Client/Class56_Sub1_Sub2.class differ diff --git a/production/2006Redone_Client/Class6.class b/production/2006Redone_Client/Class6.class new file mode 100644 index 00000000..4fb2624c Binary files /dev/null and b/production/2006Redone_Client/Class6.class differ diff --git a/production/2006Redone_Client/ClientSettings.class b/production/2006Redone_Client/ClientSettings.class new file mode 100644 index 00000000..ac8ef1c6 Binary files /dev/null and b/production/2006Redone_Client/ClientSettings.class differ diff --git a/production/2006Redone_Client/CollisionMap.class b/production/2006Redone_Client/CollisionMap.class new file mode 100644 index 00000000..67d1d20a Binary files /dev/null and b/production/2006Redone_Client/CollisionMap.class differ diff --git a/production/2006Redone_Client/Decompressor.class b/production/2006Redone_Client/Decompressor.class new file mode 100644 index 00000000..ae8d6a0f Binary files /dev/null and b/production/2006Redone_Client/Decompressor.class differ diff --git a/production/2006Redone_Client/DrawingArea.class b/production/2006Redone_Client/DrawingArea.class new file mode 100644 index 00000000..fc61c0eb Binary files /dev/null and b/production/2006Redone_Client/DrawingArea.class differ diff --git a/production/2006Redone_Client/DummyClass.class b/production/2006Redone_Client/DummyClass.class new file mode 100644 index 00000000..4679df24 Binary files /dev/null and b/production/2006Redone_Client/DummyClass.class differ diff --git a/production/2006Redone_Client/Entity.class b/production/2006Redone_Client/Entity.class new file mode 100644 index 00000000..033aa9d7 Binary files /dev/null and b/production/2006Redone_Client/Entity.class differ diff --git a/production/2006Redone_Client/EntityDef.class b/production/2006Redone_Client/EntityDef.class new file mode 100644 index 00000000..14497b13 Binary files /dev/null and b/production/2006Redone_Client/EntityDef.class differ diff --git a/production/2006Redone_Client/Flo.class b/production/2006Redone_Client/Flo.class new file mode 100644 index 00000000..1f04f02b Binary files /dev/null and b/production/2006Redone_Client/Flo.class differ diff --git a/production/2006Redone_Client/Game.class b/production/2006Redone_Client/Game.class new file mode 100644 index 00000000..1daa74d6 Binary files /dev/null and b/production/2006Redone_Client/Game.class differ diff --git a/production/2006Redone_Client/Ground.class b/production/2006Redone_Client/Ground.class new file mode 100644 index 00000000..d2bd9573 Binary files /dev/null and b/production/2006Redone_Client/Ground.class differ diff --git a/production/2006Redone_Client/IDK.class b/production/2006Redone_Client/IDK.class new file mode 100644 index 00000000..b8a08b73 Binary files /dev/null and b/production/2006Redone_Client/IDK.class differ diff --git a/production/2006Redone_Client/ISAACRandomGen.class b/production/2006Redone_Client/ISAACRandomGen.class new file mode 100644 index 00000000..cd1312fa Binary files /dev/null and b/production/2006Redone_Client/ISAACRandomGen.class differ diff --git a/production/2006Redone_Client/InputStream_Sub1.class b/production/2006Redone_Client/InputStream_Sub1.class new file mode 100644 index 00000000..d60e61fc Binary files /dev/null and b/production/2006Redone_Client/InputStream_Sub1.class differ diff --git a/production/2006Redone_Client/Item.class b/production/2006Redone_Client/Item.class new file mode 100644 index 00000000..c3e2e81c Binary files /dev/null and b/production/2006Redone_Client/Item.class differ diff --git a/production/2006Redone_Client/ItemDef.class b/production/2006Redone_Client/ItemDef.class new file mode 100644 index 00000000..999169ce Binary files /dev/null and b/production/2006Redone_Client/ItemDef.class differ diff --git a/production/2006Redone_Client/MRUNodes.class b/production/2006Redone_Client/MRUNodes.class new file mode 100644 index 00000000..57570c26 Binary files /dev/null and b/production/2006Redone_Client/MRUNodes.class differ diff --git a/production/2006Redone_Client/Main.class b/production/2006Redone_Client/Main.class new file mode 100644 index 00000000..8fc698da Binary files /dev/null and b/production/2006Redone_Client/Main.class differ diff --git a/production/2006Redone_Client/Midi.class b/production/2006Redone_Client/Midi.class new file mode 100644 index 00000000..fec42090 Binary files /dev/null and b/production/2006Redone_Client/Midi.class differ diff --git a/production/2006Redone_Client/Model.class b/production/2006Redone_Client/Model.class new file mode 100644 index 00000000..93b4e5e2 Binary files /dev/null and b/production/2006Redone_Client/Model.class differ diff --git a/production/2006Redone_Client/MouseDetection.class b/production/2006Redone_Client/MouseDetection.class new file mode 100644 index 00000000..93503ee8 Binary files /dev/null and b/production/2006Redone_Client/MouseDetection.class differ diff --git a/production/2006Redone_Client/NPC.class b/production/2006Redone_Client/NPC.class new file mode 100644 index 00000000..d5c1791b Binary files /dev/null and b/production/2006Redone_Client/NPC.class differ diff --git a/production/2006Redone_Client/Node.class b/production/2006Redone_Client/Node.class new file mode 100644 index 00000000..256e290e Binary files /dev/null and b/production/2006Redone_Client/Node.class differ diff --git a/production/2006Redone_Client/NodeCache.class b/production/2006Redone_Client/NodeCache.class new file mode 100644 index 00000000..ab13a2f9 Binary files /dev/null and b/production/2006Redone_Client/NodeCache.class differ diff --git a/production/2006Redone_Client/NodeList.class b/production/2006Redone_Client/NodeList.class new file mode 100644 index 00000000..e398b4f7 Binary files /dev/null and b/production/2006Redone_Client/NodeList.class differ diff --git a/production/2006Redone_Client/NodeSub.class b/production/2006Redone_Client/NodeSub.class new file mode 100644 index 00000000..1f683cc0 Binary files /dev/null and b/production/2006Redone_Client/NodeSub.class differ diff --git a/production/2006Redone_Client/NodeSubList.class b/production/2006Redone_Client/NodeSubList.class new file mode 100644 index 00000000..8c9d5b30 Binary files /dev/null and b/production/2006Redone_Client/NodeSubList.class differ diff --git a/production/2006Redone_Client/Object1.class b/production/2006Redone_Client/Object1.class new file mode 100644 index 00000000..e2bcb301 Binary files /dev/null and b/production/2006Redone_Client/Object1.class differ diff --git a/production/2006Redone_Client/Object2.class b/production/2006Redone_Client/Object2.class new file mode 100644 index 00000000..48daa5ea Binary files /dev/null and b/production/2006Redone_Client/Object2.class differ diff --git a/production/2006Redone_Client/Object3.class b/production/2006Redone_Client/Object3.class new file mode 100644 index 00000000..533f4a89 Binary files /dev/null and b/production/2006Redone_Client/Object3.class differ diff --git a/production/2006Redone_Client/Object4.class b/production/2006Redone_Client/Object4.class new file mode 100644 index 00000000..8f37d783 Binary files /dev/null and b/production/2006Redone_Client/Object4.class differ diff --git a/production/2006Redone_Client/Object5.class b/production/2006Redone_Client/Object5.class new file mode 100644 index 00000000..d9f146e8 Binary files /dev/null and b/production/2006Redone_Client/Object5.class differ diff --git a/production/2006Redone_Client/ObjectDef.class b/production/2006Redone_Client/ObjectDef.class new file mode 100644 index 00000000..80822623 Binary files /dev/null and b/production/2006Redone_Client/ObjectDef.class differ diff --git a/production/2006Redone_Client/ObjectManager.class b/production/2006Redone_Client/ObjectManager.class new file mode 100644 index 00000000..e3dc16db Binary files /dev/null and b/production/2006Redone_Client/ObjectManager.class differ diff --git a/production/2006Redone_Client/OnDemandData.class b/production/2006Redone_Client/OnDemandData.class new file mode 100644 index 00000000..bf533140 Binary files /dev/null and b/production/2006Redone_Client/OnDemandData.class differ diff --git a/production/2006Redone_Client/OnDemandFetcher.class b/production/2006Redone_Client/OnDemandFetcher.class new file mode 100644 index 00000000..eaa3ab2d Binary files /dev/null and b/production/2006Redone_Client/OnDemandFetcher.class differ diff --git a/production/2006Redone_Client/OnDemandFetcherParent.class b/production/2006Redone_Client/OnDemandFetcherParent.class new file mode 100644 index 00000000..c4ca3086 Binary files /dev/null and b/production/2006Redone_Client/OnDemandFetcherParent.class differ diff --git a/production/2006Redone_Client/Player.class b/production/2006Redone_Client/Player.class new file mode 100644 index 00000000..6f993705 Binary files /dev/null and b/production/2006Redone_Client/Player.class differ diff --git a/production/2006Redone_Client/RSApplet.class b/production/2006Redone_Client/RSApplet.class new file mode 100644 index 00000000..5a90b751 Binary files /dev/null and b/production/2006Redone_Client/RSApplet.class differ diff --git a/production/2006Redone_Client/RSFrame.class b/production/2006Redone_Client/RSFrame.class new file mode 100644 index 00000000..8128da45 Binary files /dev/null and b/production/2006Redone_Client/RSFrame.class differ diff --git a/production/2006Redone_Client/RSImageProducer.class b/production/2006Redone_Client/RSImageProducer.class new file mode 100644 index 00000000..cf54a566 Binary files /dev/null and b/production/2006Redone_Client/RSImageProducer.class differ diff --git a/production/2006Redone_Client/RSInterface.class b/production/2006Redone_Client/RSInterface.class new file mode 100644 index 00000000..38a47de8 Binary files /dev/null and b/production/2006Redone_Client/RSInterface.class differ diff --git a/production/2006Redone_Client/RSSocket.class b/production/2006Redone_Client/RSSocket.class new file mode 100644 index 00000000..fcccc93e Binary files /dev/null and b/production/2006Redone_Client/RSSocket.class differ diff --git a/production/2006Redone_Client/Runnable_Impl1.class b/production/2006Redone_Client/Runnable_Impl1.class new file mode 100644 index 00000000..3fe673f6 Binary files /dev/null and b/production/2006Redone_Client/Runnable_Impl1.class differ diff --git a/production/2006Redone_Client/Signlink$Position.class b/production/2006Redone_Client/Signlink$Position.class new file mode 100644 index 00000000..62ef7e45 Binary files /dev/null and b/production/2006Redone_Client/Signlink$Position.class differ diff --git a/production/2006Redone_Client/Signlink.class b/production/2006Redone_Client/Signlink.class new file mode 100644 index 00000000..13ca51b2 Binary files /dev/null and b/production/2006Redone_Client/Signlink.class differ diff --git a/production/2006Redone_Client/SizeConstants.class b/production/2006Redone_Client/SizeConstants.class new file mode 100644 index 00000000..f247f392 Binary files /dev/null and b/production/2006Redone_Client/SizeConstants.class differ diff --git a/production/2006Redone_Client/Skills.class b/production/2006Redone_Client/Skills.class new file mode 100644 index 00000000..19fff06f Binary files /dev/null and b/production/2006Redone_Client/Skills.class differ diff --git a/production/2006Redone_Client/SoundPlayer.class b/production/2006Redone_Client/SoundPlayer.class new file mode 100644 index 00000000..58f256bd Binary files /dev/null and b/production/2006Redone_Client/SoundPlayer.class differ diff --git a/production/2006Redone_Client/Sounds.class b/production/2006Redone_Client/Sounds.class new file mode 100644 index 00000000..e85ee98c Binary files /dev/null and b/production/2006Redone_Client/Sounds.class differ diff --git a/production/2006Redone_Client/SpotAnim.class b/production/2006Redone_Client/SpotAnim.class new file mode 100644 index 00000000..93e5a14c Binary files /dev/null and b/production/2006Redone_Client/SpotAnim.class differ diff --git a/production/2006Redone_Client/Sprite.class b/production/2006Redone_Client/Sprite.class new file mode 100644 index 00000000..8d2e43d3 Binary files /dev/null and b/production/2006Redone_Client/Sprite.class differ diff --git a/production/2006Redone_Client/Stream.class b/production/2006Redone_Client/Stream.class new file mode 100644 index 00000000..221f724c Binary files /dev/null and b/production/2006Redone_Client/Stream.class differ diff --git a/production/2006Redone_Client/StreamLoader.class b/production/2006Redone_Client/StreamLoader.class new file mode 100644 index 00000000..bbc237b3 Binary files /dev/null and b/production/2006Redone_Client/StreamLoader.class differ diff --git a/production/2006Redone_Client/TextClass.class b/production/2006Redone_Client/TextClass.class new file mode 100644 index 00000000..47fc3305 Binary files /dev/null and b/production/2006Redone_Client/TextClass.class differ diff --git a/production/2006Redone_Client/TextDrawingArea.class b/production/2006Redone_Client/TextDrawingArea.class new file mode 100644 index 00000000..8de3571e Binary files /dev/null and b/production/2006Redone_Client/TextDrawingArea.class differ diff --git a/production/2006Redone_Client/TextInput.class b/production/2006Redone_Client/TextInput.class new file mode 100644 index 00000000..58f99765 Binary files /dev/null and b/production/2006Redone_Client/TextInput.class differ diff --git a/production/2006Redone_Client/Texture.class b/production/2006Redone_Client/Texture.class new file mode 100644 index 00000000..679ed7a3 Binary files /dev/null and b/production/2006Redone_Client/Texture.class differ diff --git a/production/2006Redone_Client/VarBit.class b/production/2006Redone_Client/VarBit.class new file mode 100644 index 00000000..60d45488 Binary files /dev/null and b/production/2006Redone_Client/VarBit.class differ diff --git a/production/2006Redone_Client/Varp.class b/production/2006Redone_Client/Varp.class new file mode 100644 index 00000000..5b98c9ad Binary files /dev/null and b/production/2006Redone_Client/Varp.class differ diff --git a/production/2006Redone_Client/WorldController.class b/production/2006Redone_Client/WorldController.class new file mode 100644 index 00000000..9f7b7fc0 Binary files /dev/null and b/production/2006Redone_Client/WorldController.class differ