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

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    ./theforgottenserver
  2. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    You forgot the .string() I guess.
  3. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    In luascript.cpp and scriptmanager.cpp replace it->leaf() with it->path().filename().string() Then ./build.sh again.
  4. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    Remove the "-Werror", save it and run ./build.sh again.
  5. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    Can you upload your Makefile.am please?
  6. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    Looks like you're not using TFS 0.3.6-pl1. Doesn't matter though. I see two things: 1. In the first line the "f" at the beginning shouldn't be there. 2. Remove this: # check for Lua if test "$luaJIT" = "yes"; then PKG_CHECK_MODULES(LUA, luajit, , [ AC_CHECK_HEADERS([lua.hpp], ...
  7. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    Can you upload your new configure.ac please? Maybe there's an error in it now.
  8. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    Okay, try 2: open configure.ac and find these lines: #check lua 5.1 PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1, , [ AC_CHECK_HEADERS([lua.hpp], , [AC_MSG_ERROR("lua header not found.")]) AC_CHECK_LIB(lua, main, , [AC_MSG_ERROR("Linking against lua failed.")]) ]) AC_SUBST(LUA_CFLAGS)...
  9. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    First thing you could try is to remove the duplicate lua. You have both 5.0 and 5.1 installed. apt-get remove lua50 After that: ./configure --enable-mysql
  10. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    okay, and what does this output? find /usr/include/ /usr/local/include/ -name lua.hpp
  11. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    What does this output? dpkg -l "lua*"
  12. fluidsonic

    Windows Hosting problem

    Which OT server do you use? Which version? Is it 32-bit or 64-bit?
  13. fluidsonic

    Solved [advanced] Global table?

    Most scripts (at least in TFS) run in isolated LUA environments which have no access to each other. Either you have to rewrite the LUA handling in TFS or you have to use some kind of shared space, like MySQL or a creature/an item on the map where you can attach properties which are available for...
  14. fluidsonic

    Windows How? Dedicated server 24 hours, 7 days a week?

    Reliable game servers cost money. Simple as that ;)
  15. fluidsonic

    Solved The Forgotten Server Error

    Better make a separate thread.
  16. fluidsonic

    Solved The Forgotten Server Error

    oh yeah, I actually didn't watch the tutorial. In any case MySQL username and/or password in config.lua are wrong. There is no more problem with sqlHost or anything else.
  17. fluidsonic

    Solved The Forgotten Server Error

    Database you create and name on your own. You usually do that in phpmyadmin.
  18. fluidsonic

    Windows Need help with my website

    See previous post. It shouldn't be necessary to upload anything but config.lua unless you want to RUN the server on your webspace, which is not possible I guess.
  19. fluidsonic

    Solved The Forgotten Server Error

    No. You might try "root" and "root" for username and password. Not sure what users Uniform Server creatures during installation.
  20. fluidsonic

    Solved The Forgotten Server Error

    okay, so mysqlHost = "127.0.0.1" is correct and you have the next problem to fix. You use mysqlUser "leok" and mysqlPass "PhYV4tq9XLbjEjfW". These credentials are wrong. How did you get them?
Back
Top