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

[7.6] Avesta

Nice release! But how do I make an account on this server? It doesn't contain any folder with accounts nor players? :p
 
I got this error when I'am trying to start the server:

Database connection failed.

I have set all the database setting right, but I don't know why it doesn't connect??
 
Please anyone can post his linker and c++ compiler box please


I use it
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__SKULLSYSTEM__
-D__USE_OTPCH__
-D__ENABLE_SERVER_DIAGNOSTIC__

-D__PB_GMINVISIBLE__
-D__XID_EXPERIENCE_STAGES__


-llibxml2
-lwsock32
-lsqlite3
-lmysql
-lws2_32
-llua5.1
-lboost_date_time
-lboost_system
-lboost_thread
-lboost_regex
-lboost_filesystem
-lgmp
-s
 
Post it for link. :confused: Other avesta named "project" is crashing and it got stages ;s
 
.exe dont work here

and how i use mysql ?

no have option in config

-- these settings are not used by SQLite
SQL_Host = "localhost"
SQL_Port = 3306
SQL_User = "root"
SQL_Pass = ""
how set a ppart DB?
 
.exe dont work here

and how i use mysql ?

no have option in config

-- these settings are not used by SQLite
SQL_Host = "localhost"
SQL_Port = 3306
SQL_User = "root"
SQL_Pass = ""
how set a ppart DB?


you have modify
sql_db = "db.db3" to yous database mysql name, exemple
sql_db = "myot"

and in this part
SQL_Host = "localhost"
SQL_Port = 3306
SQL_User = "root"
SQL_Pass = ""
change SQL_Pass to yous mysql localhost password
SQL_Pass = "your password here"
 
Back
Top