Skip to content

TibiaAPI v0.1.2

Choose a tag to compare

@jo3bingham jo3bingham released this 28 Aug 19:40
· 7 commits to master since this release

The Extract and Watch apps are the only apps that has had changes, so they're the only ones available in this release. You can use the updated TibiaAPI.dll with the previous versions of the other apps.

Changelog

  • Added support for changes in the official 12.50 Tibia client protocol; this includes the new character auction feature.
  • The Extract app now has support for dumping spawns into the spawns XML format with the new parameter --spawns.
  • Packets with most of their structure known are now able to be appended to NetworkMessages; even if they have unknown variables.

Bug Fixes

  • Fixed an issue where quick-switching (the user does not have to log out) casts on some Open-Tibia servers was causing the parser to throw an error.
  • The Extract app will now ignore ItemsIgnore.xml and ItemsReplace.xml if they do not exist. [@nekiro]
  • The Extract app will now try to use a user-specified Tibia directory before checking in /ClientData/. [@nekiro]