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

Windows Wrong Acc/Pass on RealServer 10.31

Dark ShaoOz

Member
Joined
Apr 19, 2009
Messages
80
Reaction score
5
I have a problem here, i have everything done good, installed tfs 1.0, got the 10.31 server, all configured, website works good, database its ok all character and accounts can be made in website, I run the server and it runs normally with no errors, but when i try to log in it says wrong password and account... I invite my friends and they have the same thing, wrong password and account... Im hosting a real8.6 and works without any problem, i download the 10,31 and i cant log in, i have the otlandip changer and the 10.31 client, i dont know whats the error then, please help me. I can even pay for it!
 
You've checked your config.lua so it's correctly with the database? Just a small town id can cause this problem.
Try to run Tibia and IP Changer as Administrator on your computer.
 
Try this first:
check your mysql info if they are right with your database.
In config.lua go to
Code:
    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "mysql"
    sqlHost = "127.0.0.1"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "pass"
    sqlDatabase = "myserver"
    sqlFile = "mysql.sql"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"
Check if "sqlUser" and "sqlPass" is right. Next check if "sqlHost" is localhost or 127.0.0.1.. Try both.. If localhost doesn't work try 127.0.0.1


If that didn't work.

Make a backup of your database and then reinstall your server tool (Uniserver, Xammp) or anything.
Remake your database. Change your config according to the database you make.. Import your backup.. Everything should be fine now. Try making a new account and log in on it. Post any errors.
 
If that didn't work.

Make a backup of your database and then reinstall your server tool (Uniserver, Xammp) or anything.
Remake your database. Change your config according to the database you make.. Import your backup.. Everything should be fine now. Try making a new account and log in on it. Post any errors.

BEFORE YOU DO THAT! Do this: (may save lots of time)


1. Connect to your server and in the same time: Check your firewall for information which IP your Tibia.exe is connecting.
2. Then check who is the owner of that IP, is your server or Cipsoft? Paste IP into google.com, not to a browser's adres bar!
3. If it is your server - Enable logs in config.lua for wrong acc/pass (logs default saved in data/logs/)
4. Connect to server. If sth is appearing in logs - Check your account creator (web site if you are using it) and reconfigure it. Becouse problem is here.
5. If Tibia.exe's connecting IP is belong to Cipsoft servers - problem is with IP changer.
6. If Tibia.exe's connecting IP is your server's IP and nothing is appearing in logs do what @Saitohimea said.
 
Last edited:
Installed everything again and now it works, but Now its a different error, I log into my character list and It doesnt connect to the work, i changed all the samples and manager to the town 2 (thais) and 32369.32241,8 position.. My friends says that they got a message error in tibia when they try to connect, saying : "You are not a Gamemaster".

What It can be? Please help me
 
Last edited:
Back
Top