• 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

    help mount systems 8.60

    I can provide support for mounts on any engine (1.X, 0.X) and on Cipsoft client.
  2. kor

    [Germany] [7.4] Tibiantic BETA Starts 10.01.2024 18:00 (GMT+1)

    As this is the third server that uses my small DLL from DLL for 7.72 client to mimic 7.4 client, I decided to try to approach my project again and implement the rest of the things that I abandoned then.
  3. kor

    OpenTibia Tibia Time Machine 6.0

    You can also look at the code of my .rec converter Feature - Tibia Recordings Converter (https://otland.net/threads/tibia-recordings-converter.287317/)
  4. kor

    Feature Tibia Recordings Converter

    I don't think that you can easily generate video frames in such an easy way, it would require a lot of work to analyze packages and draw the whole environment instead to the client. The solution you think could work as an otclient extension that generated such cages instead of drawing them, but...
  5. kor

    Feature Tibia Recordings Converter

    Hiho! Do you have a very old recording on your computer that you would like to watch and reminisce about the good times, but you don't have the tool to open it? Fear no more, because here I present a small but useful tool that will convert a given recording (in .rec or .cam format) to another...
  6. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    Because of sentiment for old times.
  7. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    Opening source code in this community will not cause people to contribute to it nor will it cause them to start analyzing Cipsoft client, so the code will remain closed.
  8. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    Do you want tea or coffee? Yes. Regearding the list, I've lost interest in continuing to look for improvements, so nothing new will likely appear.
  9. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

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

    Tibia DLL for 7.72 client to mimic 7.4 client

    You mean anything from "List of features missing" section or something else?
  11. 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...
  12. 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.
  13. 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.
  14. kor

    Clean engine 7.6

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

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

    https://github.com/rookgaard/3777/compare/master...rookgaard:3777:feature/quiver
  16. 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...
  17. 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...
  18. kor

    RevScripts HTTP requests on TFS

    Yes, it will.
  19. 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
  20. 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...
Back
Top