TibiaAPI v0.1.2
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.50Tibia client protocol; this includes the new character auction feature. - The
Extractapp 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
Extractapp will now ignoreItemsIgnore.xmlandItemsReplace.xmlif they do not exist. [@nekiro] - The
Extractapp will now try to use a user-specified Tibia directory before checking in/ClientData/. [@nekiro]