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

Multi log.

Jester753

New Member
Joined
Jun 15, 2012
Messages
30
Reaction score
0
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
 
So, you can connect with one account to the server? But when you try to MC login (login with 2 different accounts) it dosnt work?
Do one of your characters get kicked when logging into another one then? Even though they are on different accounts?

Go look in your server folder then ->data->creaturescripts->scripts->Antimagebomb.lua (or smt like that). Might be antiMC aswell
 
Back
Top