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

    otservers: Crafting the Ultimate Open Tibia Experience

    The main page is already visually better, we don't have so much "information pollution"!
  2. Forkz

    TFS 1.X+ TFS 1.4.2 storages has commas?

    On Windows, CMake doesn't require Linux's g++ or clang to compile. It will detect and use the Visual Studio (MSVC) compiler directly. You just need to run the vcpkg commands cd C:\vcpkg .\bootstrap-vcpkg.bat .\vcpkg.exe integrate install this already leaves vcpkg ready and integrated into your...
  3. Forkz

    TFS 1.X+ TFS 1.4.2 storages has commas?

    Install cmake and compile as linux, easier to use vs2022 Just check if the vcpkg directory is the same cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake cmake --build build --config Release
  4. Forkz

    OTClient HELP! Problem with 255+ effects in OTC

    Does anyone have a commit on github for these changes in the tfs 1.3+ source?
  5. Forkz

    Tfs.exe crash on Windows after player abuses depot/container depot bug

    This bug is actually quite strange, I've never heard of it for years using otserver, I'm curious, could you tell us what its source really is?
  6. Forkz

    double exp script per day

    Which source do you want this system for?
  7. Forkz

    AI Map generator

    Omg, very nice bro!
  8. Forkz

    otservers: Crafting the Ultimate Open Tibia Experience

    In my opinion, the site is very visually polluted (information). What the player wants is to go to an otservlist and check the available servers and access the website. Your site has a lot of information that the player doesn't even want to know. Because otservlsit is still the main one because...
  9. Forkz

    TFS 1.X+ TFS 1.2 to TFS 1.5

    It's a base to start from, there will always be bugs.
  10. Forkz

    TFS 1.X+ TFS 1.2 to TFS 1.5

    Unfortunately, this version does not have TFS 1.5 with a downgrade to 7.4, it only has it for 7.72 https://github.com/nekiro/TFS-1.5-Downgrades/tree/7.72
  11. Forkz

    TFS 1.X+ TFS 1.2 to TFS 1.5

    It's better to use a clean TFS 1.5 and migrate from your server. What is your server version?
  12. Forkz

    Tibia 7.7 Server Decompiled

    This map editor is for previews only.
  13. Forkz

    TFS-1.5-Downgrades - Market System

    No, you need to make the change on the client side, as posted.
  14. Forkz

    Tibia 7.7 Server Decompiled

    Is anyone working on a map editor for Cipsoft files?
  15. Forkz

    Tibia 7.7 Server Decompiled

    How unfortunate this comment is
  16. Forkz

    (OTXSERVER TFS1.2 BASSED)Look HP/Mana regeneration and percent on look

    Solved if(it.abilities->regeneration && (it.abilities->healthGain > 0 || it.abilities->manaGain > 0)) { if(begin) { begin = false; s << " ("; } else {...
  17. Forkz

    Tibia 7.7 Server Decompiled

    Oh my god, doing gods work here!
Back
Top