• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help Server Save

Haynz

New Member
Joined
Jan 7, 2011
Messages
53
Reaction score
1
Hello, I have the following problem.
My Server does not save

it follows the settings

- Global save
- NOTE: globalSaveHour means like 3:00, not that it will save Every three hours,
- If you want such a system please check out date / globalevents / globalevents.xml.
globalSaveEnabled = true
globalSaveHour = 13
globalSaveMinute = 15
shutdownAtGlobalSave = true
cleanMapAtGlobalSave = true
need urgent help
I thank
Haynz
 
Hello, I have the following problem.
My Server does not save

it follows the settings


need urgent help
I thank
Haynz

- Global save
- NOTE: globalSaveHour means like 3:00, not that it will save Every three hours,
- If you want such a system please check out date / globalevents / globalevents.xml.
globalSaveEnabled = true
globalSaveHour = 1
globalSaveMinute = 30
shutdownAtGlobalSave = true
cleanMapAtGlobalSave = true


idk maybey this will help i have a 8.0 server i put that in and it worked for me :p cus i had the same prob good luck, you had it so it saves every 13 hours lo


OR LIKE IT SAYS: - If you want such a system please check out date / globalevents / globalevents.xml.l


~kEFFALY
 
Right ...
So I'll be doing a quiz for the 12:35 GMT.
If it works I'll post if I do not put too
hahahahaha

well put

- Global save
- NOTE: globalSaveHour means like 3:00, not that it will save Every three hours,
- If you want such a system please check out date / globalevents / globalevents.xml.
globalSaveEnabled = true
globalSaveHour = 12
globalSaveMinute = 35
shutdownAtGlobalSave = true
cleanMapAtGlobalSave = true


PS :

My Global events
following

<globalevents>
<globalevent name="save" interval="900000" event="script" value="save.lua"/>
<globalevent name="clean" interval="7200000" event="script" value="clean.lua"/>

<globalevent name="init" type="startup" event="script" value="init.lua"/>
<globalevent name="globalsave" type="globalsave" event="script" value="init.lua"/>
<globalevent name="record" type="record" event="script" value="record.lua"/>

<! - <globalevent Name="timer_example" time="21:35:11" event="script" value="my_script.lua"/> ->
</ globalevents>
 
Back
Top Bottom