Aight,im sick today and has nothing to do,poor me. Saw a post when LetterX acted cool and showed up his console,so I'd thought I release how to do that. I wont explain since theres 1 / 100 who actually read the explonations , so yeah here it goes:
Search for :
Under, add :
Search for :
Until you get to that list where it loads shitloads of things, add this under :
Search for :
Under, add :
Search for :
Code:
ServerIP = Config.ReadValue("Server", "ServerIP");
Code:
Console.ForegroundColor = ConsoleColor.DarkBlue;
Console.WriteLine("Configuring MYSQL Database...");
Search for :
Code:
DataBase.AllOffline();
Code:
Console.ForegroundColor = ConsoleColor.Cyan;
Console.WriteLine("Database IP : " + IPAddress.Any);
Console.WriteLine("Server IP : " + ServerIP);
Console.WriteLine("Database Username : " + DBUserName);
Console.WriteLine("Database Password : " + DBUserPass);
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("Successfully Configured Database!");
Console.WriteLine("");
Console.WriteLine("");
Console.ForegroundColor = ConsoleColor.DarkBlue;
Console.WriteLine("Configuring Socket System...");
Search for :
Code:
GameServer.Enabled = true;
Under, add :
Code:
Console.ForegroundColor = ConsoleColor.Cyan;
Console.WriteLine("Auth Server: " + AuthServer.Port);
Console.WriteLine("Game Server: " + GameServer.Port);
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("Successfully Configured Socket System!");
Console.WriteLine("");
Console.WriteLine("");
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("The server was started on " + DateTime.Now);
Console.WriteLine("");
Console.WriteLine("");
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("--Type .help for a list of available Console Commands--");
There ya go. Tho you have to code commands yourself but thats really easy. Should work if you have original lotf, or maybe not because I edited mine tons ( lawl ) . Well goodluck I wont help because this is too simple.