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

MultiWorld System - Problem

951357

New Member
Joined
Nov 27, 2008
Messages
30
Reaction score
0
Location
Brazil
I have TFS 0.3.4 PL 2 (Crying Damson).

I'm having problems configuring the Multiworld system.

I modified the following files:

config.lua
Server 1
-- Connection config
worldId = 0
ip = "127.0.0.1"
loginPort = 7171
gamePort = 7173
adminPort = 7171
statusPort = 7171
[...]
serverName = "Server 1"
[...]
loginOnlyWithLoginServer = "yes"
Server 2
-- Connection config
worldId = 1
ip = "127.0.0.1"
loginPort = 7172
gamePort = 7174
adminPort = 7172
statusPort = 7172
[...]
serverName = "Server 2"
[...]
loginOnlyWithLoginServer = "yes"

xml/servers.xml
Server 1
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="Server 1" versionMin="841" versionMax="842" address="127.0.0.1" port="7171"/>
<server id="1" name="Server 2" versionMin="841" versionMax="842" address="127.0.0.1" port="7172"/>
</servers>
Server 2
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="Server 1" versionMin="841" versionMax="842" address="127.0.0.1" port="7171"/>
<server id="1" name="Server 2" versionMin="841" versionMax="842" address="127.0.0.1" port="7172"/>
</servers>

Help me please.
Thanks. ;]

Cya ~
 
Last edited:
Back
Top