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

TFS Accounts

Doonrak

Banned User
Joined
Mar 2, 2008
Messages
512
Reaction score
0
For some reason I can't make accounts/characters, it just says Account number incorrect.
 
I think you should change sql type in config.lua, probably you are creating your accounts in mysql and default sql type in config.lua is set to sqlite.
 
In other words, change
Code:
    -- SQL
    sqlType = "sqlite"
    passwordType = "plain"
to
Code:
    -- SQL
    sqlType = "mysql"
    passwordType = "plain"
 

Similar threads

  • Question Question
Replies
7
Views
299
Back
Top