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

    BlackTek-Server Development Thread

    BlackTek 2.0 (Rise After Midnight) has been released Big thanks to all who contributed and helped make this happen! The main change and full change log can be found in the release description. It has been a long journey and we have achieved many great things. I don't plan on opening a...
  16. Codinablack

    C++ after updating my sources to boost 1.90 error

    Since Gesior intends on continuing to talk on this thread knowing I have him blocked (as I explicitly private messaged him to inform him AGAIN about this), rather than message me back, and clearly, again, with the purpose of trying to "call me out" or something... here you go.. only took ten...
  17. Codinablack

    C++ after updating my sources to boost 1.90 error

    False. SSL is not something that can "only work with one thing at a time"... but I'm not about to argue with you in your support thread.. everything I have previously said stands as facts... the "new boost" has nothing to do with the "problem", the "solution" you used which was recommended to...
  18. Codinablack

    C++ after updating my sources to boost 1.90 error

    Please stop recommending these "solutions" to people, as they are not solutions to the issue. You have people doing all these code changes to remove a security restriction that IS THERE FOR A REASON.... In most cases, the user needs to do nothing more than local a config file and remove a single...
  19. Codinablack

    C++ after updating my sources to boost 1.90 error

    Your error has absolutely nothing to do with your update to newer boost lib.... did you just copy and paste the error and not bother reading or attempting to comprehend it? It tells you the problem, SSL IS REQUIRED it says... so you must enable SSL for your database... this is usually as simple...
Back
Top