Author Topic: Formula required  (Read 2144 times)

kavemanjock

  • Newbie
  • *
  • Posts: 2
    • View Profile
Formula required
« on: January 29, 2012, 05:48:33 PM »
Does anyone have a formula for  Poker in the Pub tournaments, or can someone work one out for me

The top 6 get points as follows  1st 1500, 2nd 1000, 3rd 750, 4th 500, 5th 250, 6th 100

and every place is worth 40 pts  ie 1st out 40, 2nd out 80 ,3rd out 120 etc


Thanks in advance

Magic_fubu

  • Hero Member
  • *****
  • Posts: 1035
    • View Profile
Re: Formula required
« Reply #1 on: January 29, 2012, 06:13:15 PM »
Question... The 40 points per place would be in addition to top 6 points, or instead of?
My cowboys shot down your rockets
---
If you send a request to me please send that you got me from here w/your TD name to confirm. Thanks!

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Formula required
« Reply #2 on: January 29, 2012, 09:25:16 PM »
switch(r, 1, 1500, 2, 1000, 3, 750, 4, 500, 5, 250, 6, 100) + (position * 40)

... if the answer to Magic_fubu's question is "in addition to".  If the answer is "instead of":

switch(r, 1, 1500, 2, 1000, 3, 750, 4, 500, 5, 250, 6, 100, position * 40)

kavemanjock

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Formula required
« Reply #3 on: January 30, 2012, 02:42:34 AM »
the 40 pts were in addition

Thx for the quick response