I'm designing a new server and for now i would so i can connect on via multi client to two different accounts. I'm running tfs 0.3.7 on tibia 8.6. Here's my connection config, but it still doesn't work.
PHP:
-- Connection config
worldId = 0
ip = "127.0.0.1"
bindOnlyConfiguredIpAddress = true
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Welcome to the Forgotten Server 8.60!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = false
allowClones = true
serverName = "Forgotten 8.60"
loginMessage = "Welcome to the Forgotten Server 8.60!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = false
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false