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

Search results

  1. I

    Solved Sever crashes on startup

    Hello ! My server is crashing when i have 2 lua scripts in my data\action\~~ but if i put them back when server is up and reload all, scripts is working and server is still up and running. local pinkstonepos1 = {x = 33314, y = 31592, z = 15} local TeleportToPos = {x = 33316, y = 31592...
  2. I

    Lua External MySQL server

    Hello, I have three servers. One as a web server, one with TFS, and a MySQL server. How do I connect TFS config.lua against an external MySQL database? etc. - MySQL mysql host = "my.external.server.ip" mysql user = "user" mysql pass = "password" mysql database = "database" MySQL port = 3306...
Back
Top