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

  1. T

    C++ Onlinetime nood work right

    u r probably looking at the wrong place. code above seens just fine, i think that the code is not updating the lastLoginSaved itself in some place it should do this... it's just a guess without access to your source, but try searching for "lastLoginSaved" and for updateOnlineTime's call hierarchy
  2. T

    TFS 1.X+ ERROR DURING COMPILATION: CANNOT INCLUDE gmp.h

    Seens it's missing from your include path. Have you checked if it's there? Also, it should be in your system to perform linking sucessfully, to tell your the truth, I never used libgmp, but seens you must compile it yourself. You can find it here. Since you're using msvc, you should be fine...
  3. T

    Otclient 1.0 error compile

    Check your include path and be sure you've openssl there. Also, check your libraries path too, otherwise it'll fail at linking stage
  4. T

    OTClient Change where mehah's OTC cache and settings are stored

    Take a look at ResourceManager::setupUserWriteDir. Not sure, just have read the code quickly in github, but seens what you're looking for.
  5. T

    OTClient 1.0 (Release)

    Nice work @Mehah. We can see the effort you're putting on this. I do admire your job, gl!!
  6. T

    [8.60] TFS 0.4 Rev3996 War & Cast

    Yes, tfs 0.4 is legacy code after all (and I see no problem with this at all, handling with legacy code is part of the job), but since linux distros usually keep everything up-to-date, it's something to pay attention. But could happen in msys2, since it's arch based. I still think it's a...
  7. T

    [8.60] TFS 0.4 Rev3996 War & Cast

    The linker actually found the gmp import library in your PATH, but the symbols inside it are not matching with the ones included by project header files. Probably something related to the version you have in your path versus some old version he've used. TLDR: the API has changed and your system...
  8. T

    Existem BR's?

    valeu!! vou dar uma olhada!! eu li isso pós pandemia... até voltei pra ver a data do post
  9. T

    Existem BR's?

    Aos desenvolvedores brazuka do TFS (@Evil Puncker e @Lordfire são os que lembro agora, peço perdão aos demais ), por onde recomendam começar a estudar a implementação pra começar a contribuir?
  10. T

    [DISCUSSION] 128x128 pixels Tibia sprites with AI (neural network)

    Usually, I don't agree with most of your thoughts (I do agree with your ideas, but not with your extremism). I have no intention of attack you at all... but, also, there is no need to provoke them this way. Even if they don't share the code, their results can represent a goal to our community...
  11. T

    [DISCUSSION] 128x128 pixels Tibia sprites with AI (neural network)

    Indeed, even if it's not perfect, it's a huge upgrade and a fantastic result. Congratulations to you both, I'll check your server soon to see the ingame result with my own eyes! It's certainly something very interesting to work on... And totally agree with you: this is this future of OTClient -...
  12. T

    Graphic Designer Visual designer and illustrator

    Hey, nice stuff here! Congratulations! I really miss the old TibiaBR times... so nostalgic! And I do remember some of these arts, but didn't know the person who made. Great art work :)
  13. T

    [DISCUSSION] 128x128 pixels Tibia sprites with AI (neural network)

    Precompilled binaries for Windows 64bits: Download: https://www.dropbox.com/s/7uhdnccvgflnchr/otclient_hr-x86_64.zip?dl=1 Scan: VirusTotal (https://www.virustotal.com/gui/file/77d53e11d62af9a320c2d9a8362c5b4ed4a88ec211f8d62eff8a3e92114290d8/detection) Providing precompilled binaries just for...
  14. T

    RME Nostalrius 0xc000007b

    Glad you solved! Just for complement, if anyone had the same error (0xc000007b): this is usually related to a 32 bit process calling 64 bit DLLs. Answering your question about why it didn't work even the DLLs already existing in system32: my guess is the RME binary you got was compiled with a...
  15. T

    3Dragons - Tibia 3D from well-known OTS creators

    That is a while since the last time I became excited about something in Open Tibia ecossytem. Creating a 3D client implementation compatible with the TFS protocol is an idea I have since OTC has born, but since my career began just this year, I still have not the necessary knowledge for doing...
Back
Top