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

    Tibia DLL for 7.72 client to mimic 7.4 client

    That's not a valid answer for my question.
  2. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    You mean anything from "List of features missing" section or something else?
  3. kor

    [8.60] Thais War with PvP bots

    yes, on my example it was running on 1.4 and all sources are shared by Gesior on [8.60] Thais War with PvP bots (https://otland.net/threads/8-60-thais-war-with-pvp-bots.204193/post-2644174) and on main post which points to Jerzy Skalski AKA 'Gesior' files...
  4. kor

    Help! My spells dont work, what have i done? 10.98 | tfs 1.4.2

    You can always check in your repository in commits history what was changed.
  5. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    I don't need to leave code open in order to change it.
  6. kor

    Clean engine 7.6

    https://github.com/divinity76/YurOTS
  7. kor

    Feature Quiver [TFS 1.X + 0.X]

    https://github.com/rookgaard/3777/compare/master...rookgaard:3777:feature/quiver
  8. kor

    Tibia v8.60 Extended using HxD

    That's just copied bytes from Tibia-Extended-Client-Library/src/dllmain.cpp at master · SaiyansKing/Tibia-Extended-Client-Library (https://github.com/SaiyansKing/Tibia-Extended-Client-Library/blob/master/src/dllmain.cpp#L636-L649), so it's much much easier to put already compiled DLL (Release...
  9. kor

    Feature Cam system

    There are some options - someone can adapt bynacam repository to read different structure of cams produced by system I shared (but then you need to download the recording files to the disk to play them). I'm using GitHub - Milice/forgottenloginserver...
  10. kor

    RevScripts HTTP requests on TFS

    Yes, it will.
  11. kor

    RevScripts HTTP requests on TFS

    local http = require('socket.http') local result, status = http.request('http://www.google.com') print(result) -- raw response print(status) -- HTTP response status code In case there is no lua socket on your system installed, try running sudo apt-get install lua-socket
  12. kor

    Feature Cam system

    0.4 was (is) quite buggy, so I had many other crashes where those last seconds was priceless to find out what causes crash :P Also, beside that operations are in the same thread as you noticed, I also don't like how I'm writing byte one by one with cam.put instead of putting whole packet at...
  13. kor

    Feature Cam system

    Hello. I would like to share a system I wrote about 5-6 years ago. Initially it was on version 0.4, and later I moved it to 1.2 as well. During this time, it generated about 200 GB of recordings, and thanks to them, such films as...
  14. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    Sorry, but it's not worth to spent time on such request.
  15. kor

    C++ dll Old Client 8.6 with mount

    I'm afraid I don't have time, but you can contact me on Disord.
  16. kor

    [Poland] [8.60] Rookgaard

    Just don't use it. As you can see in download section "client interface is not fully adapted to this platform, and the administration is not responsible for errors related to its use.".
  17. kor

    C++ I need a encrypt my .spr

  18. kor

    C++ I need a encrypt my .spr

    I'm using this GitHub - NightNord/ljd: LuaJIT raw-bytecode decompiler (https://github.com/NightNord/ljd) to help me read these files.
  19. kor

    C++ I need a encrypt my .spr

    In case you would need not 100% secure encryption for Cipsoft client, please contact me, so I might be able to help you aswell.
Back
Top