• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Can not login into my OT

hejd12345

New Member
Joined
Apr 11, 2012
Messages
255
Reaction score
1
Location
Sweden
It seems I can not login to my OT, no errors in the Tibia client and it says "Your character list is being loaded. Please wait." 24/7. What could be the problem?
 
It seems I can not login to my OT, no errors in the Tibia client and it says "Your character list is being loaded. Please wait." 24/7. What could be the problem?
port 7171 (Tcp) isnt open OR in your config.lua you havent put your CURRENT ip adress tell me if it sitll dont work after trying both.
 
port 7171 (Tcp) isnt open OR in your config.lua you havent put your CURRENT ip adress tell me if it sitll dont work after trying both.
I tried both but it did not work. Here is a bit of my config.lua. I just want to login on my OT so that is why I am using my localhost.
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "zzz"
mysqlPass = "xxxxx"
mysqlDatabase = "zzz"
mysqlPort = 3306
mysqlSock = ""

-- Connection Config
ip = "127.0.0.1"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "1000"
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Forgotten"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 25
 
I tried both but it did not work. Here is a bit of my config.lua. I just want to login on my OT so that is why I am using my localhost.
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "zzz"
mysqlPass = "xxxxx"
mysqlDatabase = "zzz"
mysqlPort = 3306
mysqlSock = ""

-- Connection Config
ip = "127.0.0.1"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "1000"
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Forgotten"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 25
so you opened the port 7171? and change 127.0.0.1 in your config.lua to your ip adress
(you can find your ip adress in whatismyip.com)) try and tell me

Open ports 7171 TCP AND 7172 btw let me know.
 
I tried both but it did not work. Here is a bit of my config.lua. I just want to login on my OT so that is why I am using my localhost.
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "zzz"
mysqlPass = "xxxxx"
mysqlDatabase = "zzz"
mysqlPort = 3306
mysqlSock = ""

-- Connection Config
ip = "127.0.0.1"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "1000"
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Forgotten"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 25
you only use localhost with your IP changer, you need to enter your actual IP for the serv IP (not mysql, that stays localhost)
 
so you opened the port 7171? and change 127.0.0.1 in your config.lua to your ip adress
(you can find your ip adress in whatismyip.com)) try and tell me

Open ports 7171 TCP AND 7172 btw let me know.
I opened all ports!

My config now looks like this:
-- MySQL
mysqlHost = "146.185.11.qqq"
mysqlUser = "zzz"
mysqlPass = "xxxxx"
mysqlDatabase = "zzz"
mysqlPort = 3306
mysqlSock = ""

-- Connection Config
ip = "146.185.11.qqq"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "1000"
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Forgotten"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 25

Now I can not run my server:
https://i.imgur.com/XuyDgJv.png
 
I opened all ports!

My config now looks like this:
-- MySQL
mysqlHost = "146.185.11.qqq"
mysqlUser = "zzz"
mysqlPass = "xxxxx"
mysqlDatabase = "zzz"
mysqlPort = 3306
mysqlSock = ""

-- Connection Config
ip = "146.185.11.qqq"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "1000"
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Forgotten"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 25

Now I can not run my server:
https://i.imgur.com/XuyDgJv.png
Nvm, I change mysqlHost to mysqlHost = localhost but it still does not work.
 
Okay. Now it say my accnmr/password is incorrect. I have created an account in my phpadmin so I can login with 1/1 but it seems it does not work.
 
Back
Top