• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[LUA]Config

Maten

New Member
Joined
Mar 16, 2009
Messages
219
Reaction score
2
hey!

When i use my own ip in config.lua
like this:
Code:
	worldId = 0
	ip = "78.82.22.104"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to the otplanet Server! 
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = false
	serverName = "otplanet"
	loginMessage = "Welcome to the otplanet Server!
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false

The server craches after 5-10 min

but if i use 127.0.0.1 instead of 78.82.22.104 the server works fine, and I tryed to whit many chars online on this ip 127.0.0.1 and it dosent crach, can anyone please help me?:o
 
Back
Top