Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Elvarg - Client/Cache/jingle1.mid
Binary file not shown.
Binary file added Elvarg - Client/Cache/jingle2.mid
Binary file not shown.
Binary file added Elvarg - Client/Cache/main_file_cache.dat
Binary file not shown.
Binary file added Elvarg - Client/Cache/main_file_cache.idx0
Binary file not shown.
Binary file added Elvarg - Client/Cache/main_file_cache.idx1
Binary file not shown.
Binary file added Elvarg - Client/Cache/main_file_cache.idx2
Binary file not shown.
Binary file added Elvarg - Client/Cache/main_file_cache.idx3
Binary file not shown.
Binary file added Elvarg - Client/Cache/main_file_cache.idx4
Binary file not shown.
Binary file added Elvarg - Client/Cache/obj.dat
Binary file not shown.
Binary file added Elvarg - Client/Cache/obj.idx
Binary file not shown.
Binary file added Elvarg - Client/Cache/sprites.dat
Binary file not shown.
Binary file added Elvarg - Client/Cache/sprites.idx
Binary file not shown.
5,675 changes: 2,443 additions & 3,232 deletions Elvarg - Client/src/com/runescape/Client.java

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Elvarg - Client/src/com/runescape/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* @author Seven
*/
public final class Configuration {

private Configuration() {

}

/**
Expand All @@ -21,16 +21,16 @@ private Configuration() {
/**
* The address of the server that the client will be connecting to
*/
public static String server_address = "localhost"; // 149.56.164.17
public static String server_address = "localhost";

public static final String CACHE_DIRECTORY = System.getProperty("user.home") + File.separator + "Cache/";

/**
* The port of the server that the client will be connecting to
*/
public static int server_port = 43595;
//JAGGRAB

// JAGGRAB
public static final int JAGGRAB_PORT = 43596;
public static final int FILE_SERVER_PORT = 43597;

Expand All @@ -44,12 +44,12 @@ private Configuration() {
/**
* The url that the users will get redirected to after clicking "New User"
*/
public static final String REGISTER_ACCOUNT = "www.google.com";
public static final String REGISTER_ACCOUNT = "http://www.exigence.org/";

/**
* A string which indicates the Client's name.
*/
public static final String CLIENT_NAME = "Elvarg";
public static final String CLIENT_NAME = "Exigence";

/**
* Dumps map region images when new regions are loaded.
Expand Down Expand Up @@ -155,7 +155,7 @@ private Configuration() {
* Enables the HUD to display 10 X the amount of hitpoints
*/
public static boolean tenXHp = false;

/**
* Should it be snow in the game? White floor.
*/
Expand Down
Loading