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

    Compiling TFS 8.60 cast system

    @Elime player.h:235:34: error: cannot call constructor ‘PlayerCast::PlayerCast’ directly [-fpermissive] cast = PlayerCast::PlayerCast(); ^ player.h:235:34: note: for a function-style cast, remove the redundant ‘::PlayerCast’ In file included from...
  2. A

    C++ TFS 0.4 3884 - ERRO CAST SYSTEM

    @Don Daniello @dominique120 make[1]: *** [actions.o] Error 1 make[1]: ** Esperando que outros processos terminem. In file included from house.h:27:0, from beds.cpp:20: player.h: In member function ‘uint32_t Player::getCastIpByName(std::string)’: player.h:214:11: warning...
  3. A

    Lua HELP ERROR BOMBERMAN TALKACTION !BOMB

    when one player dead for bomb [19/07/2011 15:02:26] [Error - TalkAction Interface] [19/07/2011 15:02:26] In a timer event called from: [19/07/2011 15:02:26] data/talkactions/scripts/BOMB.lua:onSay [19/07/2011 15:02:26] Description: [19/07/2011 15:02:26] (luaGetCreatureName) Creature not found...
  4. A

    Linux Error in Compiling.

    re up ....
  5. A

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    ty for all guys
  6. A

    TFS 0.4 Compiling Ubuntu

    @dominique120 /usr/bin/ld: //usr/local/lib/liblua.a(loadlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:454: recipe for target...
  7. A

    Linux Ubuntu Bug When Starts TFS (Libaries)

    @dominique120 CXX trashholder.o CXX waitlist.o CXX weapons.o CXX vocation.o CXXLD theforgottenserver /usr/bin/ld: //usr/local/lib/liblua.a(loadlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libdl.so.2: error adding symbols...
  8. A

    Compiling DSO missing from command line

    @Don Daniello /usr/bin/ld: //usr/local/lib/liblua.a(loadlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:454: recipe for target...
  9. A

    C++ TFS 0.4 - REV 3884 - ERROR COMPLING - DEBIAN 8

    @dominique120 @Don Daniello /usr/bin/ld: //usr/local/lib/liblua.a(loadlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:454: recipe for target...
  10. A

    Cast System - TFS 0.4

    up
  11. A

    Compiling configure: error: "Lua header not found." TFS 0.4

    collect2: error: ld returned 1 exit status Makefile:55: recipe for target 'lua' failed make[2]: *** [lua] Error 1 make[2]: Leaving directory '/home/dcp/b/lua-5.1.4/src' Makefile:99: recipe for target 'linux' failed make[1]: *** [linux] Error 2 make[1]: Leaving directory...
  12. A

    Compiling configure: error: "Lua header not found."

    Makefile:55: recipe for target 'lua' failed make[2]: *** [lua] Error 1 make[2]: Leaving directory '/home/dcp/b/lua-5.1.4/src' Makefile:99: recipe for target 'linux' failed make[1]: *** [linux] Error 2 make[1]: Leaving directory '/home/dcp/b/lua-5.1.4/src' Makefile:56: recipe for target 'linux'...
  13. A

    C++ Limit Cap - TFS 0.4

    up
  14. A

    Cast System - TFS 0.4

    up
  15. A

    [Moveevents] Need storage for enter tp

    not work, fixed for me plz .. local storages = {154154,54321,123123} function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if(not isPlayer(cid)) then return true end local x = 0 for i = 1, #storages do if...
  16. A

    Cast System - TFS 0.4

    as it does for those who activate the cast system without a password, gaining bonus xp ??
  17. A

    C++ Limit Cap - TFS 0.4

    need limit cap for 99k, any help not function, playercpp
Back
Top