Bathbot icon indicating copy to clipboard operation
Bathbot copied to clipboard

option to dictate score amount for /rank pp

Open Bathbot-Helper opened this issue 2 years ago • 1 comments

rank pp command addition, make it so you can choose how many scores u want it to calculate, for example you do /rank pp: number: 2

Source message by @shatterdpixel

Bathbot-Helper avatar Feb 10 '23 06:02 Bathbot-Helper

I think it should be doable by first binary searching a top play index, then if it's missing pp we go up to the top pp times two with another binary search and if it's too much pp we reduce the amount with another binary search. So for n being the given amount of scores, it would look something like this rank_scores_amount_diagram

All in all very complex to implement for a non-perfect solution to an arguably niche feature. Will be very low on my priority list.

MaxOhn avatar May 26 '23 22:05 MaxOhn