Author Topic: Help with League Formula, I need a formula for this....  (Read 1141 times)

Radium

  • Newbie
  • *
  • Posts: 47
    • View Profile
Help with League Formula, I need a formula for this....
« on: June 16, 2008, 02:29:46 AM »
Hi Guys, am just getting use to TD 2. and am trying to run a league, I have been asked to be a director of. I need help with the Points for playing.

Now theres no Bounty's or any fancy stuff.

This is how the points are currently structured

1st   100
2nd  75
3rd   60
4th,  55
5th,  50
6th,  45
7th,  40
8th,  35
9th,  30
10th, 25
11th, 20
12th, 15
13th, 15
14th, 15
15th, 15
16th, 10
17th, 10
18th, 10
19th, 10
20th+  5

Can somebody please provide me with a formula for this if it's possible.
Thanks heaps guys

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6220
    • View Profile
Re: Help with League Formula, I need a formula for this....
« Reply #1 on: June 16, 2008, 01:30:34 PM »
if(r == 1, 100) + if(r == 2, 75) + if(r > 2 and r < 13, 60 - ((r - 3) * 5)) + if(r > 12 and r < 16, 15) + if(r > 15 and r < 20, 10) + if(r > 19, 5)

Radium

  • Newbie
  • *
  • Posts: 47
    • View Profile
Re: Help with League Formula, I need a formula for this....
« Reply #2 on: June 17, 2008, 05:05:35 AM »
Thanks Corey.

BTW Great Program. Tis the best I have used!