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

Help With my error on server

Joined
Jun 24, 2009
Messages
103
Reaction score
0
Location
Sweden
Hello i got a error on my server so i cant login if some1 now how to solve this please let me now

here is the error

When i log in "tibia" i get this error and it says "account and password is incorrect"

and i get this error in consolle


zoom link picture
Yfrog Image : yfrog.com/na97376059p

97376059.png


help me solve this ! please
 
Code:
	-- Connection Config
	ip = "85.225.83.251"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the Forgotten Server!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Forgotten"
	loginMessage = "Welcome to the Forgotten Server!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"
 
The bug clearly shows that you are missing a column in your db, I dont know the exact line but it has NOTHING to do with config.lua :p
 
Back
Top