• 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

    Setting up OTC and forgottenserver

    You open up "phpmyadmin" find the "user" that you have for your database (same one defined in your config.lua). Select it, and change its password type. There is caching_sha2_password, default and another option. I honestly don't remember off the top of my head which one you have to change it...
  2. Codinablack

    Black Tek Server Pre-Release

    Ok guys I didn't have as much time to dedicate to Black Tek Server this weekend as I had hoped, so instead of doing both a release version and opening the server repository to the public... I decided to settle on one. Since there are more things that need resolving yet, the first "official...
  3. Codinablack

    Does anyone want an updated TFS 1.4.x+

    Ok guys I didn't have as much time to dedicate to Black Tek Server this weekend as I had hoped, so instead of doing both a release version and opening the server repository to the public... I decided to settle on one. Since there are more things that need resolving yet, the first "official...
  4. Codinablack

    Black Tek Server Pre-Release

    Just to let everyone know. There are known bugs (and fixes) for black tek right now. Here's a list. Imbuement duration returning no more than 64 seconds (fixed in pending commit) Reloading with imbuements being used in lua can cause crash (fixed in pending commit) Bad Coalition error for...
  5. Codinablack

    OTClient Rendering an effect through OTClient

    "Tibia Effects" are their own thing... not something that gets "rendered". The part that is rendered is the animation, and in OT its called "distance effect" or "magic effect"... furthermore any client that supports playing tibia, supports its magic and distance effects. Please take the time to...
  6. Codinablack

    C++ Update system to tfs 1.42

    add SlotSystem.updatePlayer(player) to your login script, just underneath "player:loadSpecialStorage()" and it should apply the update on login like you wanted.
  7. Codinablack

    Black Tek Server Pre-Release

    here is the latest version, will have all the fixes you are looking for...
  8. Codinablack

    C++ Update system to tfs 1.42

    so you use the creatureevent called "onlogin" check if they have the "special attribute" you are looking for, and if so, apply it. It's pretty basic stuff that doesn't require a source edit.
  9. Codinablack

    TFS 1.X+ MySQL errors

    @ShadowProwl I believe this commit will fix the issue, but I have yet to try it. Perform gameworld authentication using character ID (#4366) · otland/forgottenserver@6028b5d (https://github.com/otland/forgottenserver/commit/6028b5d69a48664104842b070dc52bea71fef261) 1715315719 I think you might...
  10. Codinablack

    C++ Update system to tfs 1.42

    TFS 1.4.2 doesn't need that system, as it has item custom attributes already
  11. Codinablack

    Black Tek Server Pre-Release

    I think it might be easier for you to explain to me what it is you are doing? None of the libs are supposed to be static. So I am not sure how or why yours is trying to compile a static lib. For the record, I don't use any libs that are any different than what TFS comes with... Are you running...
  12. Codinablack

    Black Tek Server Pre-Release

    Yeah the fix is just to wrap item:getImbuements() with pairs(). You can see how I did that in one of my previous pictures, I also added duration to the onlook. Go back a few posts and look at the screens hots I shared, you should be able to spot it pretty easily 1715302752 Here it is @tibera...
  13. Codinablack

    Solved Error on log in or when character si choosen to be used in order to log in

    I am sorry I didn't respond sooner. I had never received this error before today and thought it was 8.6 related. Turns out to be coalition error for the database, but also only happens during a debug build. What exactly did you change to fix this? 1715283423 Looks like all you did was add a * to...
  14. Codinablack

    TFS 1.X+ MySQL errors

    Its an issue with debug builds and database
  15. Codinablack

    Black Tek Server Pre-Release

    @llouche and @tibera I am dumfounded as to how this is happening. I have some that it works fine for, others get this error. One such person who had this error though, this is how he solved it. 1715269174 Please let me know if this fixes the compilation problem for you... and yes its normal...
Back
Top