Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to set the server time or reset it to new day ?

Status
Not open for further replies.
Initiate Mage
Joined
Aug 28, 2013
Messages
3
Reaction score
0
I want to asc then join a faction on the same day but i don't know how to change the server time or reset it :*:

I'm using this version pleas help :*:
 
Junior Spellweaver
Joined
Dec 15, 2012
Messages
170
Reaction score
9
you can use this
and can you tell us which sites you use to obtain jd stuff and knowledges like the one above
 
Last edited:
Junior Spellweaver
Joined
Dec 15, 2012
Messages
170
Reaction score
9
i can't beleive after a deeper search i find that blog can teach even a monkey to make a server
 
Skilled Illusionist
Joined
Nov 25, 2010
Messages
341
Reaction score
32
Set linux time



/date -s "24:00:00"

cd /etc

ln -sf /usr/share/zoneinfo/EST/ localtime


`/sbin/hwclock --systohc


# /etc/sysconfig/clock sets whether the hardware clock is stored as UTC or local time.

# Symlink /etc/localtime to /usr/share/zoneinfo/... to set your timezone.

ln -sf ../usr/share/zoneinfo/your/zone /etc/localtime

# Run ``date MMDDhhmm'' to set the current system date/time.

# Type ``/sbin/hwclock --systohc [--utc]'' to set the hardware clock.
 
Status
Not open for further replies.
Back
Top