Author Topic: formula  (Read 1627 times)

macacan

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Chorley Poker League
formula
« on: May 11, 2009, 11:59:56 AM »
Just wandering about a formula.

OK, have my league set up, I dont use any formula's, I have points for all sorts but have them in as prizes.

This my league.

1st 1800 points 35% of money
2nd 1600 points 20% of money
3rd 1400 points 15% of money
4th 1300 points
5th 1250 points
6th 1200 points
7th 1150 points
8th 1100 points
9th 1050 points
10th 900 points
11th 850 points
12th 800 points
13th 750 points
14th 700 points
15th 650 points
16th 600 points

+ 100 points for playing, + 50 points for a hit, + 200 points for the hit on the bounty player.

so my questions are

we are going to play 12 games, can I have TD just to pick the best 11 results for each player.
If a player has only played 11 games, would it count all 11.
after say 6 or 7 games could I show the players the league standings as they are using all games played
and also show the league with all the players worst result missing.

Cheers for any help on this.

 8) 8) 8) 8) 8) 8) 8) 8) 8) 8)


Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: formula
« Reply #1 on: May 11, 2009, 02:18:00 PM »
Quote
we are going to play 12 games, can I have TD just to pick the best 11 results for each player.

Yes.

Quote
If a player has only played 11 games, would it count all 11.

If you want it to.  The Overall Scoring formula could be coded to do that, or drop the lowest regardless of how many the player has played.

Quote
after say 6 or 7 games could I show the players the league standings as they are using all games played

Yes.

Quote
and also show the league with all the players worst result missing.

Yes.  You can have up to 5 Overall Scoring formulas, so you can have one that counts all games and one that drops the lowest score.

macacan

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Chorley Poker League
Re: formula
« Reply #2 on: May 11, 2009, 02:23:49 PM »
wow

Cheers Corey

Now the hard bit, HOW ?,   ::)

Not forgeting I am hopeless with formula's, all my points are set up in prizes.


 8) 8) 8) 8) 8) 8) 8)



 8) 8) 8) 8) 8) 8) 8) 8) 8)

macacan

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Chorley Poker League
Re: formula
« Reply #3 on: May 12, 2009, 12:04:18 PM »
 ::)

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: formula
« Reply #4 on: May 13, 2009, 01:21:05 PM »
Points for Playing formula:

if(r < 17, 600 + 50 * (16 - r)) + if(r < 10, 100) + if(r < 4, ((3 - r) * 3 + 1) * 50) + (nh * 50) + 100

Tournament Scoring formula:

points

Overall Scoring formula 1 (shows sum of scores of all tournaments):

sum(scores)

Overall Scoring formula 2 (shows sum of top 11 tournaments - or all tournaments if the player has played less than 11):

sum(top(11, scores))

Overall Scoring formula 3 (shows sum of all tournaments, drops the lowest if the player has 2 or more tournaments):

sum(top(max(1, s - 1), scores))

macacan

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Chorley Poker League
Re: formula
« Reply #5 on: May 14, 2009, 01:35:52 PM »
wow

cheers Corey, you are a star.

 8) 8) 8) 8) 8) 8) 8) 8)