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

Search results

  1. kondra

    OTClientV8

    It's standard otclient feature, you don't need tutorial from me to know that - edubart/otclient (https://github.com/edubart/otclient/blob/master/src/client/protocolgameparse.cpp)
  2. kondra

    OTClientV8

    Please don't talk about something you don't know. You need to enable feature GameMagicEffectU16, you can do it in modules/game_features/features.lua after g_game.resetFeatures() just add g_game.enableFeature(GameMagicEffectU16) However uint16_t for distance effect is not currently supported...
  3. kondra

    OTClientV8

    It's not. There is game feature 98 (GameNoDebug) and 99 (GameBotProtection) which can help, but it's easy to bypass it so let's say there's no bot protection. Noone reported me problem with aiming, if you have such problem - report it, write what's wrong and how it should be and i'll fix it.
  4. kondra

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    If all server owners decide to not accept donations and remove shop/all paid features from their servers I will release otcv8 sources for free =)
  5. kondra

    OTClientV8

    Hey, If you didn't know, OTClientV8 is now available for free to everyone. You can get it from OTCv8/otclientv8 (https://github.com/OTCv8/otclientv8) I've been working on it since march 2019, spent almost 1000h and created an amazing client. By now it has been used by over 6000 unique players...
  6. kondra

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    Ok, I released it. Fell free to check out - OTCv8/otclientv8 (https://github.com/OTCv8/otclientv8) I will release version 1.0 and add tutorials for extra features soon
  7. kondra

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    Hey, good news. OTClientV8 will be released for free (all expect c++ sources). It will be available at OTCv8/otclientv8 (https://github.com/OTCv8/otclientv8) within 48h =)
  8. kondra

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    yeah, i keep all on github
  9. kondra

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    Yeah, it logs quite a lot, press ctrl + alt + d. Later it sends all stats via http protocol and i don't need to spend hours asking players about feedback, just read the logs
  10. kondra

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    http://************/cpus.php ~10-20% players have quite old computer (>8 years) Meanwhile there are 20 players who use nvidia rtx 2080/2070 to play :D The oldest used cpu I found is Intel(R) Core(TM)2 Duo CPU E4400 @ 2.00GHz from 2007. It uses "ANGLE (Intel(R) Q965/Q963 Express Chipset Family...
  11. kondra

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    xd. I like when current problems are fps drop from 3.1k to 1.3k. In this 2500 unique players used otclientv8 on (mostly on kasteria.com), and most common feedback is just "wow". I'm monitoring otcv8 performance on their pcs and even on 10-12 years old pcs without gpu they have 40-60 fps. You...
  12. kondra

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    Hey, I almost finished proxy system. It will allow to host servers in south america without worrying about ddos. It's already avaiable in otclientv8 but will also work with classic tibia client If you want to test it get my otclientv8 from ************ and login to otclientv8 server, acc1/acc...
  13. kondra

    [France] [Custom / 8.0] Kasteria | ELOTH TEAM | NEW ANTI-BOT CLIENT| 4 JUNE AT 18:00 CEST

    Not fake, if you want to test new client you can already do it - visit ************ or just download from http://************/files/otclient.zip
  14. kondra

    Enhancing graphics to 64x64 with machine learning

    Cool idea - I'll implement it. This feature will be soon available in OTClientV8. Preview: http://************/tibiahd.png
  15. kondra

    Optimizing TFS Pathfinding

    Yes, I use custom structure for storing map instead O(log2) complexity to get tile it does it in O(1) (in 3 steps/ram queries exactly). So getTile is 6-8x faster in the end
  16. kondra

    [France] [Custom / 7.7] Tibijka | ELOTH TEAM | MID RATE | 23 APRIL AT 18:00 | RAFONIX

    It's still alpha version, I got stats from 2k users, will be easier to optimize it now
  17. kondra

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Sorry, I am currently changing updating protocol, will work in 1h, you can add me on discord if you need help kondrah#7945
  18. kondra

    OTClient doesn't start

    I had similar problem, was not able to run it on my 7 years old laptop. I fixed it. The reason was that visual studio had AVX2 processor extension enabled by default while my cpu was not supporting it. I've changed it to SSE2 and it worked. I also updated my otclient from link above, you can try...
  19. kondra

    OTClient doesn't start

    You can test alpha version of mine custom otclient - http://163.172.147.135/otclient/files/otclient.exe Just don't put it in dir with init.lua, it has it built in. Server for tests: 163.172.147.135 7181 accs: acc1/acc acc2/acc acc3/acc
Back
Top