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

  1. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    Yeah - I found a link to this repo from one of the topics here and I believe it was You who have sent that :P Maybe it is a conspiracy between OTC devs to not allow this client to be more popular. Maybe we all will be killed soon.
  2. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    Few screenshoots from my 772 version of the TFC. It was really easy to migrate all functions from TIbianic-DLL and create new ones. In a month I will start this project in test phase - maybe it will tell us more how it behave when few players will play at the same time. We really do not need...
  3. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    Yeah, this client is indeed great. It's really easy to create new features there. I already created many of them including dungeon finder, simple store, action bars, disable server log, tooltips (with showing what is inside a container), rarity frames, ring timers, cyclopedia (items, bestiary...
  4. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    Your shop system is way more advanced than mine. I use a simple UI with just few things in shop: I have here only buy option. It executes talkation based on selection and all logic is then processed by lua on the server (/shop_buy1 etc). Most of my features created in this client (dungeon...
  5. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    nice. I just removed this triangle and in my 7.72 version it looks like this: I had an issue with glowing corners in each of panel window after player log in (first render after login). Resizing/reopening this windows was solving the issue. It was caused by 4x4 px missing in first render after...
  6. G

    TFC - The Forgotten Client - partially downgraded to 7.4

    I found it finalny. It was 4px x 4px which was not covered by render after login, but i think its another thing, not the thing for which you asked. I just removed this corner triangle entirely. I mean this issue: 10. Panel Window Corner Artifacts — Fixed on Login Files: engine.h, engine.cpp...
  7. G

    OpenTibia Convert 7.4 dat/spr to work on for example 7.72

    i guess you mean if it's possible to downgrade a dat/spr from 10.98 to 7.72? sure - you can do it in standard object builder. You then need to convert some outfits, because they use frame groups which was presented in later versions.
  8. 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...
  9. 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...
  10. 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.
  11. 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.
  12. 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
  13. 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...
  14. 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.
Back
Top