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.


Messages - Linker_Split

Pages: 1 ... 6 7 [8]
106
Help Me / Re: Assign buttons to screens
« on: September 02, 2010, 10:16:33 AM »
thank you magik fubu :)

107
Help Me / Assign buttons to screens
« on: September 02, 2010, 08:31:46 AM »
Hi guys I would like to know if we can assign for example F8 to a new screen to be displayed.
Thank you.

108
General Discussion / questions about formulas
« on: August 31, 2010, 07:06:05 AM »
Hey guys,
I have my formula running, can somebody see if it's ok?

Quote
assign("pointsPP",(5*(sqrt(n)/sqrt(r))) * (1+log((bc-br)+0.25)))

assign("PlayerPaidPoints",((numberofPlayers/100)*20))

if(rank <= PlayerPaidPoints, pointsPP)

now, what I'm asking is if TD assign automatically points to the players once they are ITP (in the points) and then store these data anywhere.
Thank you for your answer

109
Help Me / Re: scoring formula
« on: August 10, 2010, 06:50:44 AM »
Ok guys. I think I got it sorted out:

Code: [Select]
assign("pointsPP",(10 * [sqrt(n)/sqrt(r)] * [1+log(bc+0.25)]))

assign("PlayerPaidPoints",(numberofPlayers/10))

if(rank <= PlayerPaidPoints, pointsPP)

this way it will assign the top 10% of players points :)

110
Help Me / Re: scoring formula
« on: August 09, 2010, 09:05:17 PM »
thank you for the answer, I must be tired it's 4 AM Lol
anyway, I managed to get this formula:

10 * [sqrt(n)/sqrt(r)] * [1+log(bc+0,25)]

but I want to give points only to the ITM players.
i sitll don't get the way :(
this formula gives ALL players some points...

111
Help Me / Re: scoring formula
« on: August 09, 2010, 08:37:11 PM »
Also, why this doesn't work?

assign("tot_pls",((numberofPlayers/100)*10))

if(rank <= tot_pls,tot_pls - rank, 0)

basically what I'm doing is assigning "tot_pls" the value of 10% of players...

@EDIT

Oh I found it doesn't allow me to use the underscore _

112
Help Me / scoring formula
« on: August 09, 2010, 08:25:28 PM »
hi everybody,
I'm testing a formula I've just created it's very simple, but I would like to knowe if it will return the correct results:

if(rank <= ((numberofPlayers/100)*10),((numberofPlayers/100)*10) - rank, 0)

basically i want to award the top 10% of players with points, so if 100 players, only 10 players with points, if 1200 players, only 120 players...
is it correct?

113
Help Me / Re: sit players in all the tables
« on: August 02, 2010, 02:11:06 PM »
thank you mr. Cooper

the second option was the one I thought first.
Also what I'm thinking is:

when will be 22 pm, I'll see how many people have bought in, then I'll place them in 6-max tables (making TD tables 6max) and when tournament begins, I'll add seats and peoples to these tables

114
Help Me / Re: Adjust Spacing On Seating Chart
« on: August 02, 2010, 05:37:39 AM »
this can be possible be modifying the PNG images
i edited ONBG tables images with Photoshop and now they are quite far from each others

115
Help Me / sit players in all the tables
« on: August 02, 2010, 05:04:26 AM »
hello everybody,
my name is luca and I'm a floorman.
I use Tournament Director 2 to set our tournaments, but I'm having some troubles in this:

we have 9 tables, and we would like to make them all full (90 players) but, since the tournament starts at 22 pm, and there are only let's say, 50 players, torunament directors makes them seat in the first 5 tables, leaving the others empty.
is there a way to use also the other tables when sitting?
how can i manage this?
thank you for your reply

Pages: 1 ... 6 7 [8]