WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Is sort by time remaining no longer an option for auction house addons? (https://www.wowinterface.com/forums/showthread.php?t=59118)

cheesewiz 05-02-22 10:17 AM

Is sort by time remaining no longer an option for auction house addons?
 
https://wowpedia.fandom.com/wiki/API...endBrowseQuery

Code:

0        Price       
1        Name       
2        Level       
3        Bid       
4        Buyout       
5        TimeRemaining        Added in 9.0.1

TimeRemaining was added here but when I try to use it, it's ignored. The list defaults to alphabetical and doesn't recognize this as a sort method. I can't find any examples of an auction house addon that's able to use Time as a sort, either.

This is where I tried to use it,

Code:

Auctionator.Constants.ShoppingListSorts = {
  {sortOrder = Enum.AuctionHouseSortOrder.TimeRemaining, reverseSort = false},
  {sortOrder = Enum.AuctionHouseSortOrder.Price, reverseSort = true}


Ketho 05-11-22 03:48 PM

I asked the auctionator author about it; Enum.AuctionHouseSortOrder.TimeRemaining only works for owned auctions

Ketho 05-19-22 01:41 PM



don't think that's possible


All times are GMT -6. The time now is 09:35 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI