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

Recent content by jefersonzc

  1. J

    TFS 1.X+ [Error - mysql] Query: UPDATE `server_config` SET `value`

    Today, i got the error one more time 😭 I now suspect that the issue is the database connection dropping due to inactivity, as shown in the error message below.
  2. J

    TFS 1.X+ [Error - mysql] Query: UPDATE `server_config` SET `value`

    I think i found the problem. This line in the 11.lua: local motdNum = "" Changed to: local motdNum = 0 Then, no more erros in the lasts 3 days :)
  3. J

    TFS 1.X+ [Error - mysql] Query: UPDATE `server_config` SET `value`

    Sorry, my friend. But I had already seen that thread before posting, and it didn’t help me too much. Here's the code from my game.cpp file. The error seems to be on the second-to-last line, when it tries to update the database with the motdNum variable. I believe that at some point this variable...
  4. J

    TFS 1.X+ [Error - mysql] Query: UPDATE `server_config` SET `value`

    Sorry, no. Just that line :/
  5. J

    TFS 1.X+ [Error - mysql] Query: UPDATE `server_config` SET `value`

    Hello everyone. First of all, sorry for the english, I'm using ChatGPT ^^ I'm using TFS 1.4 (from the official forgottenserver repository) and Ubuntu 24.04. And I'm getting the following error: [Error - mysql_real_query] Query: UPDATE `server_config` SET `value` = '3' WHERE `config` = 'motd_num'...
  6. J

    cmake .. error lua

    I changed from Ubuntu 20.04 to 24.04. That works for me.
  7. J

    cmake .. error lua

    When I try that, i get another error: CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Could not find a package configuration file provided by "boost_json" (requested version 1.74.0) with any of the following names: boost_jsonConfig.cmake...
  8. J

    cmake .. error lua

    Any solution?
  9. J

    OTClientV8

    I added some options in tools tab. Anti Kick (by @kondra) Hide useless tiles (by @kondra) Drop items (by me) You can use the Ingame Macro Editor or add the code directly in the file tool (inside the config bot folder) like I did. macro(10000, "Anti Kick", function() local oldDir =...
  10. J

    OTClientV8

    It's really amazing! Congratulations for your work :)
  11. J

    OTClientV8

    I found some solutions. Hiding the top menu 1. Go to modules/client_topmenu/topmenu.lua 2. In the begining of the file, define local HIDE_TOPMENU = true as a new variable 3. Now, in the same file, look for the function init() and just before the final of this function, add the code bellow. if...
  12. J

    OTClientV8

    Hi, i'm using the version 2.2.1 and i'm trying to make some modifications. I would like to remove the top bar at the startup, also the token option at the "Enter Game" Windown. And about the bot, i think some options should be in the tab "tools", not in the tab "main".
  13. J

    OTClientV8 BOT

    Ty, it worked :)
  14. J

    OTClientV8 BOT

    How can i mod this client to load my ip as default?
  15. J

    Critical / mana leech dont work. Only emote TFS 1.2

    I know this is an old post, but i have been looking for a solution in the last week and found nothing. I have this same problem on my TFS 1.3 :/
Back
Top