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

Having problem with multiworld, cant log in server

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
Hi in my multiworld player list appears, but i cant connect to server, this is my set up:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
    <server id="0" name="Coatza" versionMin="860" versionMax="860" address="50.30.33.39" port="7171"/>
    <server id="1" name="Argos" versionMin="860" versionMax="860" address="50.30.33.39" port="7173"/>
 </servers>
Code:
-- Connection config
	worldId = 0
	ip = "50.30.33.39"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to MxSoft Servers!"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = false
	serverName = "Coatza"
	loginMessage = "Welcome to Back!.. Have Fun"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = true
	premiumPlayerSkipWaitList = false
Code:
	-- Connection config
	worldId = 1
	ip = "50.30.33.39"
	bindOnlyConfiguredIpAddress = false
	loginPort = 0
	gamePort = 7173
	adminPort = 0
	statusPort = 0
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to MxSoft!\n-Ask for help in help channel."
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = false
	serverName = "Argos"
	loginMessage = "Welcome to MxSoft Real Map!.. Enjoy our 100% real tibia war system!"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false
 
Does Argos work? if Argos works but not Coatza try changing the port " <server id="0" name="Coatza" versionMin="860" versionMax="860" address="50.30.33.39" port="7171"/> " to 7172 ;P cuz this will just redirect u back to the loginserver? should be the gameserver port, hope this helps :) :ninja:
 
you need to compile the source with loginserver also!
and edit database so the second world is world id 1 instead of 0
they need the same port if you are using loginserver
so login port = 7171 and the gameport diffrent!
 
Last edited:
Now i can log in succesfully into Coatza but i cant in Argos, in argos i dont use tfs compiled with login server.
 
there is your problem! you need to use login server to use port 7171 for login server else you just change 7171 and 7172 on the first and on the second 7173 and 7174 and that will also work!
 
Back
Top