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

  1. Stanos

    TFS 0.X TFS 0.3.6 2000/2000 Player Online Player Real of Machine

    Am I tripping, or weren’t you an admin on Otland? Now you’re acting completely different like a washed crackhead
  2. Stanos

    Is encryption worth the effort ?

    If your intention is to save sprites or modules, then the short answer is no. But if your goal is to protect the client from regular players injecting bots, then yes, because 99% of them wont be able to do it.
  3. Stanos

    Tibia Clone with Nakama (Go) + Godot 4 — Custom Binary Protocol, OTBM Parser, Full Sprite Pipeline

    local water = true local dirtBorder = false if (water == true) { dirtBorder = true; return water; } else { return dirtBorder; }
  4. Stanos

    Looking for VFX artist

    If anyone interested have a comission for VFX artist. Hit me up if anyone interested
  5. Stanos

    [ New OTLIST | TibiaList.org ] Real-Time & High Performance

    Site is so good that it requires recaptcha confirmation without displaying recaptcha confirmation
  6. Stanos

    TFS 1.2 persist conditions doesnt work

    It removes because isRemovableOnDeath function returns true when the subId is between 10000-25000, which means those conditions will be removed on death. This is backwards from what you want. So just replace current function with this and should work bool Condition::isRemovableOnDeath() const {...
  7. Stanos

    OTClientv8 where is inventory size

    40-inventory.otui below InventoryWindow < MiniWindow add for example height: 240
  8. Stanos

    Error while saving player --- every relog tp to temple

    hmm? CREATE TABLE `player_autoloot` ( `player_id` INT(11) NOT NULL, `autoloot_list` TEXT DEFAULT NULL, PRIMARY KEY (`player_id`), CONSTRAINT `fk_player_autoloot_player` FOREIGN KEY (`player_id`) REFERENCES `players`(`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
  9. Stanos

    [TFS 1.x] Lost XP Retrieval - Skull of Fallen

    In this tutorial two stuff missing 1. You forgot to define PlayerStorageKeys.skullOfFallenCooldown in lib 2. You also forgot to include formatNumberWithSpaces function because it will return a nil value 3. There should also be some sort of timer/protection so you wont go back in 12 hours and...
  10. Stanos

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

    Maybe this can give some sort of player simulation https://otland.net/threads/8-60-thais-war-with-pvp-bots.204193
  11. Stanos

    TFS 1.2 Any Optimization suggestion

    isnt your system has serious backdoor issues?
  12. Stanos

    Open Tibia Server Calendar - Submit your server start

    Why not? If the website has a large reach, there’s no reason why you cant add payment boosts, thats absolutely fine from every point of view
  13. Stanos

    TFS 1.X+ Recomended VPS/Dedicated to BR players

    raw.exe is still active, kekw? 🤣
  14. Stanos

    (Request) Wodbo or similar?

    map editor - GitHub - OTAcademy/RME: OTAcademy fork of Remere's Map Editor repository. (https://github.com/OTAcademy/RME) item editor - Releases · ottools/ItemEditor (https://github.com/ottools/ItemEditor/releases) and Releases · punkice3407/ObjectBuilder...
Back
Top