• 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!

Lua Need help with my website! 2 things and a question about global save!

1. For me it's working good.

2. I heard that is bug with gesior acc and you should add new ticker or something like that.

3. I'm not sure but try to change in globalevents.xml this:
Code:
	<globalevent name="save" interval="900" event="script" value="save.lua"/>
to
Code:
	<globalevent name="save" time="12:00" event="script" value="save.lua"/>
 
the globalsave can you cange in config.lua

like this:
Lua:
        globalSaveEnabled = "true"
        globalSaveHour = 12
        shutdownAtGlobalSave = "true"
        cleanMapAtGlobalSave = "true"
 
NOTE: globalSaveHour means like 08:00, not that it will save every 8 hours,
if you want such a system please check out data/globalevents/globalevents.xml.
 
Back
Top