Skip to content

Tibialyzer 1.2.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mytherin Mytherin released this 05 Mar 19:34
· 259 commits to master since this release

New Features

  • summary@ displays various gathered statistics (gathered loot, creatures killed, damage dealt, items used) in a small window and can be customized in the Summary tab.
  • experience@ displays the experience gained over time in an area graph
  • waste@ displays the items that the user has used in the current hunt
  • (C Client Only) Added HUDs that display life, mana and experience
  • (C Client Only) Added dynamic pathfinding that informs you how to get to hunting places, NPCs or specific locations
  • remindmine@[time] allows you to set notifications for yourself (or add them to hotkeys)

General

  • Most notifications can now be made smaller, so they do not cover the Tibia window
  • You can now change the duration of loot/experience notifications
  • damage@ view now updates automatically
  • Added OBS support for loot/experience notifications through System -> Show Popups In Window. This will cause all popups to be displayed in a single window that you can add to OBS using Window Capture.

Memory Scanning

  • Improved the performance of memory scanning
  • (C Client Only) Scan internal tab structure, resulting in even faster scanning
  • Increased the maximum selectable scan delay so users can reduce CPU usage further

Issues Fixed

  • Fixed issue with duplicate loot messages
  • Fixed issue where copying loot messages caused duplicate loot entries to be recorded
  • Fixed issue with platinum coins not showing up in the loot if gold coins are disabled
  • Fixed issue with parsing sea serpents in the damage@ view
  • Fixed issue with Tibialyzer upgrades messing up the values of items
  • Fixed various crashes
  • Fixed issue with special characters in items not being scanned correctly (jalapeño peppers)
  • Allow players with special characters in their name to add their name to the character scan

Code Refactoring

  • The entire code base has been refactored and should now be way more readable.