Monolith DKP

Monolith DKP

687k Downloads

Request: Rejecting bids < current max bid and not just <= current max bid.

alatterner opened this issue ยท 5 comments

commented

Hey,

Is there any way to have the "Decline Low Bids" feature just reject lower bids and not equal bids? I'm not sure if I'm misunderstanding the feature, but it seems to reject both cases.

commented

There is, but you'd have to change the script itself. It declines any bids that are not higher than the current highest. You can change it yourself by going to Bidding.lua (in Modules folder), line 177. There is a comment that says -- declines bids lower than highest bid. In that line, findthe "cmd <= Bids_Submitted[1].bid" and change the <= to just < That will only block bids that are lower, and not equal to.

commented

Great. Presumably all of our loot masters will need to do this if we want to use this?

commented

Yes

commented

Perfect. Thanks for the speedy reply!

Is there a place where I should put this as a request in the addon itself (totally understanding that it'll be awhile since you have a ton of other features to get to I'm sure)?

commented

Nope can just leave it here. I'll get to it as soon as I can.