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

GM/GOD logs save

In /data/, create a folder 'logs', there create a folder 'talkactions'.
If the folder were already there, it's usually being logged already.
 
in config lua:

Code:
	-- Connection Config
	ip = "127.0.0.1"
	bindOnlyGlobalAddress = "no"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the Forgotten Server!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Forgotten"
	loginMessage = "Welcome to the Forgotten Server!"
	[COLOR="#FF0000"][U]adminLogsEnabled = "no"[/U][/COLOR]
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"
 
displayGamemastersWithOnlineCommand = true
adminLogsEnabled = true
displayPlayersLogging = true
prefixChannelLogs = ""
runFile = ""
outLogName = ""
errorLogName = ""
truncateLogsOnStartup = false

its selected but not work ...
 
Back
Top