Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second highest bid plus increment #109

Open
andovcr opened this issue Jul 16, 2020 · 3 comments
Open

Second highest bid plus increment #109

andovcr opened this issue Jul 16, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@andovcr
Copy link

andovcr commented Jul 16, 2020

Is your feature request related to a problem? Please describe.
As a guild, our DKP system uses the second highest bid +1. This is to automatically denote the highest bidder as paying more than any other bidder, psychologically assure the second highest bidder that they were lower, and conserve dkp where there might be large gaps between bidders in a silent bid.

Describe the solution you'd like
Add functionality that automatically adds in an increment the the second highest bid when more than one bid is present. This can be done by creating a new option in the Cost Auto Update Value dropdown and a dependent input field that the user designates the increment value by. Then whenever there are multiple bidders, the logic will automatically select the second highest bid and add the increment to be shown in the automatically generated Item Cost window.

Describe alternatives you've considered
To date, I have manually added +1 (ex: typed in 261 instead of the auto 260) for every item we've bid out. Yes this works, but it's the same argument for not even having second price bidding because you can just manually lower the automatically generated Item Cost down to the second highest bid.

Additional context
image

@andovcr andovcr added the enhancement New feature or request label Jul 16, 2020
@github-actions
Copy link

Thank you so much for filing a bug or feature request! You're helping to make CommunityDKP even better!

@KonsuKromcrush
Copy link

My guild uses this DKP method so I'm gonna try to wrap my head around some LUA and open a PR for this enhancement if that is alright.

@ixidion
Copy link

ixidion commented Sep 7, 2020

To make it more flexible the +1 should be a variable, which can be set to any other desired value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants