Author Topic: another points formula needed  (Read 1905 times)

knoepke84

  • Newbie
  • *
  • Posts: 24
    • View Profile
another points formula needed
« on: December 02, 2008, 04:57:36 AM »
Im looking to change our points system for next season
this is what i'm looking to do
-5 pts for every position up to the top 5 places
-10 pt increments from 5th to 2nd
-25 pts more for 1st than 2nd
-3 pts for every ko
Heres an example of what im trying to do based on 15 players:

15th- 5
14th-10
13th-15
12th-20
11th-25
10th-30
9th-35
8th-40
7th-45
6th-50

5th-60
4th-70
3rd-80
2nd-90

1st-115

thanks in advance for any help

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: another points formula needed
« Reply #1 on: December 02, 2008, 10:30:09 AM »
(n-r+1) * 5 + if(r < 6, (6-r) * 5) + if(r = 1, 15)

badbeat

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Re: another points formula needed
« Reply #2 on: December 02, 2008, 10:50:10 AM »
(n-r+1) * 5 + if(r < 6, (6-r) * 5) + if(r = 1, 15)+(nh*3)

Phaze

  • Sr. Member
  • ****
  • Posts: 346
    • View Profile
Re: another points formula needed
« Reply #3 on: December 04, 2008, 08:27:07 PM »
Cory wins by exactly 20 minutes  :P

knoepke84

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: another points formula needed
« Reply #4 on: December 05, 2008, 02:51:47 AM »
thanks guys, much appreciated

badbeat

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Re: another points formula needed
« Reply #5 on: December 05, 2008, 03:17:47 AM »
Phaze, I added the +(nh*3) that corey had missed off the end, but have to thank Corey for doing most of the hard work.  ;)

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: another points formula needed
« Reply #6 on: December 05, 2008, 11:00:38 AM »
Yep, I missed the points for hits...