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

Auto-Saving

Axexis

New Member
Joined
Nov 2, 2007
Messages
7
Reaction score
0
Hello,

Is any option i config to auto-save of server status? In last days, I must force-restart my OT and the ppl from my Ot was loosed so many items.

So, Is possible to do, that the auto-save option will be in config.lua? I know, that is the "!save" command, and the "!save \"{time}" command, but I'm not sure this operate.

Regards
 
Why don't you just set the
Code:
-- Server Save
	serverSaveHour = 12
	shutdownAtServerSave = "no"
	cleanMapAtServerSave = "yes"

In your config to whatever time you'd like.
 
I quess it doesn't work propertly :|

I think that better will be here "automatic save" configurable in config. Not command !save" becouse its sux. ALl servers have auto save ;) but THS? Remove 1 save per day, becouse it isn't much, better save per "minutes" writted in config. "!save" doesn't save all, and sometimes my players too lost items, don't know why.

@Empty

But it saves only 1 time per day. But sometimes server crash, what then?
 
Yes, I search for auto-saving one per 5 min (ex), not for one per day

Regards
 
Ok, but... Is any script, which I can compile to my engine?

regards
 
Back
Top