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

Recent content by Womos

  1. W

    [C++/Linux] Compiling old engine (sources) on Debian 10 / Ubuntu 20.04

    Thanks but it can be fixed by compiling using "make" instead of "./build.sh" Otland unfortunately doesn't allow to edit posts
  2. W

    [C++/Linux] Compiling old engine (sources) on Debian 10 / Ubuntu 20.04

    Debian 11.7.0 TFS 0.4 rev 3884 error: outputmessage.cpp: In member function ‘OutputMessage_ptr OutputMessagePool::getOutputMessage(Protocol*, bool)’: outputmessage.cpp:190:57: error: ‘_1’ was not declared in this scope 190 | boost::bind(&OutputMessagePool::releaseMessage, this, _1)); |...
  3. W

    Compiling TFS 0.4 Debian 11 compiling error

    https://pastebin.com/ZXbRnGfk
  4. W

    [C++/Linux] Compiling old engine (sources) on Debian 10 / Ubuntu 20.04

    hey gesior, do you have any idea with this error? tools.cpp: In function ‘std::string transformToMD5(std::string, bool)’: tools.cpp:43:2: error: ‘byte’ was not declared in this scope; did you mean ‘CryptoPP::byte’? 43 | byte digest[CryptoPP::Weak::MD5::DIGESTSIZE]; | ^~~~ |...
  5. W

    Compiling TFS 0.4 Debian 11 compiling error

    I'm stuck with this error when trying to compile tfs 0.4 r3884 on Debian 11 tools.cpp: In function ‘std::string transformToMD5(std::string, bool)’: tools.cpp:43:2: error: ‘byte’ was not declared in this scope; did you mean ‘CryptoPP::byte’? 43 | byte digest[CryptoPP::Weak::MD5::DIGESTSIZE]...
  6. W

    Closed Remove the option to hide profile

    vBulletin is still the best in my opinion
  7. W

    Auto Re-Open server after global save

    Restarter works but how to make that players are unable to login after x minutes time when server is online upon restart/global save? I would like to have server closed for x minutes after server is restarted upon global save
  8. W

    Who bought hexana.net domain

    Or owners reactivating the server?
  9. W

    Formula of penalty for using a weapon below required level

    I noticed that on all TFSs including TFS 1.3 there is this basic formula which just reduce your damage by half if you're below required level weapons.cpp: int32_t damageModifier = 100; if (player->getLevel() < getReqLevel()) { damageModifier = (isWieldedUnproperly() ...
  10. W

    TFS 0.X What's the function to get weapon attack? TFS 0.4

    What's the function to get weapon attack? Is there something like getweaponattack? TFS 0.4
  11. W

    TFS 0.X How to add custom flag to player

    How to add custom flag to player like for example: PLAYERCUSTOMFLAG_IGNOREHOUSERENT ? TFS 0.4
  12. W

    TFS 0.X utito tempo does not lower shielding PERCENT problem TFS 0.4 r3884

    I'm using exactly the same so it shouldn't work for you go and check it if you can shielding doesn't change btw when you reverse it and add minus "-" to melee -135 it won't work either so it's not just a problem with shielding
Back
Top