Author Topic: points system  (Read 1684 times)

09Rich

  • Newbie
  • *
  • Posts: 14
    • View Profile
points system
« on: February 23, 2010, 04:01:04 PM »
I am using (n - r + 1 + nh) * 10 formula for game

(n - r + 1 + nh) * 10 for tourney formula

(n * 10) * if(nr > 0, 7.5, 10) for overall

Each player is allowed for one rebuy before round four. There is a 25% penalty for rebuying how do I put that in formula and where do I enter the formula in the game tab, tourney tab, or overall tab. We have played four games this year. The above formula are working great for the points system. I just can not get the 25% penalty formula right.

TIMMER

  • Hero Member
  • *****
  • Posts: 562
    • View Profile
Re: points system
« Reply #1 on: February 23, 2010, 04:36:33 PM »
game tab ( points for Playing ) i use the same one  (n - r + 1) * if(nr > 0, 7.5, 10) + (nh * 10) my understanding is the  7.5,   is the 25% penalty if not im in trouble

09Rich

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: points system
« Reply #2 on: February 28, 2010, 09:13:28 AM »
Thanks I got it right now.