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

    TFS 0.X A question about monster flags

    Can I create a monster without any flags? if so, all this flags will be treated as set to "0" ? <flags> <flag summonable="1"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="1"/> <flag convinceable="1"/> <flag pushable="1"/> <flag canpushitems="1"/>...
  2. F

    Compiling -lpthread vs -pthread in CXXFLAGS or AM_CXXFLAGS Makefile.am configure.ac LIBS="$LIBS $XML_LIBS" what and where to put

    so to fix this compilation error in tfs 0.4 r3884 on debian 8:/usr/bin/ld: connection.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line you have to add and now is the question...
  3. F

    Compiling tfs 0.4 r3884 debian compiling with sqlite error databasesqlite.cpp

    it's debian 8 the last one that is compatible with tfs 0.4 I think
  4. F

    Compiling tfs 0.4 r3884 debian compiling with sqlite error databasesqlite.cpp

    I don't know what's going on. For the first time when I tried compile with only --enable-sqlite there were many errors with iomapserialize iomap iologin ioguild etc. many files then i run with only --enable-mysql and no errors and now miracle I can compile with both --enable-mysql...
  5. F

    Compiling tfs 0.4 r3884 debian compiling with sqlite error databasesqlite.cpp

    Yes, that's odd. I run ./autogen.sh && ./configure --enable-mysql --enable-sqlite && ./build.sh
  6. F

    Compiling tfs 0.4 r3884 debian compiling with sqlite error databasesqlite.cpp

    DBResult* _Database::verifyResult(DBResult* result) { if(result->next()) return result; result->free(); result = NULL; return NULL; }
  7. F

    Linux Compiling TFS 0.4 on Ubuntu 18.04

    damn I don't know what is wrong :/
  8. F

    Linux Compiling TFS 0.4 on Ubuntu 18.04

    maybe you can try removing checking for boost asio from configure.ac it could be not needed but I'm not sure # check for boost::asio AC_CHECK_HEADERS([boost/asio.hpp], , [AC_MSG_ERROR("boost::asio header not found.")])
  9. F

    Compiling tfs 0.4 r3884 debian compiling with sqlite error databasesqlite.cpp

    I wanted to compile with sqlite support so I added --enable-sqlite and installed libsqlite3-dev but at the end of compiling there is this: databasesqlite.o: In function `DatabaseSQLite::storeQuery(std::string const&)': databasesqlite.cpp:(.text+0xfb1): undefined reference to...
  10. F

    Linux Compiling TFS 0.4 on Ubuntu 18.04

    have you tried apt-get install libboost-all-dev ?
  11. F

    Compiling tfs 0.4 r3884 game.cpp error/warning debian 8

    seems to be working fine ;p
  12. F

    Compiling tfs 0.4 r3884 game.cpp error/warning debian 8

    lol I thought that bool globalSaveMessage[2] is waiting for this as it has the same value [2]: else if(!globalSaveMessage[2]) { globalSaveMessage[2] = true; broadcastMessage("Server is going down for a global save in one minute, please logout!", MSG_STATUS_WARNING)...
  13. F

    Compiling tfs 0.4 r3884 game.cpp error/warning debian 8

    changing it to 2 fixes loop optimization error but above array bound is still there so "bool globalSaveMessage[2];" in game.h is an array? but changing its value to other than 2 won't corrupt global save? it has function under it: bool globalSaveMessage[2]; RefreshTiles refreshTiles...
  14. F

    Compiling tfs 0.4 r3884 game.cpp error/warning debian 8

    Anybody know how to fix it properly? I know I can remove checking from makefile but I would like a proper fix for this also changing bool globalSaveMessage[2]; to [3] in game.h eliminates this but it's just covering this error instead of fixing I guess game.cpp: In constructor ‘Game::Game()’...
  15. F

    [8.60] The Forgotten Server 0.4

    by the way do you know how to compile 3884 with this? I tried to copycat everything and got this huge amount of errors: your source compiles without problems 1>..\databasesqlite.cpp(144): error C2440: 'initializing' : cannot convert from 'SQLiteResult *' to 'DBResult *' 1> Types...
  16. F

    [8.60] The Forgotten Server 0.4

    but I think that those new TFS distros doesn't preserve original mechanics from 8.6 even though they are downgraded to that version 3777 and 3884 are the original ones for 8.6 and imitate that client best I guess or am I wrong?
  17. F

    [8.60] The Forgotten Server 0.4

    isn't 3884 still less buggy than this 3777 even after all these fixes?
  18. F

    From Windows 10 to OTS development machine for dummies

    chciałbym to zrobić tylko z tfs 0.4 r3884 bo nie chcę najnowszej tibii, zalezy mi na 8.6 pomógłbyś stworzyć vc10 folder zamiast devcpp w 3884?
  19. F

    How to open tfs 0.4 r3884 source in visual studio?

    How to open it in visual studio I downloaded 3777-master and it has vc10 folder so I can compile it in visual studio but 3884 only have devcpp so how to get this in 3884?
  20. F

    0.4 r3884 kompilacja 64-bit windows

    Wiem, że to stary problem sięgający 2011 roku, ale teraz w 2020 roku ktoś wie i wyjaśni, jak skompilować tfs 0.4 r3884 na 64-bit, aby uruchomić real mapę na windwosie dla zabawy na własnym pc zawsze używałem laatido, aby ominąć ten niesławny błąd: „Alocation failed, server out of memory...
Back
Top