WoW:API QueryAuctionItems: Difference between revisions

(getall is working now...)
Line 52: Line 52:




== Example ==
== Examples ==
  QueryAuctionItems("", 10, 19, 0, 2, 0, 0, 0, 3, 0)
  QueryAuctionItems("", 10, 19, 0, 2, 0, 0, 0, 3, 0)


Line 60: Line 60:
:
:
:also, the First page is page (0) zero
:also, the First page is page (0) zero
/script QueryAuctionItems("Nobles", 0, 0, 0, 0, 0, 0, 0, 0, 0)
=== Result ===
:Finds anything on the AH with the word 'Nobles' in it. Useful for hunting down that elusive last and final Darkmoon Card. :)
:Hint: AH window has to be open before you click the macro.


== Notes ==
== Notes ==
:;invTypeIndex does not appear to work for values past 14.
:;invTypeIndex does not appear to work for values past 14.
:;If any of the entered arguments is of the wrong type, the search assumes a nil value.
:;If any of the entered arguments is of the wrong type, the search assumes a nil value.
Anonymous user