Monolith DKP

Monolith DKP

687k Downloads

Request: Extend min bid system to work as ranged bid system

lantisnt opened this issue ยท 2 comments

commented

Hi,
Our guild is using the current bidding system (Minimum Bid Value) in an unintended way, thus I am requesting for new bidding system. Core feature will be the possibility to handle both MS and OS in single bidding.

I will call it Hybrid bid system, which allows people to bid some value between <min, max> values. If all bids are in range <min, max) system will behave as Minimum Bid Value system. If any bid is at value system will act as Static Item Values system (which will prioritize people with highest dkp).
In addition setting max values to each slot will be needed here.
There will also be a change to MAX button behavior, to bid max item value, not max players dkp.

I am intending to develop this and put as a pull request. Putting this issue as a reference and for further discussions.

Dev fork: https://github.com/lantisnt/MonolithDKP/tree/feature-hybrid-bid-system

commented

After some review of the code and existing options there is no need of new bidding system.
Below changes are enough:

  1. Setting default max values to each slot and item will be added for min bid system
  2. There will also be a change to MAX button behavior, which can be either:
    a) Bid MAX DKP
    b) Bid MAX Item value
    c) Bid min(max dkp, max item value)
commented

Covered by: #294