• 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 1.X+ What client version is used on the current TFS master from Github?

Demnish

Tibian Hero
Joined
Sep 28, 2011
Messages
402
Solutions
2
Reaction score
65
Location
Sweden
What client is TFS master currently using?
Is there any quick way to tell what client the recent TFS master uses on the Github or in the files? Couldn't find any information on the Github and the Github wiki seems to be very outdated.
Also how do we connect to the server once it's running? I read somewhere that you now need to do it through your AAC or something along those lines?
Can we use the official Tibia client somehow that RL Tibia currently uses? Would be dope.

Haven't messed around with TFS after 1.4 so it's basically all new to me but would like to try it out.
Thanks in advance.
 
What client is TFS master currently using?
Is there any quick way to tell what client the recent TFS master uses on the Github or in the files? Couldn't find any information on the Github and the Github wiki seems to be very outdated.
Also how do we connect to the server once it's running? I read somewhere that you now need to do it through your AAC or something along those lines?
Can we use the official Tibia client somehow that RL Tibia currently uses? Would be dope.

Haven't messed around with TFS after 1.4 so it's basically all new to me but would like to try it out.
Thanks in advance.
 
Thanks. Also, how do we connect it to SQL? Can't find any SQL info in the config.lua.
Simply add the corresponding fields

Lua:
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = ""
mysqlPass = ""
mysqlDatabase = ""
mysqlPort = 3306
mysqlSock = ""
works the same way as always
You can also obtain this data from ENV if you wish
 
Back
Top