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:
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.
I also barely see any point in it unless you have errors and debug information displayed...and i dont so mine is just this,
Ive no problem with this sort of thing...i understand that people enjoy making thier console look colourful, atleast its better than the matrix one >_>
[RELEASE] Console Commands for Lame Console Look 12/07/2011 - CO2 PServer Guides & Releases - 12 Replies Well, to avoid any further useless posts on this subject... here are a ton of console based commands that will control the game from the server console. I will not explain what each does, it should be pretty easy to figure out, and I don't intend to answer stupid questions. If its a good question, I will answer it.
public static void DoStuff()
{
bool flag = true;
Console.Clear();
Console.ForegroundColor = ConsoleColor.Red;
...
[RELEASE] is your 5165 console/server spamming? 02/11/2010 - CO2 PServer Guides & Releases - 12 Replies :pimp:
I have no idea if this is out there yet but im gonna give it a shot......lmao
Is your server constantly saying this?
(Your Account) has suspiciously much silvers999999999
(Your Account) suspiciously much cps 999999999
**********************************
open Database.cs in C#
**********************************
[Release]Attribute points in console 02/03/2010 - CO2 PServer Guides & Releases - 18 Replies Hello everyone.
If you need to put manually your Attribute Points in console - option: /characters
here is form1.cs with my added function.
I think you need only replace your orginal form1 with my from archive and rebuild project.
[Release] Fun Console Shit=P 11/22/2008 - CO2 Programming - 29 Replies Aight guys,I just quickly wrote this together to see how it went up. You can do this "prank" on your mom,sister or anyone else who doesnt know computer that well.
Start a totally new Console Application:
Under static void Main(string args)
{
Add:
[Release]Lotto limit (enter 10 times a day) - LAME XD 11/15/2008 - CO2 PServer Guides & Releases - 9 Replies Okay I have a free 3 minutes, so I thought that 99% of the noobs doesn`t have this so, here it is. My excuse for the others is that I`m bored
Okay, first go to the Character.cs at the variables, and add this line :
public byte LottoCount = 0;
Now go to the Lotto NPC (ID is 1846). Modify the option which teleports you to lotto. At me it looks like this
Now, change it to this