• 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. xLosT

    Compiling Error Lib

    nothing, i put libmysqlclient in folder But it did not solve root@localhost-101:~# ls -l /usr/lib/mysql | grep libmysqlclient.so -rwxr-xr-x 1 root root 6053926 Out 26 2011 libmysqlclient.so.16
  2. xLosT

    Compiling Error Lib

    apt-get install libmysqlclient-dev apt-get install mysql-client Is already installed i dont have folder mysql in /usr/local/
  3. xLosT

    Compiling Error Lib

    my server dont start in ubuntu 12.04 root@localhost-101:/home/server# ./theforgottenserver ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
  4. xLosT

    delete accounts

    5.1.73
  5. xLosT

    delete accounts

    yes #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* FROM `accounts` WHERE `id` ~= 1 OR `id` ~= 8568137' at line 1
  6. xLosT

    delete accounts

    DELETE * FROM `accounts` WHERE `id` ~= 1 OR `id` ~= 8568137 dont work
  7. xLosT

    delete accounts

    must command to delete all accountas on database except two accounts
  8. xLosT

    TFS 1.0 10.41

    Bump
  9. xLosT

    TFS 1.0 10.41

    Can you help me?
  10. xLosT

    [10.77][TFS 1.2] ORTS, a real map project

    bug warzone npc Gnomaticus Lua Script Error: [MoveEvents Interface] data/movements/scripts/bigfoot burden quest/bigfootBurdenQuestXray.lua:onStepIn .../scripts/bigfoot burden quest/bigfootBurdenQuestXray.lua:15: attempt to index global 'player' (a nil value) stack traceback: [C]: in...
  11. xLosT

    TFS 1.0 10.41

    what kind?
  12. xLosT

    TFS 1.0 10.41

    how can I upgrade to 10.41
  13. xLosT

    TFS 1.0 10.41

    where can I find a source for 10.41?
  14. xLosT

    [10.77][TFS 1.2] ORTS, a real map project

    please add twist of fate gear wheels have bug, not have "Use With"
  15. xLosT

    [10.77][TFS 1.2] ORTS, a real map project

    please add bless in npc temple and twist of fate.
  16. xLosT

    Lua Npc Bless

    bump
  17. xLosT

    LevelUp Reward TFS 1.0

    bump
  18. xLosT

    Lua Convert to tfs 1.0

    nothing
  19. xLosT

    Lua Convert to tfs 1.0

    I have a script tfs 0.4, I wonder how can I convert to tfs 1.0 local config = { ["Monday"] = {pos = {x=32209, y=31158, z=7}, frompos = {x=32202, y=31153, z=7}, topos = {x=32218, y=31161, z=7}}, -- DankWart - Svargrond ["Tuesday"] = {pos = {x=32290, y=32831, z=7}, frompos =...
  20. xLosT

    Lua Npc Bless

    i have one npc to sell bless, in tfs 1.0 the calculation does not work, he always takes the minimum value regardless of the level local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talktopic, amount...
Back
Top