• 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. Night Wolf

    opentibiabr code 'quality' and community

    You could have: 1. Opened a PR 2. Write a wiki explaining the behavior of network dispatcher thread and the importance of making those calls safe 3. Write a polite issue pointing out what was wrong and support us correcting AND TESTING in the meantime What you did: 1. Offended the team 2...
  2. Night Wolf

    Audio from 13.00.12569

    https://github.com/opentibiabr/canary/pull/531
  3. Night Wolf

    OTclient question

    it's actually the other way around: https://github.com/mehah/otclient/commits/main https://github.com/OTCv8/otclientv8/commits/master You meant auto updater?
  4. Night Wolf

    OTclient question

    back when mehah said that he was being humble... even on 2021 his otc was already better than v8. Features.. well, v8 only had android compilation and bot right? what else are we talking about? 1664129677 overall mehah did way more optimizations throughout the code, caching more stuff in map...
  5. Night Wolf

    How to get FREE VPS from Oracle Cloud

    for your own sake, do daily backups of database + always git push your changes. You should be fine. My backups were being sent to another machine, but both inside same tenancy. So yeah, lost the backup as well.
  6. Night Wolf

    How to get FREE VPS from Oracle Cloud

    another warning for everyone following this tutorial: It seems Oracle is in a hunting season. Several reports popping of people getting randomly disconnected/having their tenancies deactivated without even a pre-warning. Please, for your OWN SAKE, do not attempt to run anything production...
  7. Night Wolf

    Found this recently hope you enjoy :) OTCv8 + Sources

    No because it's inside github and no one needs to download anything there as you can just take the code and recompile yourself. Now, assuming this is not a false positive, let me revert back the question to you and assume it's not the leak that has a virus, but the otclient itself. Did otland...
  8. Night Wolf

    Open Tibia machine learning projects

    It's incredibly easy to detect autoheal/anti paralyze. Both of them have the premise of doing something really fast after a condition is triggered. The problem with bots is that they are reallly really consistent, and if they are not you'll most likely die or behave worst than an actual player...
  9. Night Wolf

    Found this recently hope you enjoy :) OTCv8 + Sources

    I wasn't going to comment here, but I can't help but laugh at all those saying this is unfair with people who were putting their work on v8. It's incredibly inaccurate to think Kondra, Oen or any other developer had "their" work leaked for free. It was always free, they just made some minor...
  10. Night Wolf

    Open Tibia machine learning projects

    First of all, sorry, I made a clean on my Github and didn't noticed there was still this depence on my stylegan2 repo. In the end I broke it several times and in a later stage I was running eps696 version of it - GitHub - eps696/stylegan2: StyleGAN2 for practice...
  11. Night Wolf

    Insert party task count (custom system)

    It's huge and I can't post here at otland due limit of characters. Essentially this is the logic, the tasklib is just a few more functions and a lot of tables: dofile('data/lib/tasklib.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  12. Night Wolf

    How to get FREE VPS from Oracle Cloud

    Just a warning to everyone following this tutorial: Dont do those steps: STEPS 7 - 11: Disable Oracle Cloud firewall STEPS 12 - 13: Disable Ubuntu firewall I managed to run a machine for 3 months but then I got hacked by something I never experienced before, it was a miner trojan/crawler. It...
  13. Night Wolf

    Do not use/buy OTC V8

    I couldn't reply you before because I was banned from otland, did you talked already with Renato (Mehah)? I'm still interested in seeing a free and complete version of OTC being developed by the community, but unfortunately I don't see myself included in this future. Months away from otland were...
  14. Night Wolf

    [Monster:onDropLoot] - Could not add loot item to corpse

    @alejandro762 after an analysis it's confirmed what we said. This message was already updated a while back, if you're getting this old message in console it means you're using a very old base. Unfortunately due to how the forum is made, @EduardoDantas cannot update the main thread unless he...
  15. Night Wolf

    Suggestion New prefixes for support threads - Canary, Otservbr-global

    this is indeed an unpopular opinion, first of all because it might be the opinion of you (and your friends who blindly agreed instead of thinking in what they are agreeing with) and secondly because it's also a lie(?). We already explained several times why we don't refer to otland for support...
  16. Night Wolf

    [Monster:onDropLoot] - Could not add loot item to corpse

    it was an attempt to fix a possible crash situation that all the bases have, unfortunately the way the code was created and is entagled it's quite hard to fix it for now, so we will need to trust otadmins know what they are doing, which both of us know always lead to bad things happening...
  17. Night Wolf

    [Monster:onDropLoot] - Could not add loot item to corpse

    this is not a bug, it's a warning that it wasn't able to add loot to the corpse, perhaps he's using TFS engine with canary datapack and got the files mixed up
  18. Night Wolf

    [Monster:onDropLoot] - Could not add loot item to corpse

    please make sure you're using latest bases. The zip on topic is not updated anymore. Canary is the engine used for Otservbr datapack now, try following this tutorial: https://majestyotbr.gitbook.io/opentibiabr/projects/otservbr-global/infrastructure/windows-otservbr-global-+-uniform-server-+-myaac
  19. Night Wolf

    [12.x] OTServBR-Global

    Indeed, it's been even hard to catch up with so many notifications :eek: By the way, not sure if this was said before but we are using the discord as official communication channel because writting here in forum has proven quite hard due limitation of characters + difficulties in keeping...
  20. Night Wolf

    Starting a private server is unnecessarily complex. :(

    https://majestyotbr.gitbook.io/opentibiabr/home/introduction
Back
Top