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.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?
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.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.
so you opened the port 7171? and change 127.0.0.1 in your config.lua to your ip adressI 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)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 opened all ports!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.
Nvm, I change mysqlHost to mysqlHost = localhost but it still does not work.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
is your website working? apache and mysql services running?Nvm, I change mysqlHost to mysqlHost = localhost but it still does not work.
Yep, everything works fine according to vapus.net.open your server and check here your open ports:
http://vapus.net/canihost
Both mysql and apache is running.is your website working? apache and mysql services running?
then its a bug from your ot maybe ;p could u ever login to it before?Both mysql and apache is running.
I have hosted OTs before and it worked perfectly but it was not the same OTs.then its a bug from your ot maybe ;p could u ever login to it before?