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

Pages: [1]
1
Help Me / How to use TD with seat charts
« on: January 20, 2016, 02:34:50 AM »
Hi, we use seat charts for our players and the registration is a pain. Is there any way to customize and or even better, is there a way to stand in the table section and registere players.

The players are drawing a card from a pile.

2
We play 20 tournaments with an av. of 50 players each. We want only top 15 to get point.

What code does we use? And where does it go? I read that we could use sum(top(15, scores)) but never got it to work trought profiles, what is diff between tournament scores and overall scores? And again, where does this code go when we are suppose to use it in our ranking season

PS. we use this for generating points -> log((n + 1) / r)

3
Help Me / How to figure out bounty in Progressive Super-Knockout
« on: August 06, 2015, 08:14:14 PM »
Dont know if you are familiar with this type of tournament, it is very populare.
Sadly it is a menace to keep track playing it out live, basicly it works like this:

$3200 buy-in. Every player starts with half in bounty and half goes into the pricepool (1600).
Each time a player eliminate another he gain half of the bounty in cash and rest is added to hes own bounty.

So if I knock you out I get 800 (1600:2) in cash and 800 is added on top of my own bounty 2400 (1600+800).

Now if someone knocks me out they get 1200 cash and 1200 is added on their bounty.

Any way to sort this out in TD? Now I am writing everything down on paper and it is very time consuming
when you have a larger field.

4
Help Me / Export Player Rankings
« on: August 03, 2015, 08:14:20 AM »
Hi, I am looking for a way to export player rankings from first bustout to last.

We are using an external solution to post ranks online before moving over to TD and have not had the time to
figure out how this works. But if possible how to I create leagu with using this code:

(LN((X+1)/Y)*100)
X how many players og Y place in tournament.

I need a export to use in excel looking like this example:

1. Me
2. You
3. Someone
4. Else
5. Andsoon
ect. ect.

Pages: [1]