KillTrack

Keeps track of how many kills you have per mob and displays them in a list.

File Details

v2.31.0

  • R
  • May 8, 2022
  • 62.88 KB
  • 37.2K
  • 9.2.0+2
  • Classic + 2

File Name

KillTrack-v2.31.0.zip

Supported Versions

  • 9.2.0
  • 2.5.4
  • 1.14.2

KillTrack

v2.31.0 (2022-05-08)

Full Changelog Previous Releases

  • Improve names in artifact build step
  • Store addon zips as build artifacts
  • Add tracking of when a mob was last killed
    Can be seen in a tooltip in the GUI list view, or when querying data
    about a mob via slash commands.
    Implements #19
  • Configure Lua version for project
  • Use consistent font style in options
  • Fix minimap command not working properly
  • Switch to using a single package (multi-toc)
  • Update supported interface versions in TOC
  • Fix tooltip behaviour on classic clients
    When the mouse leaves a unit on classic clients,
    the UPDATE_MOUSEOVER_UNIT event fires, unlike on retail.
    This led to the tooltip text being duplicated whenever the user moved
    the mouse off a unit, and the tooltip staying on screen because of the
    Show method on GameTooltip being called after it should be hidden.
    Hooking the OnTooltipSetUnit script on GameTooltip instead proves
    to be a more reliable method that works across all clients.
  • Update URLs for externals