promotional bannermobile promotional banner

Lost Treasure Check

Shows you which treasures you've looted already on current character.

File Details

Lost Treasure Check v1.5.4d

  • R
  • Sep 15, 2013
  • 8.29 KB
  • 1.8K
  • 5.4.0
  • Retail

File Name

LostTreasureCheck_v1.5.4d.zip

Supported Versions

  • 5.4.0

Version 1.5.4d:

  • Added support for the 3 weekly quests on the Timeless Isle
  • Corrected some treasure coordinates and updated/improved descriptions
  • Set TomTom's Crazy Arrow to the closest treasure when using the waypoints option rather than the last waypoint added

Version 1.5.4c:

  • Fixed an issue where the two chests near the Horde and Alliance flight paths were reversed

Version 1.5.4b:

  • Fixed a nil reference when running /ltc zone

Version 1.5.4a:

  • Added Timeless Isle chests
  • Added TomTom waypoint support (currently supports Timeless Isle chests only)

Version 1.5.4:

  • Compatibility update for patch 5.4
  • Changed event handling so the "loaded" message only appears on log in rather than after every loading screen (e.g. switching instances)
  • Updated versioning numbers to match the WoW version they are intended for (e.g. 1.5.4 matches WoW 5.4)

Version 1.3.0:

  • Added the following commands: /ltc zone and /ltc zone all

Version 1.2.1:

  • Fixed an item with the wrong item ID

Version 1.2.0:

  • Fixed a nil variable check

Version 1.1.1:

  • Added support for patch 5.3.0
  • Fixed a nil variable check

Version 1.1:

  • Added a bunch of missing items (e.g. rare treasure chests and vendorable gray items)
  • Separated items by zone
  • Added clickable links to each item where applicable

Version 1.0:

  • Initial release

Issue: Item links are not always displayed the first time you run a check.
Source: As far as I can tell this is a limitation with the WoW API. Item link lookups return nil if that item isn't in your computer's local cache, and the game doesn't necessarily add the item to your local cache when requested.
Solution: Currently the only work around is to run the check another time. For the future I'll be looking at ways to either force adding the items to the cache when they are looked up, or, more likely, caching the links themselves in the SavedVariables folder so I only need to look them up once.

Issue: Waypoints don't work outside the Timeless Isle
Reason: I haven't added in coordinates for older rare items yet
Solution: Coming at a later date