Client linux support and server connection

This commit is contained in:
dginovker
2019-06-19 11:08:44 -04:00
parent bb24f57d54
commit b9abeaa967
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class ClientSettings {
/** /**
* The Servers Ip * The Servers Ip
*/ */
public final static String SERVER_IP = "127.0.0.1"; public final static String SERVER_IP = "35.226.247.68";
/** /**
* The Npc Bits for the Server * The Npc Bits for the Server
*/ */
+3 -3
View File
@@ -2,8 +2,7 @@
// Jad home page: http://www.kpdus.com/jad.html // Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) // Decompiler options: packimports(3)
import java.awt.Frame; import java.awt.*;
import java.awt.Graphics;
@SuppressWarnings("serial") @SuppressWarnings("serial")
final class RSFrame extends Frame { final class RSFrame extends Frame {
@@ -11,7 +10,8 @@ final class RSFrame extends Frame {
public RSFrame(RSApplet RSApplet_, int i, int j) { public RSFrame(RSApplet RSApplet_, int i, int j) {
rsApplet = RSApplet_; rsApplet = RSApplet_;
setTitle(ClientSettings.SERVER_NAME); setTitle(ClientSettings.SERVER_NAME);
setResizable(false); setResizable(true);
setMinimumSize(new Dimension(i + 8, j + 28));
setVisible(true); setVisible(true);
toFront(); toFront();
setSize(i + 8, j + 28); setSize(i + 8, j + 28);
+1 -1
View File
@@ -37,7 +37,7 @@ village = false
lastThieve = 0 lastThieve = 0
homeTele = 0 homeTele = 0
strongHold = false strongHold = false
character-energy = 49 character-energy = 50
crystal-bow-shots = 0 crystal-bow-shots = 0
splitChat = false splitChat = false
canSpeak = true canSpeak = true
Binary file not shown.
Binary file not shown.
Binary file not shown.