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

Help with ports

Stc

Hard Rocker
Joined
Aug 31, 2008
Messages
42
Reaction score
1
Location
Chile
hello , i have a problem in my server tfs0.3 (latest version)

this is my config.lua
Code:
	-- Connection config
	worldId = 0
	ip = "201.223.56.XXX"
	loginPort = 7171
	gamePort = 7272
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "50"
	motd = "welcome blablabla..!"
	displayOnOrOffAtCharlist = "no"
	onePlayerOnlinePerAccount = "yes"
	allowClones = 0
	serverName = "Server"
	loginMessage = "welcome and blababla.!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"
	forceSlowConnectionsToDisconnect = "no"
	loginOnlyWithLoginServer = "no"



and this is the error
errorh.jpg



the server closes :(
help plx
 
Back
Top