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

    TFS 0.X How to understand why server crashes?

    let me see if i get it: I should rename gdb.sh to otserver.sh the first start i should type: screen -s otserver ctrl+c to shutdown the server (and if i had disconnected?) and next times i start the server its screen -r otserver
  2. hiwyn

    TFS 0.X How to understand why server crashes?

    i named a file with gdb.sh with: #!/bin/bash ulimit -c unlimited while true; do ./tfs --log-file "output.txt" "error.txt"; done but after i close ssh with server the server shutdowns... how to mantain it online?
  3. hiwyn

    TFS 0.X Delete one item for all players

    I already fix the map problem, i found where the golden helmet spawns, my problem now is to remove all that golden helmets people pick on each server save...
  4. hiwyn

    OTClient There is no main OTClient repo?

    That is my point ;) Why @Mehah 's changes don't come to the oficial one? And come together with @edubart ? Do you have the @edubard contant @Night Wolf ? Is it possible to @Mehah becomes a maintainer in the oficial source? --- Why we just don't remove the OTLand fork from the github list?
  5. hiwyn

    TFS 0.X Delete one item for all players

    Some people get a golden helmet (2471) from a map bug i made... There is a way to on DB i use a command and delete all golden helmets from players,depots and houses? Idk how many they get and who get :(
  6. hiwyn

    Compiling How to run old tfs on docker?

    Thank you @Gesior.pl , you were right, RUN starts on / Sorry, didn't know, first time creating a Dockerfile... --- About 3777 don't work on debian 9, i've follow a tutorial a long time ago (when i start to use debian 9) That create a file in 3777/src/Makefile SRC = actions.cpp admin.cpp...
  7. hiwyn

    Compile otservbr and TFS 1.3 on Ubuntu 20.04 and Debian 10/11

    could you do the same thing to old sources like 0.4? https://github.com/Fir3element/3777 https://otland.net/threads/how-to-run-old-tfs-on-docker.278002/
  8. hiwyn

    TFS 0.X How to understand why server crashes?

    i'm already running on cmd, i'm running on linux, but its a VPS, the connection was closed, i cant see the terminal no more there is no logs? (i'm using 0.4)
  9. hiwyn

    TFS 0.X How to understand why server crashes?

    I put a test server in a host and after 3 months without crash, its crashing everyday... How to check it?
  10. hiwyn

    Compiling How to run old tfs on docker?

    I was creating a project by using 0.4 sources on debian 9 Now that i move to debian 11, i couldn't manage to compile/run my project I tried to run it on docker (idk how to work with docker) Thats the Dockerfile: FROM debian:9 COPY sources.list /etc/apt/ RUN apt-get update RUN apt-get install...
  11. hiwyn

    Linux How to use||compile RME on debian 11?

    There is any other way to run this? I mean, snap, docker IDK I'm was making a whole new map and i like it
  12. hiwyn

    Linux How to use||compile RME on debian 11?

    i've tried: sudo apt-get install git cmake libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-gtk3-dev libarchive-dev freeglut3-dev libxmu-dev libxi-dev sudo apt-get install git cmake libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-gtk3-dev libarchive-dev...
  13. hiwyn

    Linux compiling RME on debian 11

    bump
  14. hiwyn

    OTClient There is no main OTClient repo?

    Holy fuck, i told on first topic to don't bring otcv8 here and here i'm reading 10 posts about this shit... Every topic i search about otc there are a lot of kondra fakes/bootlicker I don't know kondra and none of you here For me as a not custom ot player it could fit, but a marketed project...
  15. hiwyn

    OTClient There is no main OTClient repo?

    Why there is 3 otclients here on forum? 1 https://github.com/edubart/otclient 2 https://github.com/otland/otclient 3 (looks the best for now) GitHub - mehah/otclient: An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame...
  16. hiwyn

    Linux compiling RME on debian 11

    bump
  17. hiwyn

    [C++/Linux] Compiling old engine (sources) on Debian 10 / Ubuntu 20.04

    could you help us to compile on debian 11 @Gesior.pl even on start i got a problem: E: Unable to locate package libcrypto++6
  18. hiwyn

    Linux compiling RME on debian 11

    i've install sudo apt-get install git cmake libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-gtk3-dev libarchive-dev freeglut3-dev libxmu-dev libxi-dev sudo apt-get install git cmake libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-gtk3-dev...
  19. hiwyn

    TFS 0.X Compile 0.4 on debian 11

    help, i wanna back to make my project!
Back
Top