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

Search results

  1. R

    Compiling Issues Compiling TFS 1.2

    Change CMakeLists Replace this: add_subdirectory(src) add_executable(tfs ${tfs_SRC}) To: add_subdirectory(src) include(src/CMakeLists.txt) add_executable(tfs ${tfs_SRC})
  2. R

    Solved [TFS 1.5 8.6] - Disappearing objects on ground

    I change distro and now work all fine. https://github.com/ralke23/Greed-TFS-1.5-Downgrades
  3. R

    Solved [TFS 1.5 8.6] - Disappearing objects on ground

    Hey, TFS 1.5 Nekiro's 8.60 downgrade and OTClientV8. After placing the item on the ground, it also disappears into the backpack and reappears when closed. Maybe someone managed to solve a similar problem. Can anyone help me?
Back
Top