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

  1. yohanaugusto

    C++ Game::playerLookAt crash?

    events.xml player.lua
  2. yohanaugusto

    C++ Game::playerLookAt crash?

    Hello, I have a server with 500/600 players online. My server are crashing by an error related to events / onlook (maybe?). Can someone help me? I searched and found one thread related to this in 2016, but no answers there. TFS 1.3 Here is gdb log:
  3. yohanaugusto

    Linux Tuning Kernel to Handle more players

    Hi Znote, I've changed my sysctl.conf few minutes ago and it isn't working. net.core.somaxconn = 50000 net.ipv4.tcp_max_syn_backlog = 30000 Here is my new code:
  4. yohanaugusto

    Linux Tuning Kernel to Handle more players

    Hi, Someone could help me to on tuning kernel to handle more players on my server? When we got like 985+- people who try to login gets "failed to establish connection to the game server". It's not waiting line, maxplayers = 0 (unlimited). I tried to added this on my sysctl.conf, but did not...
  5. yohanaugusto

    Linux Connection Problem 900+ players

    Solved.
  6. yohanaugusto

    Lua Help with Custom Script for Monster

    I tried But it's not working :/
  7. yohanaugusto

    Lua Help with Custom Script for Monster

    I've made this script: But it's not working, I've tried several times. I had this script before, but i lost it when I changed computer. The erro is: "Attempt to index local 'creature' (a nil value)
  8. yohanaugusto

    Question about OTServer status

    I'm making a simple university project about game status in PHP and i'm getting problem to conect to Open Tibia Servers. I was searching and I found this: But i'm getting the following error: Any ideas?
  9. yohanaugusto

    Lua Argument #3 is unsafe

    up
  10. yohanaugusto

    Lua Argument #3 is unsafe

    Hello, someone could help me to update this to TFS 1.1? The only problem is on "AddEvent": addEvent(script, 1000, cid)
  11. yohanaugusto

    Windows Error TFS 1.0

    update your sources for the latest TFS and compile it. https://github.com/otland/forgottenserver
  12. yohanaugusto

    Windows Tibia 10.59

    I've compiled my TFS 1.0 to version 10.59 just for test. When i try to login to the game i got debug.. Anybody else got the same problem or knows how to fix it? PS: I fix the problem with mounts on sources.
  13. yohanaugusto

    Windows [TFS] 1.0 Quest And Missions

    pm me with more details..
  14. yohanaugusto

    Linux Segmentation fault (core dumped)

    This is the only cast i found. I fixed some bugs, no errors in console. Just this segmentation fault :/
Back
Top