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

    Need Help with Nostalrius Server Linking

    How do I find out what LuaJIT version I have? I downloaded all the libs from here.
  2. CoolBuys1290

    Need Help with Nostalrius Server Linking

    Still getting the same errors: [ 1%] Linking CXX executable tfs /usr/bin/ld: CMakeFiles/tfs.dir/src/combat.cpp.o: in function `ValueCallback::getMinMaxValues(Player*, CombatDamage&, bool) const': combat.cpp:(.text+0x5165): undefined reference to `lua_pcallk' /usr/bin/ld...
  3. CoolBuys1290

    Need Help with Nostalrius Server Linking

    find_path(LUA_INCLUDE_DIR luajit.h HINTS ENV LUA_DIR PATH_SUFFIXES include/luajit-2.0 include PATHS ~/Library/Frameworks /Library/Frameworks /sw # Fink /opt/local # DarwinPorts /opt/csw # Blastwave /opt ) find_library(LUA_LIBRARY NAMES luajit-5.1 HINTS ENV LUA_DIR...
  4. CoolBuys1290

    Need Help with Nostalrius Server Linking

    Getting these errors while trying to link Nostalrius Linux server: /usr/bin/ld: CMakeFiles/tfs.dir/src/combat.cpp.o: in function `ValueCallback::getMinMaxValues(Player*, CombatDamage&, bool) const': combat.cpp:(.text+0x5165): undefined reference to `lua_pcallk' /usr/bin/ld...
  5. CoolBuys1290

    Trying to get forgottenserver.exe to run at bootup in Ubuntu 20.04.

    Tried steps from This Guide Edited this file with nano: /etc/systemd/system/myservice.service. .service file is: [Unit] Description=DOESN'T WORK. [Service] Type=oneshot RemainAfterExit=yes ExecStart=wine /home/otsmanager/NOSTWINDOWS2/theforgottenserver.exe [Install]...
  6. CoolBuys1290

    Can't Find CMakeLists.txt in OTHire.

    It's not in the Github
  7. CoolBuys1290

    Can't Find CMakeLists.txt in OTHire.

    The file isn't there. Chmodded and it still gives the same error.
  8. CoolBuys1290

    Can't Find CMakeLists.txt in OTHire.

    CMake Error: The source directory "/home/otsmanager/OTHire" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. otsmanager@167-114-137-36:~/OTHire/build$ CMake Error: The source directory "/home/otsmanager/OTHire" does not appear to...
  9. CoolBuys1290

    Need help Linking server

    I found my latest LuaJIT version, which was 2.1.0~beta3+dfsg-5.1build1. And I edited FindLuaJIT.cmake and edited the NAMES line to look like this: NAMES 2.1.0~beta3+dfsg-5.1build1. Please help. Thanks. CoolBuys1290
  10. CoolBuys1290

    Why are there two servers for 7.72?

    What's the difference between otserver and forgotten server?
  11. CoolBuys1290

    Why are there two servers for 7.72?

    Why does TwistedScorpio make Nostalrius and OTHire if they both do the same thing?
  12. CoolBuys1290

    Need help Linking server

    Trying to link Nostalrius TFS server 7.72 for Linux. otsmanager@167-114-137-36:~/forgottenserver/build$ sudo make [ 1%] Linking CXX executable tfs /usr/bin/ld: CMakeFiles/tfs.dir/src/combat.cpp.o: in function `ValueCallback::getMinMaxValues(Player*, CombatDamage&, bool) const'...
  13. CoolBuys1290

    I can connect but can't log in.

    I didn't enter the name field like I was supposed to. I can log in now.
  14. CoolBuys1290

    I can connect but can't log in.

    I can connect to my server, but can't log in. Using Nekiro's server at Here. I had to add a name field in the database and change the default value of number to NULL. Please help. Thanks. CoolBuys1290 1623528659 I imported the database that came with Nekiro's downgrade 1.4, edited config..php...
  15. CoolBuys1290

    Can't Log in But can Connect

    Running Nekiro's server 7.72 downgrade. I've set up database user, password, and database in both config.lua and config.php. What am I doing wrong? Please help. Thanks. CoolBuys1290
  16. CoolBuys1290

    git clone Not Working for Nekiro 7.72 Downgrade

    I found it: https://github.com/nekiro/forgottenserver/tree/7.72-downgrade.
  17. CoolBuys1290

    Please help me build Nekiro 7.72 server Ubuntu 20.04.

    I get this after running cmake .. -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking...
  18. CoolBuys1290

    git clone Not Working for Nekiro 7.72 Downgrade

    I can't figure out how to use git clone for the Nekiro 7.72 downgrade server. I entered: git clone --recursive https://github.com/nekiro/TFS-1.4-Downgrades/tree/7.72.git But I get a response fatal: repository 'https://github.com/nekiro/TFS-1.4-Downgrades/tree/7.72.git/' not found Please help...
  19. CoolBuys1290

    Compiling Errors while compiling TFS in Ubuntu 20.04. Please help.

    Still getting errors: 88%] Linking CXX executable tfs /usr/bin/ld: CMakeFiles/tfs.dir/src/combat.cpp.o: in function `ValueCallback::getMinMaxValues(Player*, CombatDamage&, bool) const': combat.cpp:(.text+0x51d1): undefined reference to `lua_pcallk' /usr/bin/ld...
Back
Top