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

Gesior ACC Problem

Ward_214

Pro PvP
Joined
Dec 11, 2008
Messages
297
Reaction score
0
I cannt understand this......
Got TFS 0.3.6PL1. Can someone help?


kjnmik.jpg


I have no idea why its saying the config isn't right?
 
It can be these bugs:
1. That you use the wrong TFS.
2. That you should type in: C:/Users/YourName/Desktop/Server and not:
C:/Users/YourName/Desktop/Server/config.lua (Maybe you didn't, idk)

Because Gesior finds the config.lua automatically.

If this helped you, I'm glad it did. (repz)
 
I didnt type config.lua, you're correct. It finds it automatically.
I dont think it would be the wrong version? Or it could just be because its 0.3.6PL1... and not jus tfs 0.3.6

someone help?
 
Go into your config.lua and edit this:
Code:
-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "your password" [COLOR="Red"](The password to your database)[/COLOR]
mysqlDatabase = "your database name" [COLOR="Red"](That database name you putted in phpmyadmin)[/COLOR]
mysqlPort = 3306

OR

Code:
-- SQL
sqlType = "mysql" [COLOR="Red"](That you maybe have something else there than mysql)[/COLOR]
passwordType = "plain"
 
Back
Top