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

    OUTFITS ERROR (NEKIRO DOWNGRADE 1.5)

    this worked for me: void ProtocolGame::sendOutfitWindow() { // Obter os outfits disponíveis para o sexo do jogador const auto& outfits = Outfits::getInstance().getOutfits(player->getSex()); if (outfits.empty()) { return; // Retorna se não houver outfits } // Criar...
  2. minancora

    TFS 1.5 8.6 Compiling problem [GREED TFS 1.5]

    template < typename E > auto format_as(E e) { return fmt::underlying(e); } at tools.h before "#endif" (last-line) solved for me today 25/8/2024 in nekiro downgrade 7.72 compiled at windows 10 with Visual Studio Community 2022. and putting "/utf-8" at project properties>c/c++>command...
  3. minancora

    [7.6] All premium account dungeons in Tibia mainland

    If u wanna make a server with you custom map based on the last tibia version (13.x) we can make it work
  4. minancora

    Is someone interested in old datapacks converted to new tfs?

    Im looking for those databases but everything is old and with a lot of bugs https://sourceforge.net/projects/survivalserver/files/ and https://otland.net/threads/7-1-eldinworld-7-1-mapeditor.228504/ Idk if you can make a 7.1 or 7.4 from those versions or can help me convert it
  5. minancora

    Source's custom OT game engine (TypeScriptFTW)

    Hello still working on the project? Waiting for more updates and videos
Back
Top