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

How Activating serversave like tibia cipsoft with the last TFS?

Tatuy

New Member
Joined
Jul 6, 2007
Messages
147
Reaction score
4
what should I change to a serversave functioning properly? I have the last vercion of TFS

Look this:
Code:
	-- Real Server Save
	-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,
	-- if you want such a system use autoSaveEachMinutes. this serversave method
	-- may be unstable, we recommend using otadmin if you want real serversaves.
	serverSaveEnabled = "no"
	serverSaveHour = 3
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

	-- Server saving
	autoSaveEachMinutes = 15
	saveGlobalStorage = "no"
 
lmao! Didnt know that. I though :

Code:
serverSaveHour = 11
would save server 11 hours after starting it. :o Dmn now global server save pwnz!! jajajaj! repforuguyzz!!
 
Back
Top