Enchantrix/Price Calculation
Z Norganna's AddOns
Spis treści |
How is the Enchantrix Price Calculated?
DIsenchant values in Tooltips
The values shown in tooltips are the HSP, median, and baseline values for the reagents, times the average yield of the reagents for that item, weighted by the chance for the disenchant to yield that reagent.
- HSP is the Highest Sellable Price from Auctioneer
- Market Value is the Auctioneer IQR Median value (usually reliable)
- Base Value is a hardcoded static value (taken from allakhazam at some point in the past, and may not be accurate for your server)
In Enchantrix version 4.0.2, you can choose to turn off the display of any values you don't wish to see, from the settings panel.
For Auction Scans
The default value used by Enchatrix' bidbroker and percentless commands is actually an average of three values.
Average Disenchant Value = (HSP + Market Value + Base Value) / 3
In Enchantrix version 4.0.2, you can choose to use the average, HSP, median or baseline value in the settings panel.
Possible Issues with this Value
On some servers with high numbers of Reagents auctions, the HSP or Median values seem to always be out of whack. I think this happens when the number of auctions for a particular reagent for each scan is larger than 35, the history size (maxBuyoutHistorySize). In this case, it seems like just the items in the last scan are used to calculate the median price.
Possibly something else is going on, but in any case what I see is something like Greater Eternal Essence listed as 15g by Auctioneer, in a market that experience has shown will not buy them for more than 7-8g. Now that I know the market, I can mentally adjust the % of percentless so that I still make money out of the items I buy for DE, but it requires some mental calculation.