[Release] MOTD

09/17/2008 04:26 konkizta#16
It is very useful when the server is in repair.

It would be well.

Quote:
System.IO.StreamReader tr = new System.IO.StreamReader(System.Windows.Forms.Applic ation.StartupPath + @"Repair.txt");
string A = null;
while ((A = tr.ReadLine()) != null)
{
SendPacket(General.MyPackets.SendMsg(MessageId, "System", MyChar.Name, A, 2101));
}
tr.Close();
Repair.txt
Quote:
Server Maintenance. Try later
Server Maintenance. Try later.
09/17/2008 09:25 YukiXian#17
Nice, Is alot more easyer
09/17/2008 12:43 Rechocto#18
Quote:
Nice, Is alot more easyer
OW! My IQ :'(
09/17/2008 13:37 glupkotrup#19
Haha lol... . . . );
09/17/2008 14:40 keving#20
Easy to write but better then nothing :P
MOTD = Message of the Day
09/17/2008 15:01 `xEnt#21
I cant believe you actually get thanked for doing something as easy as this, no offence good job but i didn't know these little things were worth making a post for, i was wrong.

MOTD = Message of the Day.
09/17/2008 15:25 taguro#22
Quote:
Originally Posted by `xEnt View Post
I cant believe you actually get thanked for doing something as easy as this, no offence good job but i didn't know these little things were worth making a post for, i was wrong.

MOTD = Message of the Day.
Any contribution that furthers peoples knowledge should be thanked, no matter how big or small.
09/17/2008 15:43 glupkotrup#23
/Agreed
09/17/2008 15:47 Rechocto#24
Quote:
Originally Posted by `xEnt View Post
I cant believe you actually get thanked for doing something as easy as this, no offence good job but i didn't know these little things were worth making a post for, i was wrong.

MOTD = Message of the Day.

Little things like making your own life easier as Admin such as with a proper MOTD, are things people tend not to think of most often.. who knows how many things we haven't thought of that could make everything run just that LITTLE bit smoother... and how much smoother everything would run if all of those little things were achieved?
09/17/2008 15:49 glupkotrup#25
/Totally agreed...
09/19/2008 21:20 YukiXian#26
Quote:
Originally Posted by konkizta View Post
It is very useful when the server is in repair.

It would be well.



Repair.txt
I don't understand this, Could you explain more?
Like, The message "Server Maintenance. Try Later." will come up when the Server is Offline? :rolleyes:
09/19/2008 21:40 Rechocto#27
Server maintenance is a client-side message contained in StrRes.ini, pops up when the client can't establish a connection

the MOTD is the stuff that "[system]" says in your chat box when you log on
11/15/2008 03:23 almoshax.#28
ITS working thank u