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

    Lua isContainer error

    i have 0.4 tfs using cykotitans random loot stats Im getting a onkill error [string "LuaInterface::loadBuffer"]:216: attempt to call global 'isContainer' (a nil value) stack traceback: [string "LuaInterface::loadBuffer"]:216: in function <[string "LuaInterface::loadBuffer"]:212>
  2. 7804364

    [Mod] Random Item Stats

    tfs 0.4 send(cid, corpse, v.description) end function onKill(cid, target, damage, flags) if( (damage == true or bit.band(flags, 1) == 1) and isMonster(target) )then -- 0.3/4 local v = getMonsterInfo(getCreatureName(target)) if( v and v.lookCorpse ~= 0 )then local s = getCreatureStorage(cid...
  3. 7804364

    Linux Boost Issue?

    Fixed and it compiled perfectly, thanks dominique , i know you helped me in all like 60 of my support threads
  4. 7804364

    Linux Boost Issue?

    Dis regard the top error i edited line 16, when it should have been line 15 scriptmanager.cpp: In member function ‘bool ScriptManager::loadMods()’: scriptmanager.cpp:131:23: error: ‘class boost::filesystem::directory_entry’ has no member named ‘leaf’ std::string s = it->leaf();
  5. 7804364

    Linux Boost Issue?

    Ok now i get, from scriptmanager.cpp:20: /usr/include/boost/filesystem/config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 2 # error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 2 ^...
  6. 7804364

    Linux Boost Issue?

    SO when i use ./build.sh on centos 7 i get /usr/include/boost/filesystem/config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3 # error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3 ^ CXX...
  7. 7804364

    Linux CentOS 7 Compile

    i fixed it, just needed to run configure as root
  8. 7804364

    Linux CentOS 7 Compile

    Having same issue on same rev
  9. 7804364

    Linux No package available

    Ok so im trying to run yum install libboost-all-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libsqlite0-dev libsqlite3-dev sqlite3 libmysql++-dev libmysqlclient-dev mysql-client-5.1 mysql-server-5.1 mysql-common libxml2-dev...
  10. 7804364

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    im getting Failed to connect to MySQL: (2002) Connection refused On Debian 7 Im able to connect remotely ip/phpmyadmin user/pass is 100% and why im getting it?
  11. 7804364

    Znote AAC MySQL: (2002) Connection refused

    Ok so i followed http://otland.net/threads/nothing-to-fully-working-server-with-rl-map-on-debian-7-or-just-how-to-configure-a-dedicated-server.207051/ to the T and for some reason my website http://zytheria.com/forums/ Will not connect even thought i can connect to it remotely using...
  12. 7804364

    Compiling Centos 7 compile error

    OK so after i use ./autogen and i use configure this is the error i get when i use ./build.sh make[1]: Entering directory `/root/sources' CXX actions.o CXX allocator.o CXX baseevents.o CXX beds.o CXX chat.o CXX combat.o CXX condition.o chat.cpp: In member...
  13. 7804364

    Compiling Centos 7 compile error

    Actually i did this yum group install "Development Tools"
  14. 7804364

    Compiling Centos 7 compile error

    think you can point me in the right direction
  15. 7804364

    Compiling Centos 7 compile error

    When i used yum install.... all those libs i get Package subversion-1.7.14-7.el7_0.x86_64 already installed and latest version Package autoconf-2.69-11.el7.noarch already installed and latest version No package build-essential available. No package pkg-config available. No package libboost-dev...
  16. 7804364

    Compiling Centos 7 compile error

    Ok so when i use ./autogen.sh on my 0.4 8.6 source, i get this error [root@vps35372 sources]# ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force --warnings=none autoreconf: configure.ac: tracing autoreconf...
  17. 7804364

    Compiling 0.4 autogen error

    im using centos 7 and when i try to compile this source with ./autogen.sh i get this error [root@vps35372 sources]# ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force --warnings=none autoreconf: configure.ac: tracing...
  18. 7804364

    [10.40] Mystera 5(aka EvoRPG) final release

    @zbizu I fixed the issue above, but for some reason when you say "hi" or anything to npcs they dont talk or interact and only error in console is Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/text.lua:onThink data/globalevents/scripts/text.lua:16: attempt to call global...
  19. 7804364

    [10.40] Mystera 5(aka EvoRPG) final release

    Im getting this error right here in console, i can login, and see my characters but when i hit ok to login im faced with connection refused 10061 is GLobal_storage mixed up with player_storage ? > Map loading time: 18.283 seconds. >> Initializing gamestate [Error - mysql_real_query] Query...
Back
Top