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

Database to Xampp

bomba

Member
Joined
Feb 26, 2008
Messages
635
Reaction score
7
Location
Brazil
I create an account by the website, I create the character too. At the time that I connect to the server says the account does not exist.
I think it is problem in settings:
Code:
	-- Account manager
	accountManager = "no"
	namelockManager = "no"
	newPlayerChooseVoc = "no"
	newPlayerSpawnPosX = 1221
	newPlayerSpawnPosY = 1039
	newPlayerSpawnPosZ = 8
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = "no"
Code:
	-- Database
	-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
	-- To disable sqlKeepAlive use 0 value.
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "SECRETPASS"
	sqlDatabase = "otserv"
	sqlFile = "schema.mysql"
	sqlKeepAlive = 60
	passwordType = "plain"

Please test: http://tenemur.servegame.com:8090/7172/news.php
Ip: tenemur.servegame.com
Port: 7172

I need a HELP!!!
 
Back
Top