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

  1. Codinablack

    OpenTibia SpellCreator: A graphical spell creation enviroment

    Absolutely interested! I'm also very curious what language you used... I'm assuming something in the world of .net?
  2. Codinablack

    Is still worth to start OTS nowadays?

    sure, if that same tool didn't have to fight the engine too 🤣 Contrary to popular belief, those things don't actually "think"... it will always be limited by input and the inability to think for it's self.. So sure.. you can attempt to write "any system you want" with a tool that produces...
  3. Codinablack

    Is still worth to start OTS nowadays?

    The only reason creating custom servers is a "life sentence" to your room, is because the amount of work it takes to see your own vision on this primitive... engine... no, better yet, lets stop calling it that.. it's an emulator, and that's the exact problem! The software was never intended to...
  4. Codinablack

    TFS

    There is no state of the art stack for it. The best downgrade server is most likely TVP, until sarah has updated githup repo for her local version she has been working on for a coupl years at least... but I don't know which downgrades actually support your desired protocol version of 8.0.
  5. Codinablack

    What happened to servers without custom clients?

    Could not agree more
  6. Codinablack

    What happened to servers without custom clients?

    I think you are all taking "assets" to only mean the "tibia assets"... but a persons custom module is also their asset. I didn't come here to argue tho, if you think OT servers are not using otclient to protect assets, that's your own prerogative to believe that... if you also believe that the...
  7. Codinablack

    What happened to servers without custom clients?

    Universal otserv protocol... I don't think you understand the oxymoron you speak... OT == Open Tibia, the T there is very important... since it's open TIBIA it's the tibia protocol which is copied... it's the tibia protocol which changes... it's the tibia protocol which breaks backwards...
  8. Codinablack

    ⚔️ TFS 1.8 Downgrade 8.60 — Open Source Tibia Server Base

    Yes you can download it directly from their repository
  9. Codinablack

    Issue building TFS 1.4.2 on Windows – looking for guidance

    It's fmt errors correct? If so just go to bottom of tools.cpp and add this (change to your own namepsace) namespace BlackTek { #if defined(__cpp_lib_to_underlying) && (__cpp_lib_to_underlying >= 202102L) inline constexpr auto to_underlying(auto e) noexcept { return...
  10. Codinablack

    What does ai say about you?

    "Would you like me to find an alternative resource for the scripts he used to provide" The AI is generally concerned that you are not infected by those malicious scripts bro XDDDD (the above is a joke, stated here for those who are too dense to realize it)
  11. Codinablack

    Tibia64 v1 LoRA, high quality sprite generator

    Those things you just named are all for upscaling... every last one of them, upscaling... not a single one of them has anything to do with image generation via prompt or via image... so maybe know what you are talking about before opening your mouth to bash someone else's free contribution to...
  12. Codinablack

    I want to add DOT to certain weapons in TFS 1.4.2(Solved)

    you might try starting with a lua script in the weapons folder? If you are not at all going to even try then you are going to get no where as no one will help you... and this is the most basic kind of question you could ask... you didn't even search the forums clearly... like dude... there is an...
  13. Codinablack

    I want to add DOT to certain weapons in TFS 1.4.2(Solved)

    player:addDamageCondition()
  14. Codinablack

    C++ Spawn BUG in ALL TFS 1.X (distro bug)

    No I don't have a specific solution to this specific problem as I was doing an entire rewrite so there was no need for me to devise this particular fix. If you are having a problem with this, I'm certain AI could fix it, as this is a pretty simplistic fix. I could tailor one for this problem if...
Back
Top