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

Try to make me god

thecycles

Member
Joined
Apr 7, 2010
Messages
620
Reaction score
5
When i try to make my god in localhost/phpmyadmin , my player dosnt show up just the account manager,

pls help!
 
-- SQL
sqlType = "sqlite"
passwordType = "plain"

Theres ur problem....
You cant write sqlite in sql section <,<
first of all you must choose if ur gonna use SQL or sqlite.

-- MySQL
mysqlHost = "localhost"
mysqlUser = "XXXX"
mysqlPass = "XXXX"
mysqlDatabase = "tfs"
mysqlPort = 3306

And you must also insert mysql use and pass, if u havent done that.
Also. if u want to use SQlite, you dont use xampp...
 
-- SQL
sqlType = "sqlite"
passwordType = "plain"

u didnt change it to mysql
it should look like this

-- SQL
sqlType = "mysql"
passwordType = "plain"

change it and create another character
i had the same problem once :p
 
Youre right, they dont save;O

and when i try to login this error shows up:
Temple position is wrong, please contact administrator.

go to your map give your temple town id 1 and give your account manager also town id 1 now when someone creates a cchar and dies hell go to town id 1.
 
Back
Top