View Single Post
03-29-20, 03:06 PM   #3
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
Thanks I have already looked at these but they were too cryptic to understand. I did call an easy one, C_AuctionHouse.CloseAuctionHouse(); that worked OK

But I have no idea how to browse , for example I did this:

C_AuctionHouse.ReplicateItems(
-- name
"Anchor Weed",
-- minlevel, maxlevel
nil,nil,
-- invtypeIndex
0,
-- classIndex, subclassIndex
0,0,
-- page
0,
-- isUsable
0,
-- qualityIndex
0,
-- getAll
false,
-- exactMatch
false
);

and nothing happened, I am not sure what it returns. Now you have pointed out events to me, so maybe I will receive events as returns from the call?
  Reply With Quote