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

    TibiaAPI: Record, Redact, Extract, and Watch

    When I get some free time I’ll look into it. It’s possibly an issue on my end, but I’ll try to find out for sure.
  2. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    @Guilherme sua @Chriistian.L.B I have addressed various packet changes and have released a new version of TibiaAPI (0.1.3). Please test your recordings again with the new version and let me know if you're still encountering errors. If so, send me new debug logs or you can always send me the...
  3. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    Thanks. I’ll take a look as soon as I can.
  4. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    @Guilherme sua your logs seem to be cut off, so there's no helpful information. Can you run that recording through the Extract app again, but this time pass --loglevel=debug and --logoutput=file to get more detailed logging? You should see a .log file created, in the same directory as the...
  5. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    Thanks! I’ll take a look as soon as I can.
  6. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    Was this with an OT server or an official one? If you could tell me the server I can look into it. If you don’t want to say the server name here, feel free to PM me.
  7. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    TibiaAPI v0.1.2 is now available. This release includes support for the official 12.50 Tibia client update (this includes the new character auction feature), as well as the ability to extract spawns into the spawns XML format using the Extract app and the new --spawns parameter; here's an...
  8. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    With the release of the 12.50 client update, CipSoft has included the ability to setup character auctions in the client. I have now completed roughly 98% of the protocol for this feature, and have merged it to master; which means it will be part of the next release. Since the 98%-known structure...
  9. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    Two new articles have been added to the wiki! The first is on how to use the included Record and Extract apps to map track: jo3bingham/TibiaAPI (https://github.com/jo3bingham/TibiaAPI/wiki/%5BHow-To%5D-Track-Maps) The second is on how you can use TibiaAPI to intercept, modify, block, and send...
  10. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    A new wiki article has been added to help with connecting to Open-Tibia servers: jo3bingham/TibiaAPI (https://github.com/jo3bingham/TibiaAPI/wiki/%5BHow-To%5D-Connect-to-an-Open-Tibia-Server) Yes, it is on my current list of TODOs.
  11. jo3bingham

    Are there any guides for dummies?

    OTLand Docs may be of help: Setting up your first server (https://docs.otland.net/ots-guide/running-your-first-ot-server/setting-up-your-first-server)
  12. jo3bingham

    Difference in displaying floors/levels in game - OT distributions vs real tibia (picture)

    @kay there's no use feeding the troll. The founders of CipSoft, and the original OT server creators, could all come in this thread and tell OP it's client-sided and OP would still not believe it.
  13. jo3bingham

    Difference in displaying floors/levels in game - OT distributions vs real tibia (picture)

    Thanks for pointing this out. This would be the only other possible explanation.
  14. jo3bingham

    Difference in displaying floors/levels in game - OT distributions vs real tibia (picture)

    Just dropping in to confirm what everyone else has said, this is 100% client-side. If my 15+ years of experience with reverse-engineering the client isn't enough to convince you, then I don't know what else to tell you.
  15. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    Dropping in with a couple of updates. 1. I am in the process of creating more wiki articles on the repo. These include detailed instructions on how to use each app, and the api itself, as well as more fun, bot features you can use the api to emulate (e.g., outfit changer, talk actions, etc.)...
  16. jo3bingham

    My Harry Potter's gallery.

    These are brilliant. Keep up the excellent work! Your second edit of Voldemort looks great. I'm not sure if it's just the dark theme on the forum, but Voldemort has this weird arch over his head.
  17. jo3bingham

    Is it ethically correct or viable to add OT experience in a Game Dev CV?

    Short answer: Yes. Long answer: I got both of my professional dev jobs (currently in a senior position) with Tibia-related-programming (The OX Server and TibiaAPI) on my CV. As others have pointed out, you need to be prepared to discuss what is on your CV in detail, and if you can provide...
  18. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    New wiki article on how to create your own level spy using TibiaAPI: jo3bingham/TibiaAPI (https://github.com/jo3bingham/TibiaAPI/wiki/%5BHow-To%5D-Create-Your-Own-Level-Spy)
  19. jo3bingham

    TibiaAPI: Record, Redact, Extract, and Watch

    This is a proxy, it doesn't touch the client in any way. By default, the proxy listens on port 7171 on localhost. All you have to do is start the proxy (for example, by running the Record app) then login with a client that has its login address pointed at http://127.0.0.1:7171/ and its RSA key...
Back
Top