• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 10.10 SQL PROBLEM

Klank

Althea ¤ A New World Developer
Joined
Feb 21, 2008
Messages
1,113
Reaction score
705
Location
Norway
I'm trying to get the new TFS to work, but im having problems getting the SQL connecting to the database. I dont have much knowledge in programming so i need help :p

So here's my Config.lua



And here's the TFS when im starting it up.


The error says: tfs-win64.exe has stopped working.
A problem caused the program stop function. The program will close, and you will get a message if a solution is available.

I uploaded the "mysql" file from the tfs folder.
(Tried to upload the forgottenserver.s3db, idk if i should but just info xD)
 
That worked. But new problems :P




And can't open map? :S Ive updated the RME file and map to 10.10 :s
 
Increase the value for max_allowed_packet in my.ini and what have you written at mapName?

You don't need to write its path, just the name of the map is required (e.g world)
Code:
mapName = "world.otbm"
 
Sorry, but i dont understand anything of increasing the value for max allowed..... could you explain me how i do that?
I written what the Map file is named in "mapName" So its the same in config as the map file is.
 
I don't know which web server you're using, so I'll take UniServer as an example.

You want to change the value for max_allowed_packet in my.ini which is located at UniServer\usr\local\mysql.

The value is 1M by default so increase the value to, let's say 16M and restart UniServer after you have changed this.
Code:
max_allowed_packet = 16M
 
Again sorry, but by web server you mean like XAMPP? In that case i tried search "my.ini" in the Xamp Folder, didnt find anything.. :s
Im really lost in this rofl. Im really glad for you helping me
 
yeah, I'm using xampp too, but it's getting old
switching to uniserver should solve the problem
I'll try it in few hours and edit my post
 
Thank you, that worked :D

But i still got problems with tfs opening my map :s It all should be fine in config, and the client is also correct
 
Back
Top