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

[Request]Need save on the specific hour

lukluk

New Member
Joined
Jun 3, 2009
Messages
7
Reaction score
0
Hi
I want save my ots on the 9.00 and send brodcast message to all "Server is shuting down in 5 minutes" did it possible to do without gm?
 
Code:
	<globalevent name="save" time="09:00" event="script" value="save.lua"/>
:D ! you might need to modify save.lua a bit, too
 
Maybe go to config.lua and set this:
Code:
	-- Global save
	globalSaveEnabled = "yes"
	globalSaveHour = 9
	shutdownAtGlobalSave = "no"
	cleanMapAtGlobalSave = "no"
 
Back
Top