File Details
Lost Treasure Check v1.5.4
- R
- Sep 10, 2013
- 3.62 KB
- 2.4K
- 5.4.0
- Retail
File Name
LostTreasureCheck_v.1.5.4.zip
Supported Versions
- 5.4.0
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
[b]Issue[/b]: Item links are not always displayed the first time you run a check.
[b]Source[/b]: 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.
[b]Solution[/b]: 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.

