mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
Client linux support and server connection
This commit is contained in:
@@ -18,7 +18,7 @@ public class ClientSettings {
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
// Jad home page: http://www.kpdus.com/jad.html
|
||||
// Decompiler options: packimports(3)
|
||||
|
||||
import java.awt.Frame;
|
||||
import java.awt.Graphics;
|
||||
import java.awt.*;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
final class RSFrame extends Frame {
|
||||
@@ -11,7 +10,8 @@ final class RSFrame extends Frame {
|
||||
public RSFrame(RSApplet RSApplet_, int i, int j) {
|
||||
rsApplet = RSApplet_;
|
||||
setTitle(ClientSettings.SERVER_NAME);
|
||||
setResizable(false);
|
||||
setResizable(true);
|
||||
setMinimumSize(new Dimension(i + 8, j + 28));
|
||||
setVisible(true);
|
||||
toFront();
|
||||
setSize(i + 8, j + 28);
|
||||
|
||||
@@ -37,7 +37,7 @@ village = false
|
||||
lastThieve = 0
|
||||
homeTele = 0
|
||||
strongHold = false
|
||||
character-energy = 49
|
||||
character-energy = 50
|
||||
crystal-bow-shots = 0
|
||||
splitChat = false
|
||||
canSpeak = true
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user