maukor 34 Posted December 6, 2020 Share Posted December 6, 2020 Hey, is there a way to buy items from Ah from exact Seller? Not by price? Link to comment https://wrobot.eu/forums/topic/12715-auction-buy-items-by-owner-name/ Share on other sites More sharing options...
Droidz 2738 Posted December 6, 2020 Share Posted December 6, 2020 Hi, Look "List<AuctionItem> r = AuctionItem.GetBrowsePageItems()" public class AuctionItem { public int Id = -1; public string Name = string.Empty; public int ItemId; public int Count; public bool IAmHighBidder; private int CurrentBidAmount; private int MinBid; public int BuyoutPrice; public string OwnerName = string.Empty; public bool IsSold; } Link to comment https://wrobot.eu/forums/topic/12715-auction-buy-items-by-owner-name/#findComment-60794 Share on other sites More sharing options...
TheSmokie 242 Posted December 7, 2020 Share Posted December 7, 2020 or if you know lua, you can write a simple search function using https://wowwiki.fandom.com/wiki/API_GetAuctionItemInfo Link to comment https://wrobot.eu/forums/topic/12715-auction-buy-items-by-owner-name/#findComment-60796 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now