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

Recent content by Tofame

  1. Tofame

    [C++] Ground-Underground Mapping and Sunshine

    Take a look at what you posted bro. The getSpectators method is one of the heaviest in this engine, and he just removed the constraints on the Z floor it had, meaning it will end badly.
  2. Tofame

    Lua Checking for the closest creature? [TFS 1.2]

    Use getSpectators. Its faster than previous reply
  3. Tofame

    Cloudflare WebSocket Tunnel - Free for the Open Tibia community

    Is there no way to just use/modify the GitHub - erebe/wstunnel: Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available (https://github.com/erebe/wstunnel) then, to eliminate the downsides? I think if adapted, that would yield the biggest performance and...
  4. Tofame

    OpenTibia Realots RME (SEC support)

    Great feature and congratz on contributing. The only downside I see is that you forked off habsburgos rme. The last commit was 2 years ago, its very outdated RME and not worth working/forking from. Fork the forks.
  5. Tofame

    Lua Weird values on onEquip / onDeEquip with setMaxHealth function

    Please don't do it this way, it is the worst solution possible🤒
  6. Tofame

    [Remere's Map Editor: Redux] - Introducing RME overhaul project, because someone had to do it.

    The RME, the codebase existed. The changes were made with AI. It wasnt created from thin air
  7. Tofame

    Moving forward

    This went very offtopic, whole post was about open-sourceness, not TFS/otland/discords closing down. TFS didnt die, it branched to be Canary.... Which is the most popular new protocols engine. TFS tried to compete in features with Canary, when the strongest point was being a stable base...
  8. Tofame

    Difference between OT clients

    Use OTC Mehah, it is the most active repo, and has a lot of features.
  9. Tofame

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    There is no networking in the standard. There is no replacing, it's literally boost::asio. I see networking might come into C++26, but I'm not sure if it's not actually a pipe dream. Well, a man can dream atleast. @aluix the problem you have is, that this year boost::asio has made a...
  10. Tofame

    How to Retrieve All Players Involved in a Kill in TFS 1.x?

    @otadmin consider the case where player's summon is the killer, rather than the player itself. You might want to add such check to your if branch.
  11. Tofame

    UniqueIDs and how to use it / How the Tibia Client differentiates mobs/npcs/players

    Why is this thread full AI, both the post itself and the comments.. This so called unique Id is just "cid", everything is already used, for npc/player/monster detection, its based exactly on that. We are also getting player/monster/npc by cid as well.
  12. Tofame

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    You can't say you got edge over TFS, if you removed lua scripting for some custom rl engine based one. Both that rl engine and TFS are inferior to modern standards - which is to use sol for lua bridge to C++. It's unquestionable, as I'm speaking facts here (benchmarked facts).
  13. Tofame

    BlackTek-Server Development Thread

    Unfortunate language barrier that escalated to a conflict... 😟 Dw, good job to both of you, what matters is progressing forward.
  14. Tofame

    Voice Chat System (VOIP) – Free for the Community

    In the past there were far more skilled devs in this community. They all got repulsed by what this has become and just left. There is only leaks, stealing, leeching, shittalking. What's more - paid stuff that has been spent hours on, while those hours couldve been put into something other than...
  15. Tofame

    Voice Chat System (VOIP) – Free for the Community

    Ehh, actually pointless. Remove the leak though and stop deflecting.
Back
Top