mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 16:49:07 +00:00
Client linux support and server connection
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
@@ -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.
Reference in New Issue
Block a user