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

compilation

  1. J

    Programmer Compilation and configuration - $$ I pay for this help $$

    Greetings to all. I'm looking for a programmer who can change the invisibility mode in the Canary 2.6.1 sources so that players become invisible for other players like creatures. I've already tried with the ghostmode(true/false) function, but it causes bugs. I'll pay for the help, as long as...
  2. Deus Rex

    Team My first OT server. Help is needed.

    Hi there it is nice to greet You... I am a retired player probably older than most of You. However due to nostalgic experiences of this game and some free time I have decided to launch my first OT project. Between many versions of this game I have the best memories with 8.0 version. It was a...
  3. srunobantana

    [TFS 1.4.2] Installing and Compiling TFS on WSL (Windows Subsystem for Linux)

    Tutorial: Installing and Compiling TFS on WSL (Windows Subsystem for Linux) Step 1: Install WSL on Windows Open CMD in Windows as an administrator (Search for "Command Prompt" in the Start menu, right-click it, and choose "Run as administrator"). Install WSL by running the following command...
  4. G

    Error Compiling OTServer with TFS 1.5 in windows - Need Help

    Hello everyone, I am facing an issue while trying to compile OTServer using TFS 1.5. I am following Nekiro's project prepared for Tibia version 8.60. I have set up the environment as instructed, but when I try to compile, I get the following error: Operating System: Windows Could someone...
  5. ssiwyy158

    Compiling dynamic link library problem

    Hello Otlanders ! I've been trying to compile this library for some time https://github.com/SaiyansKing/Tibia-Extended-Client-Library But it throws errors Includes and lib : https://www.glfw.org/download.html Someone would be able to help me? Sorry for my english (transtale) xD
  6. Swiftxd

    Compiling bug downloading libs to compile otclient by mehah

    hello, when im downloading libs at vcpkg i get this error, someone can help? the code: .\vcpkg install boost-iostreams:x64-windows boost-asio:x64-windows boost-system:x64-windows boost-variant:x64-windows boost-lockfree:x64-windows luajit:x64-windows glew:x64-windows...
  7. hellboy

    Compiling [OTC] missing: Protobuf_INCLUDE_DIR

    Hello. I tried compile Mehah OTC on Ubuntu 20.04. https://github.com/mehah/otclient/wiki/Compiling-on-Ubuntu-20.04 It failed on cmake command. I also "regenerated" protobuf files. cmake .. -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 11.1.0 -- Check...
  8. M

    [OTC] Compile with DX9 on MVS 2022

    Hi guys, i compiled my otcliente(edubart) with Dx9 using Visual Studio 2022, the compilation has sucesfull but the client don't open don't have erros, only don't open anyone can help-me please? i using the dlls generated by compilation and the config below.
  9. G

    Compiling Compiling Help

    So guys, I have an online server, however I need to change my font. After a lot of searching, I found one that I really liked, because it contains literally everything I need (a source is in another forum) After degraded compiled in windows, I saw in the post that the same is not possible. My...
  10. T

    Compiling Problem with tfs compilation

    Hey im try make ots for me and friend but i have stupid problem ;x if im install otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Debian-GNU-Linux) and if u writhe "sudo cmake .." i have this CMake 3.5 or higher is required. You are running version 3.0.2...
  11. A

    Compiling Problem compilling 1.2 - 1.3 TFS

    Hi, I have a problem compiling my TFS and it is that I throw an error in the database.h of all my .cpp and .h from my source: This is the "mistake" But my source doesn't include any mysql.h, where is it supposed to be located or how do I fix it? PS: It's a TFS 1.2 - 1.3 compilation
  12. Jpstafe

    I need help OTCLIENT

    Hello community, I need to know how to compile my otclient folder .. I am very new to this, is there a tutorial? I want only the exe and two or three files left in my folder .. help 1587500412 up
  13. P

    Compiling OTClient CMake Error Compile Windows

    Hello i have problem, when i generate in cmake i have this errors: CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMake was unable to find a build program...
  14. Togu

    fatal error C1083: Cannot open include file: 'bitset': No such file or directory

    git clone latest tfs install all vcpkg libs open visual studio 2017 community set release x64 build 1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------ 1>otpch.cpp 1>actions.cpp 1>ban.cpp 1>baseevents.cpp 1>bed.cpp 1>chat.cpp 1>combat.cpp 1>condition.cpp...
  15. czerwian

    TFS 1.X+ Making a new server

    Hello everyone. I got few questions about making the server for tibia 7.4. I would to use this engine ([7.4] TFS 1.2) but I saw it's need to be compiled before starting server. When I was making servers on tibia 8.1 etc. it's only needed to make xampp, throw acc maker to htdocs and it's done. It...
  16. Fox Rother

    [Guide] Compiling & Running TFS 1.3 for Linux on Windows 10

    About You can follow this guide. What is the goal of this guide: A stable Windows development environment. What is not the goal of this guide: A production environment for TFS. Do not use it as a production set-up. What this guide will teach you: How to set up a Windows environment to...
  17. M

    Campiling error, help pls, im going mad

    VS say this when i compile Error C2280 'std::atomic<boost::lockfree::detail::tagged_index>::atomic(void) noexcept': you're trying to reference a deleted function. (compiling source file ..\src\outputmessage.cpp) theforgottenserver c:\boost_1_57_0\boost\lockfree\stack.hpp 139
  18. Booker

    Compiling OTclient, impossible!

    Hello. So, i'm trying to compile OT Client and it seems impossible to accomplish this frustrating task. I tried edubart's tutorial and searched, searched and searched with no success. I just get a thousand of errors at the beginning to the end. I'm using MSVC 2017, windows. Already tried...
  19. Dohko

    Compiling Error compiling TFS 1.3 in Windows

    Hello, otland friends, how are you? I have a very annoying problem to solve, i can not compile tfs 1.3 to x64 at all. I already tried to install vcpkg, using this method: git clone https://github.com/Microsoft/vcpkg cd vcpkg .\bootstrap-vcpkg.bat .\vcpkg integrate install I followed the...
  20. B

    Compiling Old evo 0.7.8

    after ./configure --enable-mysql i have this problem checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether...
Back
Top