Can't get off Night

Lloyd

New Member
I have re-install 3 times, and my server is still running night. I would like it to run 24/7 Daytime.
My server config shows GMT -1
and my HiveExt is showing Local , offset=0 Hour=8

I just want it setup for Mountain Time

I don't know what I am missing, its not that hard?
 
if you want to have different time you need to change your settings to this.

Code:
[Time]
;Possible values: Local, Custom, Static
Type = Static
;If using Custom type, offset from UTC in hours (can be negative as well)
;Offset = 0
;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
Hour = 8

This will set your server to start at 8am everytime it starts up. But if you are wanting it to have a time offset you must use the offset variable not the hour variable. And change the type to Custom


Code:
[Time]
;Possible values: Local, Custom, Static
Type = Custom
;If using Custom type, offset from UTC in hours (can be negative as well)
Offset = -1
;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
;Hour = 0
 
Back
Top