Edit ur Inis in server files using ur Static IP adress, Make sure ports are forwarded (Cf How to setup the famous shaiya server topic) to get the list of the ports.
sorc problem (static) beim d2nt 07/04/2010 - Diablo 2 - 2 Replies yo hab in der suchfunktion nichts gefunden, habe folgenden fehler mit meiner sorc:
blablapfad:scripts/libs/common/NTAttack.ntl (604) : ReferenceError: NTConfig_CastStatic is not defined
hier ma der abschnitt in der besagten datei:
return 3;
}
Problem with public static byte Authenticate 06/10/2010 - CO2 Private Server - 1 Replies database.cs line 1498
public static byte Authenticate(string UserName, string Password)
{
try
{
MySqlDataAdapter DataAdapter = new MySqlDataAdapter("SELECT * FROM `Accounts` WHERE `AccountID` = '" + UserName + "'", Connection);
DataSet DSet = new DataSet();
DataAdapter.Fill(DSet, "Account");