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

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Likely to be applied as a big patch.
  2. Elwyn

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    We're already working on most issues that were reported. And we already upgraded to TFS 1.1 :)
  3. Elwyn

    Lag when logout or die

    Are you connecting to the mysql on another machine? If so, run the mysql server on the same machine as the server.
  4. Elwyn

    Player.setExhaustion, Player.getExhaustion [TFS 1.0]

    It doesn't Test like this: player:setExhaustion(100, 1) addEvent(function() print(player:getExhaustion(100)) end, 3 * 1000)
  5. Elwyn

    Hiring services.

    For those wondering, the post above is in portuguese.
  6. Elwyn

    Searching for translators (English-Polish and English-Portuguese)

    I can translate it for you to Portuguese for free :) I'm from Brazil. I don't know how I can provide you more info on my knowledge about both languages. If it's a good standard to you I'm on university right now.
  7. Elwyn

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    We are already working on the updates. :)
  8. Elwyn

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    You're right. We should have handled it better, told you guys we would be away for a long time and took better decisions to not let the server die. I'm sorry we disappointed our players at the time and disappointed ourself. ): We'll use this as experience, learn from it and not let it happen again.
  9. Elwyn

    Compiling Linking using Visual Studio 2013 (OTX 2)

    Thank you. :)
  10. Elwyn

    Compiling Linking using Visual Studio 2013 (OTX 2)

    Hello, I'm trying to compile OTX 2 (8.71) using Visual Studio. I installed all dependencies using NuGet, among them: sqlite, lua51, zlib, libiconv, libxml2. Installed as well TFS-SDK 2.0 and lib boost. When trying to compile the project I get the following warning: Even though I do have...
  11. Elwyn

    Stop Movement [TFS 1.X]

    Not quite, what PrinterLua script meant to do was that at any circumstance the player will not move. With yours, it'll only not move on tiles that you configure beforehand.
  12. Elwyn

    Stop Movement [TFS 1.X]

    Think about it like this: A function is a block on the memory that perform certain pre configured actions. You have only one block and two users. If they use it one at a time, it'll work perfectly, but if it there's a need for the to use at the same time, it'll not work as intended. See...
  13. Elwyn

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Me and Trollebror were really busy during the last months of the year so we couldn't work on the server as much as we would like to, but we are already back. We collected every feedback you guys sent us and made a to-do list and set some milestones for the server. Don't worry because when you...
  14. Elwyn

    Windows Not enough memory while loading npc scripts

    I agree, it's very likely that the 5Gb available was not totally available only to the TFS. By your and imkingran reply I think we can say for sure it's really not having enough memory and not some sort of memory leak that I first thought was the problem. Thanks for the help! :)
  15. Elwyn

    Windows Not enough memory while loading npc scripts

    Upon startup, he had available 5GB. I'll ask him to monitor task manager prior to launch, during launch, during freeze and after freeze.
  16. Elwyn

    Windows Not enough memory while loading npc scripts

    Hello. I'm moderator at an Brazilian ot forum and today one user came with a rather curious error. While having 6Gb of RAM, he gets "Not enough memory" when loading Printer's global datapack (https://github.com/PrinterLUA/FORGOTTENSERVER-ORTS) When loading TFS basic datapack (the one at their...
  17. Elwyn

    Compiling TFS 1.0 for 10.35

    10.35 map works just fine for the latest TFS, that currently support 10.41 To tell the truth, there's no 10.41 map, they use 10.35 map, so you should be fine.
  18. Elwyn

    Python IP-Changer

    Thanks :) For C++ I'm having a hard time reading the data in a address with the format that I want, like reading it and parsing to a string if I want a string and so on ):
  19. Elwyn

    Python IP-Changer

    I'll check it out. I'm doing the C++ version only for linux and for learning purpose, but it's really like you said, Python does have more open source libs and most of them have a good documentation so I'm having a hard time compared to doing it in Python. And doing this I'm falling in love...
  20. Elwyn

    Solved tfs on raspberry pi

    I had this same problem c++: internal compiler error: Unicestwiony (program cc1plus) Please submit a full bug report When I tried to compile TFS on an machine with 512Mb of ram, I had to upgrade it to 1Gb to compile.
Back
Top