• 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. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    oh, so running a stock bot on this engine is not that easy? @Mateus Robeerto said that he manage to run it with no issues. I'm trying now to "simulate" 8.6 client - i go to the point where elfbot indeed is executed properly - but it's functions are not working at all (cavebot, hotkeys etc). I...
  2. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    Hello, Can you please tell me what elfbot check inside game client? I would like to test how this bot works, how he move the character, use things etc. I'm trying to implement anti cheat to this game client (I will propably share it with community later). I already pass the window "Please run...
  3. G

    Challange-response between server and Tibianic-dll client

    The updated version in the post (not in resource) verify the signature during player login (before characters list appear in enter-game window). I do not think it would hurt server, if even 100 players would log-in at the same time. But I might be wrong - I did not tested it in bigger scale.
  4. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    its not ready to go client out of the box. It have some shortcomings but nothing critical as far as I have tested it.
  5. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    The real accurate with real tibia 7.4 client would be a original one. The one discussed here needs some love to be stable and reliable. But it's good point to start - to make it as accurate as possible. Regards, Gover
  6. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    "ElfBot recognized it without any problem lol." -As far as you have full client source - you can try to block all the 3rd party software like elfbot. Maybe we will try together as a community to make a changes which would block all kid of stock bots out there. I will also try to migrate the CAM...
  7. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    I think the version attached below should contain all changelog above. But im not sure. All further versions contain features compatible only with my engine - so further I can release further patches to the issues which you guys point here on forum.
  8. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    https://otland.net/threads/tfc-the-forgotten-client-partially-downgraded-to-7-4.304573/ Its ready to download if yout guys want to test it.
  9. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    I saw few posts where you recommended this client, I should find it few years ago
  10. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    This client indeed is amazing. I already implemented tooltips and rarity frames easly.
  11. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    More then 24hours to accept the new thread. Recruitment is really required.
  12. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    New updates - I think it is the last update pack. The rest of the features works fine. If someone engage with testing this version - then I can provide new fixes here. New changelog from yesterday till today:
  13. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    i put todays work on download section. It's in approval state. Changes made: I will make further changes specifically for my server (and will not release it), but if you find any bug - I can try to repair it. New changelog till now. Few fixes My post with source code in Download->Tools...
  14. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    Hello, This is a thread connected with: https://otland.net/threads/the-forgotten-client-open-source-tibia-client-written-by-saiyansking.304571/#post-2801817 I start some fixing on great client release created by sayianking. The goal is to make a client fully compabitle with 772 tfs engine...
  15. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    Nice! good to hear. Then maybe it's worth fixing :) Im testing it now. At start I see that only Software, Dx9 and Vulcan is working. Using OpenGL/Dx11 crash the client. I will try to catch and fix some of the problems like this one and maybe I will upload the patched version here for community.
  16. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    Hehe I already tried your 7.1 version and it looks great. Maybe you have more experience with this open-source client then? Is it smooth like vanilla one? did you maybe test it in bigger scale with more active players using it? I will definitely test it further today.
  17. G

    The Forgotten Client - open source Tibia Client written by SaiyansKing

    Hello, Yesterday I was digging in this forum and I found this github repo in one of the threads (mentioned in a comment): https://github.com/elderapo/The-Forgotten-Client/tree/master I compiled it with no issues, make few changes to make it work with 772 pic/protocol and it is really looking...
  18. G

    Tibianic-DLL - WebSockets connection through CloudFlare guide

    Thanks @Forkz Post is too long so I have to add it in new post. You can additionally edit the main.cpp on client side to not show ip in ping (which will always be 127.0.0.1). if(Tibia::IsOnline()){ CAM* cam = g_dll.getCAM(); Player* player = cam->getPlayer(); Pinger* pinger =...
  19. G

    Tibianic-DLL - WebSockets connection through CloudFlare guide

    Hello, I would like to share the code and necessary changes required to hide your server IP address using cloudflare websockets. It was mostly vide-coded with a source from: Cloudflare WebSocket Tunnel - Free for the Open Tibia community and WebSockets proxy So thanks to guys above for...
  20. G

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    Good. Thanks for clarifying it. If i find something critically bugged in 772stable i will let you know in dm or will post it here.
Back
Top