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

  1. Codinablack

    Does anyone want an updated TFS 1.4.x+

    Here is a teaser for you guys. I spent hours working on this today, so there will be a slight delay in release 😄 I'm just teasing 🫣
  2. Codinablack

    TFS 1.X+ Help with recent memory commit logs

    show me the errors in console. Usually one error causes 16516516565 to show up or something like that, because if one thing is wrong, then other things after it are now affected due to syntax, but usually its like one line, even if it says 75 errors! Just send it to me in DM
  3. Codinablack

    TFS 1.X+ Help with recent memory commit logs

    The string view is very important for memory, as everytime a string is used, it is copied and creates like three allocations on the heap, with string view there are 0. So imagine copying a screenshot for example, three times on your hard drive, just to share on discord, but then never deleting...
  4. Codinablack

    TFS 1.X+ Help with recent memory commit logs

    I would also make sure you have the one that trades "std::variant for luavariant". I don't know the link off top of my head but the PR number is #3981 I noticed it while building my list of features for Black Tek Server, which I will soon share as another teaser on my thread about updated tfs...
  5. Codinablack

    Lua Monster.Element Request

    which server version? onHealthChange is most likely the event you want, depending on which server you are using 1713388556 beat me to it
  6. Codinablack

    CURRENT TFS WITH OTCLIENT V8

    Legit! Only it will be Black Tek Server version 0.0.0.0.0.0.000001 though XD That is because 1.4.3 (draft) doesn't have nearly as many commits listed as I will have implemented, but also I didn't take all the commits from 1.4.3 either, because not all are actually relevant, and some would break...
  7. Codinablack

    OpenTibia SpellCreator: A graphical spell creation enviroment

    it sounds like you are using some custom version like an "extended version" of a .dat and .spr file? The thing is, this very old program was not designed with that in mind, because it didn't exist yet. So my assumption here is you are using an extended version, and its loaded with a bunch more...
  8. Codinablack

    Does anyone want an updated TFS 1.4.x+

    Não tem problema meu amigo. Terei uma demonstração para todos experimentarem em breve. Yes absolutely! Here is why I haven't done so yet though: 1). I have specific commits I have listed already on my "todo" list, along with other things I know for a fact I want done, and how I want them done...
  9. Codinablack

    Does anyone want an updated TFS 1.4.x+

    What OS do you have?
  10. Codinablack

    Does anyone want an updated TFS 1.4.x+

    @Marko999x, @Ahilphino , @Mateus Robeerto , @Darks Wings , @ForgottenNot , @Jaed Le Raep , @Cardinale, @Joriku Sorry to tag everyone, but if you guys want a sample to play with, I may just release a download for people to try out the build system and some of the features, and the code base...
  11. Codinablack

    UPDATE 3: Moveitem + Antipush + Anti-Crash Elf Bot - Bug Fixes - TFS 0.4 11/04/2024

    This is actually pretty smart idea! I love it! I may have to re-implement it for Black Tek Server
  12. Codinablack

    Not to throw items through the teleporters C++

    Nah, I would prefer this too, but for the sake of taking everyone's opinion into consideration, we could modify to only apply the new logic if in config.lua its enabled! Boom! Much better than onMove!
  13. Codinablack

    Does anyone want an updated TFS 1.4.x+

    Yeah I like that idea! Perhaps I will just make the icon that is on the monster configurable via config.lua so each user can decide which icon indicates a fiend and such.
  14. Codinablack

    Does anyone want an updated TFS 1.4.x+

    Oh, I forgot to say, I think that the tutorial working is awesome, but that water and some of those sprites you have and such, even more so! 1713241608 Damn. I expected my above message to be merged, didn't realize someone had already messaged after me :D SO for the above its @Cardinale
  15. Codinablack

    Does anyone want an updated TFS 1.4.x+

    Wow! You have done quite a lot of amazing things for the 10.98 client!!!! Outstanding work! I 100% agree with you about there being many of tools and things for the 10.98 client that are bug free and time tested! This is some exciting things you have done with the client :D I am curious as to...
Back
Top