View Single Post
07-27-05, 07:57 PM   #20
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured
Join Date: May 2005
Posts: 782
K I havn't fully documented it yet, but KC_Auction has a interface to pull prices and what not from it. And in the next version I'll be releasing does away with needing a special 'key' for an item.

so

local count, min, bid, buy = KC_Auction:getItemInfo(itemID);

will give you all those values,

count: gross number of items seen
min: avg mininum bid for 1 item.
bid: highest actual bid for 1 item.
buy: avg asking buyout for 1 item.

If this information is inadequate, or you could think of another way of retrieving it that would be better, please let me know.
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with
  Reply With Quote