• 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!

Recent content by maxumic

  1. maxumic

    Linux HTTP ERROR 500 WHILE DISPLAYING CHARACTER ON WEBPAGE GESIOR ACC 2012

    Can you post the log file here?
  2. maxumic

    Linux HTTP ERROR 500 WHILE DISPLAYING CHARACTER ON WEBPAGE GESIOR ACC 2012

    Check the logs: /var/log/nginx/error.log
  3. maxumic

    TFS 0.X Unexpected Crash

    https://github.com/mattyx14/otxserver/pull/444/files
  4. maxumic

    Linux How to use screen + GDB in .sh executable?

    @potinho @secondlife Replace -g with -ggdb3 -Ofast with -O0 in the Makefile.
  5. maxumic

    Compiling error with zlib during compilation

    Install zlib sudo apt-get install zlib1g-dev In CMakeLists.txt in project root directory: 1. Add under the below another find_package line find_package(ZLIB REQUIRED) 2. Between the include_directories parenthesis, add: ${ZLIB_INCLUDE_DIRS} 3. Between the target_link_libraries...
  6. maxumic

    Theotxserver Crash

    You can check line 347 in talkactions.cpp, it's trying to do something like xyz->abc() and xyz might be null. So you need to do if (!xyz) { return false; } before. Btw the screenshots you sent are the wrong method, it's in Talkaction::executeSay 1697488247 Btw, if your server is based on this...
  7. maxumic

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    I made these for an old school server.
  8. maxumic

    Theotxserver Crash

    The bug was probably always there, but Ubuntu 14 might have used an older library that handled it more gracefully. Make sure all variables are declared in talkactions.h/cpp and add null checks. E.g. if (!player) { return; } Also check your banishment info talkaction Lua script for bugs.
  9. maxumic

    [$50] OTC Advanced Guild Module

    Thanks for bumping, but none of the things you wrote have anything to do with my job offer. Neither do pronouns and many other messages.
  10. maxumic

    [$50] OTC Advanced Guild Module

    Haha, more trolling. Good, when the developer is done they can resell it to you guys for $300 each.
  11. maxumic

    [$50] OTC Advanced Guild Module

    You're just talking nonsense. Like the thread says, the OTC developer does not have to work locally but against a live server. Therefore, there will be no protocol issues (communication between client and server).
  12. maxumic

    [$50] OTC Advanced Guild Module

    Please don't comment on this thread. I already wrote that I will write anything required on the server side, if you don't believe that - that's ok but also irrelevant.
  13. maxumic

    [$10] Tester

    Bump
  14. maxumic

    [$50] OTC Advanced Guild Module

    I'm searching for a professional OTC developer to create an advanced guild module. The developer will do the OTC module, while I do the server side. Advanced Guild Module All players See a list of all guilds on the server. Select a guild for more information: members (name, nick, level...
  15. maxumic

    [$10] Tester

    Some testers quit half way so still some open slots.
Back
Top