• 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

    Count to 10!

    1 * 1
  2. Codinablack

    BlackTek-Server Development Thread

    More monumental changes happening at BlackTek! We now offer direct parsing of the .dat format for the server, allowing for the complete removal of the items.otb! I know what you are thinking, "oh no" what about all those problems with server id and client id... not to worry, thanks to the...
  3. Codinablack

    BlackTek-Server Development Thread

    Monsters in BlackTek are now highly responsive! We resolved the issues with monsters taking too long to respond on initial contact for all situations, and we also reduced the robotic "stop and go" actions that you typically see a monster doing while chasing or fleeing! Not only did we improve...
  4. Codinablack

    Ranger's Arcani OTClient showoff

    Clicking on your link for "Ranger's Arcani ONLINE" simply leads me to this Are you attempting to install malware on others' PC? Last I checked you haven't had a player play since 2023, so please remove that virus link from your signature... and try to have a working freaking website for...
  5. Codinablack

    TFS 1.X+ Is there a better way to add combat check?

    I keep forgetting about the events listed in event callbacks 😄
  6. Codinablack

    TFS 1.X+ Is there a better way to add combat check?

    Use this event. https://docs.otland.net/ots-guide/tfs-documentation/luascript-interface/creatureevent#onhealthchange-creature-attacker-primarydamage-primarytype-secondarydamage-secondarytype-origin The only downside is damage has actually start to occur, if it's a blocked hit it wouldn't...
  7. Codinablack

    Cipsoft Client 8.6 - Uint64_t

    Yup that was the other guy I couldn't think of
  8. Codinablack

    Cipsoft Client 8.6 - Uint64_t

    That's not how it works.... There is a reason the type of work he is doing is super niche, it's not so easy and by nature will ring bells on every good anti-virus or anti-malware scanner out there because of what has been done... and that is literally altering an already compiled library's...
  9. Codinablack

    [Tutorial][BlackTek] From nothing to fully installed Server with AAC on Windows.

    Very interesting... this is actually the first time I have seen that warning (the error is common when vcpkg fails). It would seem you have multiple triplets (aka ports) on your system and so it wishes to be told which port to use... why it would require a baseline though is quite peculiar! At...
  10. Codinablack

    Cipsoft Client 8.6 - Uint64_t

    There are two individuals in the community who offer their services for hacking/modifying .dll files for such requirements... I'll see if I can do a quick search and find them and if so I'll update this post with their names, if I don't update this post... well... you get the idea EDIT: The...
  11. Codinablack

    C++ Boss Reward System BlackTek-Server

    Could do the same with a lua movement script, if it's stackables coming from reward chest, clear the custom attribute :) I like your solution though, show's dedication :)
  12. Codinablack

    TFS 1.6 OtClient 13.10

    No matter which server you use, I'm quite certain that using "custom sprites" and effects is not going to be an easy task... the tools all seem to be broken for one thing or another, limited compatibility for protocols, and also you need to use multiple tools to achieve a single goal like adding...
  13. Codinablack

    TFS 1.6 OtClient 13.10

    Yessir! This is a big problem! Years ago when OT servers were booming in popularity but still relatively new, it actually was as easy as "download and play".... however since the dropping of xml data storage for the players and accounts in favor of a database server (mysql) this "ease" was...
  14. Codinablack

    TFS 1.6 OtClient 13.10

    By that logic, any server which runs 10.98 protocol is just TFS' 1.4.2 😞 Even if I agreed with that statement (which I definitely do not), then at that point why even recommend 1.4.2 if BlackTek is essentially just 1.4.2 but better? I guess that's just an opinion, but seeing as how it has...
  15. Codinablack

    C++ Boss Reward System BlackTek-Server

    This problem is due to the fact that there were custom attributes assigned to the items during their creation to be used for removing them after the 7 days was up... Stackables with custom attributes can't stack with other stackables, so if you want to resolve this problem, you sacrifice the...
  16. Codinablack

    TFS 1.6 OtClient 13.10

    or BlackTek Server @OP I personally just let the Dev's know about players not being able to login to TFS... again... so hopefully it will be resolved soon, but yeah if you want newer client, Canary is king right now, and if you want older client, BlackTek is a magnificent choice in my opinion.
  17. Codinablack

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    Well at the risk of keeping this "debate" going.. (which is not what I want)... I can't have someone tell me they did something that they didn't do... so.. There above is the exact statement you made, and as an english speaking native, I can assure you, that is most definitely NOT past...
  18. Codinablack

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    It's 2025... can we please stop referencing 18 year old leak as the "authority" on what "cipsoft does"... k? Please and thank you... I don't live in the past when I talk about tibia... I live in the now.... I honestly could not care less about how tibia handled things 18 years ago... when you...
  19. Codinablack

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    You are partially mistaken about cipsoft not doing this... they definitely don't "recursively check", however, if you buy items and have room but the room is not in the most top level backpack on tibia, it will most certainly go to the next available OPEN backpack... The key distinction here is...
  20. Codinablack

    [Tutorial][BlackTek] From nothing to fully installed Server with AAC on Windows.

    Follow the instructions instead of trying to download a project file, open it and compile... in other words, don't try to take a short cut. The project files that are uploaded with the "pre-releases" were generated for their own environment, everyone's environment can vary... The CRT I run on...
Back
Top