shirsig / aux-addon-vanilla

Auction House addOn for Vanilla (1.12) IMPORTANT: The folder name must be "aux-addon"
39 stars 19 forks source link

Starting price equal with buyout price #3

Open FrostShock opened 3 years ago

FrostShock commented 3 years ago

Hello again,

I always put the same buyout price with the starting price. I would like to make a feature request: please add an option to autocomplete the buyout price and to make it equal with the starting price. It would save a lot of time not having to introduce the same price two times. Would be a great bonus for me and others like me

Thank you.

geojak commented 2 years ago

How about change so if start price > buyout price and buyout ptice >0 and you click post, then it will autoset buyout price = start price. Can be used to partially get the behaviour you wanted

geojak commented 2 years ago

this should do doable with auto pricing.

  1. put bid price to 0 to actiave auto pricing
  2. now use the buyout as a minimum for bid and buyout
  3. the auto pricing does some heuristic to get a good price, but it will never go lower then your set buyout

thats how i do all my auctions