Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
v1.10.3 release | 96.85 KB | Nov 3, 2021 | 9.1.5 | 1,062 | Download |
v1.10.2 release | 96.89 KB | Jun 30, 2021 | 9.1.0 | 4,752 | Download |
v1.10.1 release | 96.73 KB | Mar 10, 2021 | 9.0.5 | 4,155 | Download |
v1.10.0 release | 96.58 KB | Dec 14, 2020 | 9.0.2 | 5,211 | Download |
v1.9.0 release | 96.68 KB | Nov 29, 2020 | 9.0.2 | 3,348 | Download |
v1.8.1 release | 96.54 KB | Nov 18, 2020 | 9.0.2 | 2,656 | Download |
v1.8.0 release | 95.69 KB | Oct 14, 2020 | 9.0.1 | 3,191 | Download |
v1.7.1 release | 95.19 KB | Jun 1, 2020 | 8.3.0 | 4,209 | Download |
v1.7.0 release | 94.60 KB | May 21, 2020 | 8.3.0 | 2,876 | Download |
v1.6.1 release | 94.66 KB | May 1, 2020 | 8.3.0 | 3,827 | Download |
v1.6.0 release | 93.28 KB | Feb 10, 2020 | 8.3.0 | 6,843 | Download |
v1.5.2 release | 92.82 KB | Feb 8, 2020 | 8.3.0 | 1,292 | Download |
v1.5.1 release | 92.76 KB | Feb 8, 2020 | 8.3.0 | 696 | Download |
v1.5.0 release | 92.63 KB | Feb 7, 2020 | 8.3.0 | 939 | Download |
v1.4.2 release | 73.89 KB | Feb 3, 2020 | 8.3.0 | 1,304 | Download |
v1.4.1 release | 72.68 KB | Jan 31, 2020 | 8.3.0 | 1,142 | Download |
v1.4.0 release | 72.34 KB | Jan 30, 2020 | 8.3.0 | 434 | Download |
v1.3.0 release | 72.01 KB | Jan 27, 2020 | 8.3.0 | 620 | Download |
v1.2.2 release | 66.30 KB | Jan 27, 2020 | 8.3.0 | 271 | Download |
v1.2.1 release | 66.26 KB | Jan 26, 2020 | 8.3.0 | 96 | Download |
v1.2.0 release | 66.26 KB | Jan 25, 2020 | 8.3.0 | 214 | Download |
v1.1.0 beta | 66.18 KB | Jan 25, 2020 | 8.3.0 | 60 | Download |
v1.0.1 beta | 65.91 KB | Jan 24, 2020 | 8.3.0 | 77 | Download |
Screenshots
Description
This addon allows users to take a snapshot of all Auction House offers and display the lowest buyout price in the item tooltip.
Usage:
Open the AH and press Start scan button. The process should take a few seconds. Database entries older than 5 days will be automatically deleted.
After that prices will be added to item and pet tooltips. Hold Shift to display the price of all items.
The addon is attempting to find a perfect match. Same stats, corruptions, suffixes, etc. If that lookup fails for any reason price of the cheapest item with the same name/ItemID will be displayed and a red exclamation mark will be displayed to inform the user about the partial match.
API:
RECrystallize_PriceCheck(itemLink)
Expect string containing item or battle pet link as input.
Return price in copper, timestamp of data and boolean informing if that was a partial match.
If the item was not found in the database nil is returned.
RECrystallize_PriceCheckItemID(itemID)
Expect ItemID number as input.
Return price (in copper) of the cheapest item with that ItemID and timestamp of data.
If the item was not found in the database nil is returned.
Add a comment