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

Solved The forgotten server

Saj

Remember my name
Joined
Feb 26, 2008
Messages
2,127
Reaction score
6
I got a problem.. When I make a char, i dont know where they go.. I mean they should go to phpmyadmin right? But it does'nt.. I use the newest tfs server.. And I've used sql before..
 
Last edited by a moderator:
Change
Code:
    -- SQL
    sqlType = "sqlite"
    passwordType = "plain"

to
Code:
    -- SQL
    sqlType = "mysql"
    passwordType = "plain"

in config.lua

And also, please use the search function for this, it has been posted many times before.
 
Honestly, I have no idea. I think it's in the triggers but I'm not sure.


EDIT: I asked Talaturen about it and he said that it's currently just a movement script, named "firstitems.lua", enter that script and change it to the IDs you want and place the actionID of the script on the tile where your players start.
 
Back
Top