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

  1. tulio150

    Feature Tibia Recordings Converter

    I'm very glad to find my code was inspiration to someone. This is great work. There is a small problem. In very old .recs, some packets are stored fragmented, and they would break your code.
  2. tulio150

    OpenTibia Tibia Time Machine 6.0

    You can find a summary of the rec format here: tibia-ttm/File Formats.txt at master · tulio150/tibia-ttm (https://github.com/tulio150/tibia-ttm/blob/master/File%20Formats.txt) More details on how to read it can be found on video.cpp inside function OpenREC on my code
  3. tulio150

    Tibia Tibia Time Machine 5.0

    It's been a while, but last time I looked into it, OTC had a LUA interface that could be used to make recording of incoming packets
  4. tulio150

    Tibia Time Machine 6.1

    Please send me the client you are trying to use. Usually this happens when you select the wrong client version.
  5. tulio150

    Tibia Time Machine 6.1

    Since I started getting virustotal false positives, I decided to go full open source and made a github repository, that can be cloned and compiled by anyone, with any modifications someone may want to make. I'm already on version 6.4, check it out on GitHub - tulio150/tibia-ttm: Tibia Time...
  6. tulio150

    Map Track + Tibia Time Machine

    I made It, check if it works for you
  7. tulio150

    Map Track + Tibia Time Machine

    Yes, since SMT is also open source, you can edit the sources to read .ttm and/or any other recording format easily, just like it reads .recording (the routine is located in TibiaCastReader.cs) Converting .ttm to .recording involves messing with deflate compression, but it's doable too
  8. tulio150

    Map Track + Tibia Time Machine

    When opening, I got the error "File items.otb not found". I do not have this file for 9.81 From SMT sources, it should be really easy to edit this file: sharpmaptracker/TibiaCastReader.cs at master · jo3bingham/sharpmaptracker...
  9. tulio150

    OpenTibia Tibia Time Machine 6.0

    Send me them, let's figure it out. Maybe it's for a testserver or some version that had a short run
  10. tulio150

    Tibia Time Machine 6.1

    Already posted version 6.2, waiting for moderator approval
  11. tulio150

    Tibia Time Machine 6.1

    It's working, here is a sample that will play on current version of TTM with global 10.00 client (1101 protocol) Finishing the custom client handling code to release the new version
  12. tulio150

    Map Track + Tibia Time Machine

    I made that, it's open source. What I don't have is the Map Tracker
  13. tulio150

    OpenTibia Tibia Time Machine 6.0

    This happens when tibia receives a corrupt packet. Usually, this is because the tibia version is wrong (packet formats change between versions). More unlikely, the video file may be corrupt. Can you send me the video? Also, there is a new version of TTM, and this is the thread for the old one...
  14. tulio150

    Tibia Time Machine 6.1

    Yes, click "open", select "override video version", select your video and select the version you want Or hold Shift when you drag the video It should not be, I'm working on this together with custom clients support. (I used protocol 1101 because it was the client i had here, 1100 should be...
  15. tulio150

    Map Track + Tibia Time Machine

    Please send me a map tracker and I'll do it
Back
Top