Author Topic: Help with Points systerm  (Read 4575 times)

gaffa

  • Newbie
  • *
  • Posts: 9
    • View Profile
Help with Points systerm
« on: September 25, 2007, 12:07:10 PM »
Can you please show me the formula for be. This assumes that there are 20 players but could be 48...



Points System   
Each player gets one extra point depending where they finish. The last 8 players on the final table each get an extra 10 points depending where they finish. Here is an example based on 20 players:
Player Finishing Position  Bonus Points Final Table Points  Total Points 
Player1 1 20 80 100
Player2 2 19 70 89
Player3 3 18 60 78
Player4 4 17 50 67
Player5 5 16 40 56
Player6 6 15 30 45
Player7 7 14 20 34
Player8 8 13 10 23
Player9 9 12 0 12
Player10 10 11 0 11
Player11 11 10 0 10
Player12 12 9 0 9
Player13 13 8 0 8
Player14 14 7 0 7
Player15 15 6 0 6
Player16 16 5 0 5
Player17 17 4 0 4
Player18 18 3 0 3
Player19 19 2 0 2
Player20 20 1 0 1
 

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Help with Points systerm
« Reply #1 on: September 25, 2007, 12:35:18 PM »
If your final table always has 8 players...

n-r+1 + if(r < 9, (9-r)*10)

gaffa

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Help with Points systerm
« Reply #2 on: September 27, 2007, 05:31:06 AM »
Thank you, it work great.

gaffa

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Help with Points systerm
« Reply #3 on: October 03, 2007, 07:33:08 AM »
Can you please show me the formula for be. This assumes that there are 20 players but could be 48...



Points System   
Each player gets one extra point depending where they finish. The last 8 players on the final table each get an extra 10 points depending where they finish. Here is an example based on 20 players:
Player Finishing Position  Bonus Points Final Table Points  Total Points 
Player1 1 20 80 100
Player2 2 19 70 89
Player3 3 18 60 78
Player4 4 17 50 67
Player5 5 16 40 56
Player6 6 15 30 45
Player7 7 14 20 34
Player8 8 13 10 23
Player9 9 12 0 12
Player10 10 11 0 11
Player11 11 10 0 10
Player12 12 9 0 9
Player13 13 8 0 8
Player14 14 7 0 7
Player15 15 6 0 6
Player16 16 5 0 5
Player17 17 4 0 4
Player18 18 3 0 3
Player19 19 2 0 2
Player20 20 1 0 1
 


This worked great, can you please give me a forula to work out in the filters section to give me the averages of players scores(as above) but players must have played 6 games.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Help with Points systerm
« Reply #4 on: October 03, 2007, 09:31:20 AM »
Set the Tournament Score formula to "points".
Set the Overall Score formula to "if(count(scores) > 5, average(scores), 0)"

That gives the average points over all tournaments played, or 0 if the player has played less then 6 tournaments.  I didn't test it, but it should work...

gaffa

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Help with Points systerm
« Reply #5 on: October 04, 2007, 07:24:44 AM »
if the same player has played in 3 different "leagues" will TD collate the information when I do a all leagues results for the same player into the same points or will it serperate them into 3 different resultd??

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Help with Points systerm
« Reply #6 on: October 04, 2007, 01:46:01 PM »
The Stats will only compute a single set of stats for each person.  This is entirely regulated by the Filter.

If your Filter allows all tournaments from all leagues, then the stats will be computed over the entire set of tournaments.  If it includes only tournaments from 1 league, the stats will be computed over the tournaments from just that league.

So I suppose what you would want to do is create a different Filter for each set of stats you wish to compute.

gaffa

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Help with Points systerm
« Reply #7 on: November 03, 2007, 12:05:22 PM »
Thank you for your help. looking at the way we give the points, is it possible to include a point bonus (say 20 points) for the person who takes out the nominated player of the night? and include it in the summery.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Help with Points systerm
« Reply #8 on: November 05, 2007, 10:06:20 AM »
Create a prize that is a bounty on your "nominated" player.  Set it to have a "non-monetary" prize amount, and then set the prize points to "20".