That's common sense lolQuote:
Haha Thats what i thought when I first got it... Nevermind I got the server.dat to work now
What I did was
Change name in C# then change all IPS in packetprocessor.cs to my IP then debug both the projects then changed BOTH the names now into My name I put in C# in server.dat and the IP in server.dat is 127.0.0.1 and got it to work
Gosh! so simple Prolly not worth making a guide but if i see a bunch of people asking I will
But gosh I've done that before and it didnt work
wtf i did that and = fail b4 ill try again later i wanna figure out how to fix all the items npcs and shit work new to thisQuote:
Haha Thats what i thought when I first got it... Nevermind I got the server.dat to work now
What I did was
Change name in C# then change all IPS in packetprocessor.cs to my IP then debug both the projects then changed BOTH the names now into My name I put in C# in server.dat and the IP in server.dat is 127.0.0.1 and got it to work
Gosh! so simple Prolly not worth making a guide but if i see a bunch of people asking I will
But gosh I've done that before and it didnt work
MySqlConnection C = null;
MySqlConnection C = null;
try
{
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'");
C.Open();
}