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

[TFS] Multi-World how it work?

drax skylon

o.O DrAx O.o
Joined
Sep 9, 2008
Messages
225
Reaction score
3
Hello I'd like to know how Multi-World system works because I want create a second world in my server...

Please help me...
Thank you.
 
Config.lua
PHP:
	-- Connection config
	worldId = 0
	ip = "..."
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 100
	motd = "Welcome"
	displayOnOrOffAtCharlist = "no"
	onePlayerOnlinePerAccount = "no"
	allowClones = 0
	serverName = "Boon"
	loginMessage = "Welcome!"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "no"
	forceSlowConnectionsToDisconnect = "no"
	loginOnlyWithLoginServer = "no"
	premiumPlayerSkipWaitList = "no"

PHP:
	worldId = 0
Change it! but u need 2 Server then ;P
 
Back
Top