Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - wilwer

Pages: [1]
1
Suggestions / Sats button on thoolbox
« on: February 02, 2016, 11:53:57 AM »
On the toolbox we now have a button "player ranking" when we use.
We see the ranking of the players  in the tournament that is in progress.
This list is on the screen, and moves up and down.

Can such a button be created for the stats.

So I can show you the ranking of the season during the break to the players.

2
Help Me / Formula for point for playing
« on: July 12, 2015, 03:32:44 PM »
I need a formula for the following points

from 65th place down you get 5 points for each player you survive,
from 64 to 57 you get 6 points per player you survive,
from 56 till 49 you get 7 points per player you survive,
from 48 to 41 you get 8 points for each player you survive,
from 40 till 33 you get 9 points per player you survive,
32 to 25, you get 10 points for each player you survive,
from 24 to 17 you get 11 points for each player you survive,
from 16 to 9 you get 12 points for each player you survive.

3
Help Me / Points for playing
« on: December 15, 2012, 08:50:38 AM »
Hello I use the following formula to calculate the points.
(positioning * 2) + if (r <= ceil (N * .2), (​​ceil (N * .2) + 1 - r) * 7, 0) (position * 2) + if (r <= ceil (n * .2), (ceil (n * .2) + 1 - r) * 7, 0) + if (r> 1.0, n/100 * 25)
Now he counted all the points correctly except for the first player, the points put behind comma (eg 415.5) instead of 415
This is somewhere in this line + if (r> 1.0, n/100 * 25) where I would have to lend to the code ceil. Where do these come. Can someone help me.

Pages: [1]