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
LSTDBplayer entries to track player realms alongside player names. - New function
GetPlayerListto convert player entries into a sequential list, enabling pagination in the scroll box. /lstshowto 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 customCountPlayersfunction, ensuring compatibility with player-name-indexed tables. - Fixed display issue in the scrollable box by updating the
UpdateScrollBoxfunction to use sequential indexing withplayerList. - 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.

