File Details
Lost Treasure Check v2.0
- R
- Mar 12, 2014
- 7.67 KB
- 8.9K
- 5.4.7
- Retail
File Name
LostTreasureCheckv2.0b.zip
Supported Versions
- 5.4.7
Version 2.0:
- Added support for multiple spawn coordinates per item.
- Added support for all Pandaria treasure items.
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.

