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

    [8.60] The Forgotten Server 0.4

    I suggest testing with Ubuntu 16.x or using Docker with an older Linux version. I haven't been using this distro in production since 2016 :/ I was also informed about another bug involving rings and a random crash after a few days online (even without any players). Unfortunately, my expertise...
  2. Fir3element

    [8.60] The Forgotten Server 0.4

    EXCEPTION_TRACER was crashing the server and I haven't had time to fix 🥲
  3. Fir3element

    [8.60] The Forgotten Server 0.4

    https://github.com/Fir3element/3777-bkp/
  4. Fir3element

    [8.60] The Forgotten Server 0.4

    UPDATES For people still using this server, I did some updates: Added Dockerfile and docker-compose.yml (use "bindOnlyGlobalAddress = true" in config.lua) Added CMakeLists.txt Added LuaJIT (doesn't work on arm64) Fixes to compile on Ubuntu 22.04; macOS Monterey; Visual Studio 2022 Fix NPC...
  5. Fir3element

    TalkAction war system

    probably need this code: TalkAction - war system (https://otland.net/threads/war-system.270955/#post-2610581)
  6. Fir3element

    [TFS 1.3] [8.6] Server Freeze/Lag when player die

    lib version maybe (debian 8 have old libs)
  7. Fir3element

    [8.60] The Forgotten Server 0.4

    I edited so many files to compile in visual studio 2010, I think this support became as default in 9.x+ Try to compare the functions... and I used OpenSSL instead CryptoPP.
  8. Fir3element

    [TFS 1.3] [8.6] Server Freeze/Lag when player die

    check death function on src code
  9. Fir3element

    [8.60] The Forgotten Server 0.4

    I recommend using TFS 1.3 (or TFS 0.3.7 if this is not possible). This TFS is very old, I think there is no crashbugs, but have bad codes.
  10. Fir3element

    Engine for tibia 8.42?

    I think this should work well
  11. Fir3element

    [8.60] The Forgotten Server 0.4

    source updated, check github cast memory leak fixed party bug fixed stack level fixed
  12. Fir3element

    [8.60] The Forgotten Server 0.4

    remove salt from gesior and all works fine Fir3element/3777
  13. Fir3element

    [8.60] The Forgotten Server 0.4

    registerCreatureEvent(cid, VipReceive)
  14. Fir3element

    [8.60] The Forgotten Server 0.4

    z_ots_comunication is from Gesior acc maker (i think) maybe your login.lua (creaturescripts/scripts) is pushing this query
  15. Fir3element

    [8.60] The Forgotten Server 0.4

    Please, use MySQL!!! I didn't test SQLite=/
  16. Fir3element

    [8.60] The Forgotten Server 0.4

    I don't know if I understand right (my english is bad), but my focus isn't the datapack (spells, monsters, etc) all bugfixes are in source this is mysql problem, if you use db included on my pack I think works well Yes, I have. 500+ players uptime ± 3 months windows server 2003 I think so...
  17. Fir3element

    [8.60] The Forgotten Server 0.4

    try msvc10 https://github.com/Fir3element/binaries/raw/master/x32.rar
  18. Fir3element

    Using lua instead of xml

    Some servers use lua instead xml, this is not new
  19. Fir3element

    Using lua instead of xml

    2148 not used hehe
  20. Fir3element

    Using lua instead of xml

    <!-- Weapons enchanting (Gems) --> <action itemid="2146;2147;2149;2150;7759-7762" event="script" value="other/enchanting.lua"/>
Back
Top