Author Topic: Formula Not Subtracting Points For Re-Buy  (Read 1586 times)

bfcadmin

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Fight Club
Formula Not Subtracting Points For Re-Buy
« on: January 12, 2009, 03:46:08 PM »

Corey,

Probably being a pain by now, but this last one will help me also better understand the formulas. You gave me
Quote
50 - (nr * 5) + (nh * 10) + (finalTable * 10) + (inTheMoney * 10) + switch(r, 1, 100, 2, 50, 3, 25, 4, 10)
but this does not take away any points for the re-buy but appears to give me the 50 points for the Buy-In and thus end up with an OS of 55, sound right?

Scott

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Formula Not Subtracting Points For Re-Buy
« Reply #1 on: January 12, 2009, 05:10:22 PM »
Quote
- (nr * 5)

This part of the formula should be subtracting 5 points for each rebuy (number of rebuys times 5).  Are you sure it is not?

bfcadmin

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Fight Club
Re: Formula Not Subtracting Points For Re-Buy
« Reply #2 on: January 12, 2009, 05:20:18 PM »

Corey, my Buy-In points were 50, with 1 re-buy (-5) I should end up witih 45 Points, but I get 55 when pulling Stats.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Formula Not Subtracting Points For Re-Buy
« Reply #3 on: January 13, 2009, 10:30:13 AM »
Maybe it was one of the other fields?  Was the player in the money or on the final table?  That would yield 55 also, if they didn't rank 1st through 4th (because that would also give additional points).

50 - (nr * 5) + (finalTable * 10) = 55, if nr = 1 and finalTable = 1, likewise with inTheMoney

bfcadmin

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Fight Club
Re: Formula Not Subtracting Points For Re-Buy
« Reply #4 on: January 13, 2009, 04:51:33 PM »
I stand corrected, 10th would be the final table based on what I gave you earlier. I can edit this for individual games as you said earlier. Again your answers are good, mine understanding requires polishing.

 ::)
« Last Edit: January 13, 2009, 05:10:44 PM by bfcadmin »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Formula Not Subtracting Points For Re-Buy
« Reply #5 on: January 14, 2009, 11:23:33 AM »
Just a note: finalTable is calculated by using your largest configured table on the Tables tab, which should be your final table be doesn't necessarily have to be.  If you have a 10-seat and an 8-seat table but chose to use the 8-seat table as the final table, the TD will still set finalTable=1 for all players who ranked 10th or better.