From d0ee31af335b56cd5ddfdfc4653034662fefab78 Mon Sep 17 00:00:00 2001 From: Robert Fritzen Date: Sat, 2 Aug 2014 10:28:56 -0500 Subject: [PATCH] A few fixes, adjusted SSI location --- scripts/TWM2/PGDConnect/ServerInteraction.cs | 6 +++--- scripts/TWM2/Systems/DChalg.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/TWM2/PGDConnect/ServerInteraction.cs b/scripts/TWM2/PGDConnect/ServerInteraction.cs index 3ba3484..80ac95f 100644 --- a/scripts/TWM2/PGDConnect/ServerInteraction.cs +++ b/scripts/TWM2/PGDConnect/ServerInteraction.cs @@ -11,9 +11,9 @@ // : Servers: [CORE] [SATELITE] // ============================================================ -$Generic_Rank_Cap = 75000; //if we cannot get a valid connection -$TWM2Core_Interface = "www.phantomdev.net" TAB "www.tacticaluprising.phantomdev.net"; //don't touch, server connections -$TWM2ServerInfo_Loc = "/ssiInterface.php"; +$Generic_Rank_Cap = 3000000; //if we cannot get a valid connection +$TWM2Core_Interface = "www.phantomdev.net" TAB "www.public.phantomdev.net"; //don't touch, server connections +$TWM2ServerInfo_Loc = "/Univ/ssiInterface.php"; //connects to the server function establishPGDConnection() { diff --git a/scripts/TWM2/Systems/DChalg.cs b/scripts/TWM2/Systems/DChalg.cs index 3c9aa91..8dbda60 100644 --- a/scripts/TWM2/Systems/DChalg.cs +++ b/scripts/TWM2/Systems/DChalg.cs @@ -729,7 +729,7 @@ function updateChallengeFile(%client) { // echo("Daily Challenge File Expired for "@%client@", preparing new file."); // - %client.resetAtttempts++; + %client.resetAttemps++; if(%client.resetAttemps >= 3) { error("Client "@%client@" reset attempts > 3, disabling challenge interpreter"); %client.cannotReset = 1;