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

Close Please

Kudzu

Active Member
Joined
Apr 9, 2008
Messages
512
Reaction score
38
Location
localhost
What I must change in this files to see characters with all worlds from that same computer in two differents folders?

Server 1 config:
worldId = 0
ip = "127.0.0.1"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7173
adminPort = 7172
statusPort = 7172
loginTries = 7
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 2000
motd = "Welcome"
displayOnOrOffAtCharlist = true
onePlayerOnlinePerAccount = false
allowClones = false
serverName = "Server One"
loginMessage = "Yo."
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = true
loginOnlyWithLoginServer = true
premiumPlayerSkipWaitList = true

Server 1 file servers.xml
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="Server One" versionMin="850" versionMax="850" address="127.0.0.1" port="7172"/>
<server id="1" name="Server Two" versionMin="850" versionMax="850" address="127.0.0.1" port="7174"/>
</servers>

And now second server,config:
worldId = 1
ip = "127.0.0.1"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7173
adminPort = 7171
statusPort = 7171
loginTries = 7
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 2000
motd = "Welcome"
displayOnOrOffAtCharlist = true
onePlayerOnlinePerAccount = false
allowClones = false
serverName = "Server Two"
loginMessage = "Welcome."
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = true
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = true
Servers.xml
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="default" versionMin="854" versionMax="854" address="127.0.0.1" port="7173"/>
<server id="1" name="default" versionMin="854" versionMax="854" address="127.0.0.1" port="7174/>
</servers>
 
Last edited:
put it here.. so people can use it..

oft: why the hell people get quiet after getting help? why doesn't many put the info on the thread that can be used for other people? :huh:

in fact.. not giving the information, will cause more people will create a familiar quest with same subject, and none will contain information, therefor it's hard find the solution and people start to make new threads and old users that never use search flame "Use search omg lol".. try it and you'll see 1000000000000000000000 post with no solution,
 
Back
Top