|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#2 (permalink) | ||
|
Forum Expert
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 35
Posts: 3,848
|
Quote:
I would like to see date/time in console as well, because it would be easier to determine if some of my alerts that I have sending to the console are happening when they should... I have this mostly happening to make sure a certain event is happening in the correct time frame... I've been trying to do this for a while to no real availe... maybe I'll have a breakthrough in the next few weeks, then again maybe not.
__________________
Quote:
Just a Simple Staff Tool You can leave me messages. Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else." |
||
|
|
|
|
|
#3 (permalink) |
|
there are functions that can be called to return the current system date and time. I'm afraid I'm not in a position right now to look them up for you...however if you add these functions and return the info to a variable or however they work (I'd have to look it up again...) you can then write them into your script as such...
Code:
Console.WriteLine("{0}.{1}.{2} {3}:{4}:{5} <any information you want to display here>", dateVariable.Day, dateVariable.Month, dateVariable.Year, dateVariable.Hour, dateVariable.Minutes, dateVariable.Seconds);
|
|
|
|
|
|
|
#5 (permalink) |
|
Ohhh lol ok. I gotcha, this was posted under server support, so I thought it was something you were trying to get to do in a script of some sort. I don't think there is a switch that turns on any features like what you are talking about, but maybe a nice forum moderator can move this post over to the suggestions forum?
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|