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

    TFS 1.X+ TFS 1.5 NEKIRO 8.6 + OTC v8 = PING ??? and FOLLOW SQUARE BUG

    Most likely you missing those two commits https://github.com/OTCv8/forgottenserver/commit/25fbc0954ac13b6be573e5b9893520574323429a https://github.com/OTCv8/forgottenserver/commit/2839d4d7a8ad3597eff6c786f4ceb9b1b4b4456b
  16. Stanos

    TFS 1.X+ TFS 1.5 NEKIRO 8.6 + OTC v8 = PING ??? and FOLLOW SQUARE BUG

    https://github.com/OTAcademy/otclientv8/pull/20/commits/6ed2c62245f3e0f818e37bec1fd01dc5effd6468
  17. Stanos

    Otservlist Web Design Websites, Layouts, OTSlist.

    My dude typing about unique Layouts meanwhile sharing same layout with different color schemes and different fonts. Whatever you smoking pass that shit here 🫠
  18. Stanos

    Rookie server

    There is no tutorials just download base for example GitHub - Black-Tek/BlackTek-Server: A 2D Top Down (MMORPG) Game Server, with the goal of becoming a rapid development game engine someday (https://github.com/Black-Tek/BlackTek-Server) setup otclientv8 or mehah client and start playing around...
  19. Stanos

    TFS 1.X+ Flashing aura

    Most likely missing a sprite in one of the frames.
Back
Top