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

Would Like to Log in to Server

CoolBuys1290

Member
Joined
Aug 23, 2018
Messages
80
Reaction score
8
I'm using Uniform Server and Nostalrius's OTHire fork. Server says it's running. I use IP Changer to launch 7.72 client. My phpmyadmin says I have account 1234567 and password is SHA1d of 1234567. Config.lua file for MySQL is:

Code:
-- MySQL
mysqlHost = "localhost"
mysqlUser = "otserv"
mysqlPass = "x"
mysqlDatabase = "otserv"
mysqlPort = 3306
passwordType = "sha1"
mysqlSock = ""

When I try to login with credentials 1234567 username and 1234567 password, I get error: Accountnumber or password is not correct. Please help.

Thanks.
 
Last edited:
Back
Top