promotional bannermobile promotional banner

Last Seen Tracker

Last Seen Tracker (LST) records the last time you encountered other players in World of Warcraft, displaying details like time ago and total encounters. Perfect for tracking friends, rivals, or frequent encounters in the world.

File Details

Last Seen Tracker 10-27-2024 10:42 AM

  • R
  • Oct 27, 2024
  • 237.53 KB
  • 44
  • 11.0.5
  • Retail

File Name

LST_3.zip

Supported Versions

  • 11.0.5

Changelog

10-27-2024 @ 10:42 AM EST

Added

  • 'realm' field added to LSTDB player entries to track player realms alongside player names.
  • New function GetPlayerList to convert player entries into a sequential list, enabling pagination in the scroll box.
  • /lstshow to show full database in a scroll box along with next and previous buttons.

Fixed

  • Duplicate Names issue fixed by spliting names into Name and Realm. The database will auto heal itself and update itself.
  • Resolved issue with math.ceil(#LSTDB.players / itemsPerPage) by replacing it with a custom CountPlayers function, ensuring compatibility with player-name-indexed tables.
  • Fixed display issue in the scrollable box by updating the UpdateScrollBox function to use sequential indexing with playerList.
  • Added safeguard to prevent tracking the player who is using the addon (self-tracking prevention).

Improved

  • Enhanced tooltip display by showing the last-seen time in a readable format.