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

    Linux How can I stress test my OTServer (simulate 300~500 players) and check DDoS protection?

    Hey everyone, I’m currently hosting my OTServer on a VPS and I’d like to perform some stress tests to check how the server handles high player counts and network load. Specifically, I’d like to: Simulate 300~500 online players to see how the RAM usage and CPU performance behave. Check the...
  2. Lukinhah

    TFS 1.X+ War system not end

    I think my case does not apply. There are only 2 emblems, from guild ally and guild enemy; I think it's interesting to have to relog, because if it ends in the middle of the war there's a over time.
  3. Lukinhah

    TFS 1.X+ War system not end

    FIXED EMBLEMS protocolgame.cpp search: add to the line below: if (!known) { msg.addByte(player->getGuildEmblem(otherPlayer)); } features.lua search: add to the line below: if(version >= 800) then g_game.enableFeature(GameCreatureEmblems) end NOTE: OTCv8 and TFS...
  4. Lukinhah

    TFS 1.X+ War system not end

    Apparently deep seek is better than chatgpt in some questions, what I struggled with in chatgpt I easily solved with deepseek. About the emblems, I still have to work on that. The way I did it doesn't work for me, it ended up causing errors in the party system. It must be some stupidity on my...
  5. Lukinhah

    TFS 1.X+ War system not end

    Oh nice. I'm going to try everything u suggested. Thank u The otland community is awesome 1758048905 I tried in every way to add the guild emblem, I couldn't compile, I made the corrections and then discovered that the emblem was the pt icon, lmao
  6. Lukinhah

    TFS 1.X+ War system not end

    Hello, can anyone help with my problem? I think it's some stupidity on my part. TFS 1.5 - Version: 8.0 Guild Wars Old - Version: 2.0.8 I only configured the guild-wars-old plugin, other plugins unfortunately didn't work at all. I set a time of 2 hours for the duration of the war. The problem...
  7. Lukinhah

    TFS 1.X+ [8.0] Cast System - TFS 1.5

    Woww... looks very cool
  8. Lukinhah

    TFS 1.X+ [8.0] Cast System - TFS 1.5

    Hmmm.. I didn't know about this system. I was thinking about a Cast System that was activated by the GM and with a different password. But, i didn't find how to add the cast system. NOTE: I don't need anything too complex. Just being able to watch a war system without the GM nickname...
  9. Lukinhah

    TFS 1.X+ [8.0] Cast System - TFS 1.5

    Hi guys, I need a cast system or something similar so I can watch the players. However, I want to watch them in secret, so I'm going to use this system to record and make videos of the server. I found some /watch systems that were very similar, but for recording videos it was very ugly. Is...
  10. Lukinhah

    [8.0] Marketplace System - TFS 1.5

    I see. Apparently it's a little more complicated than I thought. Unfortunately, I've been working on a project for a few months now, and I can't just switch and start over. I liked your thinking. Along the same lines, I would like a market, but it doesn't necessarily have to be 100%...
  11. Lukinhah

    [8.0] Marketplace System - TFS 1.5

    Hello guys, I want to add marketplace to my server. I currently use tfs 1.5 downgrade to version 8.0; The db already came with market_offer and market_history. Since it is a downgrade, I believe it is a little less complicated to add, am I right? NOTE: I'm using OTCv8 and just added...
  12. Lukinhah

    Error Attack/runes/magic in 'L'

    I will make these modifications and test them! Thank you very much for the information. Update: Bug fixed!
  13. Lukinhah

    Error Attack/runes/magic in 'L'

    Thank you for the help, but.... All changes were reverted, but the error still persists. Below is an example image after modifications: Does anyone have an idea how to solve it? see left sqm;
  14. Lukinhah

    Error Attack/runes/magic in 'L'

    If you see in the print, on the left side it attacks all SQM, on the right side it doesn't even attack 'L'; 1740425014 I'll send another example:
  15. Lukinhah

    Error Attack/runes/magic in 'L'

    ? - not attack in 'L' ? - attack 1 sqm below TFS 1.5 How i do for fixed this bug?
Back
Top