Author Topic: Hov to set up point  (Read 1057 times)

Mican

  • Newbie
  • *
  • Posts: 2
    • View Profile
Hov to set up point
« on: January 26, 2012, 12:05:22 PM »
Hi

I need some help to set up the points.

The points are like:

1. 70 points
2. 50 points
3. 45 points
4. 40 points
5. 30 points
6. 29 points

And after this 1 points less for each position. And when reach 1 point, every player after that gets 1 point.

In addition, all who turn out receive 2 points, however there must be 10 points to turn a selected player out.

The point system is like this no matter how many players that participate.

I have tried to look in the formulas but can't figure this one out, and would appreciate some help on this.

CigarDan

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Hov to set up point
« Reply #1 on: January 26, 2012, 12:12:23 PM »
you can at least simplify your formula by making your per-determined point payouts part of your prize template. then all you need is a formula that starts handing out points to 7th and down with a min payout of 1 point.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6220
    • View Profile
Re: Hov to set up point
« Reply #2 on: January 26, 2012, 01:06:15 PM »
if(r < 5, switch(r, 1, 70, 2, 50, 3, 45, 4, 40), max(1, 35 - r)) + 2

The above does not take the following statement into consideration:

Quote
however there must be 10 points to turn a selected player out.

... because I don't know what it means.

Mican

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Hov to set up point
« Reply #3 on: January 26, 2012, 01:46:14 PM »
Thx so much Corey

Sorry for my bad explanation, try if i can explain it better.

Player 1 has one in the last tournament so if he comes next time, the player that get him out will become 10 points for that ...

Magic_fubu

  • Hero Member
  • *****
  • Posts: 1035
    • View Profile
Re: Hov to set up point
« Reply #4 on: January 26, 2012, 01:58:34 PM »
So essentially, the winner of this week's tournament becomes next week's bounty, with a ten point reward, should that players show up, correct?

If so, that sounds like something configurable via the prize tab. Create a new prize, bounty on player. I suggest that you lock it, just to be safe. Amount - Non-monetary. Points=10. Click OK and you should be set to go.

If I've got this wrong, please let me know :)
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!