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 - D71J

Pages: [1] 2
1
Beta Testing / Re: Screen Flashing when Tournament Starts
« on: December 05, 2011, 01:10:37 PM »
Thx, Corey.
I will upgrade to version 3.0 in the future but I'm
going to wait until my season ends.

Best regards,

Dave

2
Beta Testing / Re: Screen Flashing when Tournament Starts
« on: December 05, 2011, 12:51:35 PM »
I'm running 2.5.11 version. Wanted to update but it seems I have to pay again
to get the 3.0 version.

Best regards,

Dave

3
Beta Testing / Re: Screen Flashing when Tournament Starts
« on: December 04, 2011, 06:03:07 AM »
It seems this issue hasen't been resolved yet. Haven't used TD for a while (2 months), started using it again and
immediately the screen starts flashing when I run a tournament. Any solutions?

Best regards,

Dave

4
Beta Testing / Re: 2.6.b2 Deleting Database Player
« on: December 04, 2011, 05:16:49 AM »
Hi guys,

is there a way to delete all the players in a database at ones? My database contains 500+ players
and need to be removed. I could delete them one at a time but thats gona take a while.

Best regards,

Dave

5
Help Me / Re: updating TD2
« on: February 22, 2011, 12:55:15 PM »
Oke, thx for the info, guys.

6
Help Me / updating TD2
« on: February 22, 2011, 09:13:54 AM »
Hi guys,

if I want to update my TD2, do I have to download the evaluationversion in the downloadsection on the site
and install that? My current version is 2.5.8 and want to update to 2.5.11.

Best regards,

Dave

7
Help Me / Re: new formula needed
« on: February 19, 2011, 02:24:25 PM »
I'm not quite there yet, Magic. I think I need a second part of code that will give the players on the final table
their bonuspoints. I have no idea how to do that.
Have you tried adding this at the end       + finalTable    or something like   +switch(r, 9, 20, 8, 40, 7, 70, 6, 110, 5, 160, 4, 220, 3, 310, 2, 410, 1, 510)

The switch-thing works perfectly, TIMMER. Thx very much!

8
Help Me / Re: new formula needed
« on: February 19, 2011, 09:53:14 AM »
I'm not quite there yet, Magic. I think I need a second part of code that will give the players on the final table
their bonuspoints. I have no idea how to do that.

9
Help Me / Re: new formula needed
« on: February 19, 2011, 09:24:01 AM »
found it: round(10 * pow(1.2, n - r))

10
Help Me / Re: new formula needed
« on: February 19, 2011, 08:53:45 AM »
That doesn't seem to be it, Magic. I don't get any points shown with that formula.

11
Help Me / new formula needed
« on: February 19, 2011, 04:12:54 AM »
Hi guys,

I would like to change the formula I use for our pokerleague. For the moment I'm using the following code for points:

assign("half", floor(n/2))
if(r <= half, round(38 * pow(1.1, half - r)))

With this formula half the players get points. I would like to change that to all people getting points, starting with
the first one to drop out -> 10points.  Then I want the following to get 10% more points then the previous one.
The people who reach the final table (9 people) should get bonuspoints for getting this far: ex. 9 -> 20p, 8 -> 40p,
7 -> 70p, 6 -> 110p, 5 -> 160p, 4 -> 220p, 3 -> 310p, 2 -> 410p, 1 -> 520p.

Can anyone help me with this?

12
Help Me / Re: Displaying leaguestandings before tournament
« on: February 18, 2011, 08:34:54 AM »
I have solved the problem by exporting the stats in HTML and then creating an new cell in a new screen and pasting the HTML in that cell.
Know I have another issue! I use this screen before the game, works fine btw, I also use the same screen but with other conditions to display
during the breaks (3). The problem is that in the first and third break it show as it should but not in the second break. When the second break
starts, I get a black screen, when the break ends the normal tournament screen returns. Any idea's what might be causing this?

13
Help Me / Displaying leaguestandings before tournament
« on: February 15, 2011, 11:08:00 AM »
Hi guys,

is it possible to create a screen that displays the pokerleaguestandings from my pokerclub
before the tournament starts and during a break. The players in my club get points every
tournament they play, in the stats I can see the leaguestandings, but I would like them
to be displayed on a screen. Hope you understand what I'm trying to do here.

Best regards,

Dave

14
Help Me / Re: running 2 tournaments at the same time
« on: November 11, 2010, 12:55:33 PM »
I don't mind buying another license but I do mind buying another laptop so I'll just stick to the method I'm using now by writing down the players and their points in the seperate sit & go.
When the main is over, I start up al little sit & go with the players and bust them out in the first level in the order they busted out in the sit & go.

15
Help Me / Re: League-points problem
« on: November 11, 2010, 12:50:30 PM »
Thx for your replies, guys. Corey, I used your first method by adjusting the players points. That seems to work just fine for me.

Pages: [1] 2