shirsig / aux-addon

Auction House addOn for Classic (1.13) IMPORTANT: The folder name must be "aux-addon" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/aux-addon-vanilla
https://www.curseforge.com/wow/addons/aux
196 stars 42 forks source link

Undercut for starting bids is doing weird things #250

Closed Winsane closed 3 years ago

Winsane commented 5 years ago

The automatic undercut for starting bid (When using /aux post bid) is not working correctly, I think. The values make no sense, and the price per unit is changing depending on what stack size you set.

In tabs/post/core.lua at line 195:

set_unit_start_price(undercut(get_bid_selection() or get_buyout_selection(), stack_size_slider:GetValue(), get_bid_selection()))

I don't understand why it passes get_bid_selection() at the end, and it seems to be an error(?)

Removing the get_bid_selection() at the end results in what I would assume is the intended behavior.

waytoomuchgaming commented 3 years ago

Harpner linked a pull request that will close this issue on 26 Mar 2020

Can we have it now ? ^^

shirsig commented 3 years ago

As I've explained many times, this is not a bug. Maybe I will add an additional option for unit bid undercutting so people stop complaining.

shirsig commented 3 years ago

There is /aux post bid unit now