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

Search results

  1. Lessaire

    High CPU/RAM usage after 8h+

    Indeed, that is a strong possibility. I would debug the problem on a replica installation and once you determine what the bug is leave the bug active your server. Insert new code expanding the logging from the responsible script, and determine which player is doing this. Do not reveal yourself...
  2. Lessaire

    [Angeluz Online] Looking for Developer. TFS 1.x, OTX 11.x, OTclient.

    Nekiro does quality work. You should definitely seek their services first. However, if the scope of your project exceeds the capabilities of a single freelancer to meet your timetable needs, I could make myself available for 0.X to 1.X script conversions, source code updates, and debugging, as...
  3. Lessaire

    High CPU/RAM usage after 8h+

    You've introduced a memory leak somewhere. There is no way to really determine what's causing it without access to the installation, or a complete replica. If you wish to attempt to locate the problem yourself, you will need Gnu Debugger and Valgrind. This is beyond the scope of the support...
  4. Lessaire

    C++ Learning c++, what hits code means?

    You're in C-land here. You don't need to "work-around". Here we call changes patches. Between 0 and maxvalue is precisely what it's suppose to do. You'll notice the name? If you want a different distribution, use different code. Clamping based on a multiplier of the calculated maxValue would...
  5. Lessaire

    Guild for tp

    So for this particular OT, guilds are not a player managed thing at all? You are re-purposing the guild system to be factions instead. That's fine, and I would probably do the same think if I were making such a server. In which case the code I provided should work, presuming you are on a 0.X...
  6. Lessaire

    How to know source version?

    I can probably determine your sources if you have a Linux binary. It is less likely I can do it with a Windows binary, but not impossible.
  7. Lessaire

    Please help compile..

    Sometimes getting old sources to compile is a lot of work. Beyond the scale of free support. At which post most get told "use TFS 1.3" Which is all well and good. But I think what that really means is this post should be moved to "Jobs"
  8. Lessaire

    looking for source tfs 0.4

    I offered her my sources. However she's still stuck on trying to dump her MySQL database from XAMPP on the Windows side
  9. Lessaire

    Guild for tp

    Fun. No. I think it is you who should explain. I believe you are perhaps looking at this problem the wrong way, and an entirely differently solution could be crafted. What is it you are actually trying to achieve? What's wrong with colored outfits?
  10. Lessaire

    Theorizing a Modern Engine Design

    I mean, the headless horseman has his dead detached. But he still has to carry it everywhere. So what has it gained him? Yes, a single dedicated caller to the database makes sense, and prevents breakage of the "single source of truth" principle which is what this amounts to. Game active state...
  11. Lessaire

    Linux Outdated Library's help

    Yes, the diff I presented alters the very lines you found. You can certainly do it manually if you can't figure out how to apply it as a patch. That's why I love diff and think the common method used here on the forum is garbage because it introduces too much formatting noise...
  12. Lessaire

    TFS 1.X+ Pick for mining system

    If the rock is also supposed to disappear when the player fails, as it seems was your intention as per the bottom else branch where I put the "biff it" comment, to make them wait for the regen cycle, the code to remove the rock should be moved inside regenMine so both paths for a destroyed rock...
  13. Lessaire

    Linux Outdated Library's help

    Red represents a line removed Green represents a line added Even if you had literally never see a diff before, that should be obvious to anyone purporting to be competent enough to load code into an editor.
  14. Lessaire

    TFS 1.X+ Pick for mining system

    local config = { quarrytype = 19959, -- What is the identity of our stone? hibernate = 20 * 60 * 1000, -- How long the stone must wait before respawning? endurance = 20, -- How many swings of the pick will the stone endure? mineblood = 2225, -- What...
  15. Lessaire

    Theorizing a Modern Engine Design

    Yes, fix the "objectively wrong theme selected" bug, and the blinding light will take care of itself. Decoupling the database driver into a microservice is definitely achievable, but I don't think it really buys as much as you believe. It's a headless horseman. Clean separation of model and...
  16. Lessaire

    Hoster I am looking for a person that is trusted in the OT world. [host]

    I presume you've been helped by now, but if you haven't, I likely have the most powerful hosting platform on the forum.
  17. Lessaire

    Guild for tp

    Why are you making a player join a guild? That's just silly. I can only presume this is a 0.3.7 request. <?xml version="1.0" encoding="UTF-8"?> <mod name="compelled-alliance" version="0.1" author="Lessaire" contact="otland.net" enabled="yes"> <lib name="rude-otadmin"><![CDATA[ -- Set the...
  18. Lessaire

    I have Error on MySQL

    Baby Jesus cries every time a VPS with more than 8GB of RAM is provisioned with Windows.
Back
Top