Tournament winners

For general discussion of the Poker Mavens software
Post Reply
fafafa
Posts: 41
Joined: Thu Feb 23, 2012 10:01 am

Tournament winners

Post by fafafa »

Hi kent how i can know which users win in tournament ( 1st 2 nd 3 rd....)?
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Tournament winners

Post by Kent Briggs »

fafafa wrote:Hi kent how i can know which users win in tournament ( 1st 2 nd 3 rd....)?
There is a TourneyResults folder inside the Poker Mavens data folder. A text file is created (or appended to in the same day) each time a tournament finishes. It includes the position and chips won by all the participants.
fafafa
Posts: 41
Joined: Thu Feb 23, 2012 10:01 am

Re: Tournament winners

Post by fafafa »

Any api cod for TourneyResults?
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Tournament winners

Post by Kent Briggs »

fafafa wrote:Any api cod for TourneyResults?
Yes, it's documented in the help file (TournamentsResults). There's also a Callback event that can be triggered when a tournament finishes. You can use it to get notified of the tournament completing and then make the API call to fetch the results.
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Tournament winners

Post by Kent Briggs »

Also, there's an example on the API examples page:

http://www.briggsoft.com/docs/pmavens/A ... ey_results
fafafa
Posts: 41
Joined: Thu Feb 23, 2012 10:01 am

Re: Tournament winners

Post by fafafa »

How can i edit torny setting to this winners chip and aotomatic send chip to winners?
1sd=2000
2nd=1000
3rd=900
...
10=100
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Tournament winners

Post by Kent Briggs »

fafafa wrote:How can i edit torny setting to this winners chip and aotomatic send chip to winners?
1sd=2000
2nd=1000
3rd=900
...
10=100
Tournament payouts are set as percentages of the total prize pool (not fixed amounts) to account for a variable number of entrants. The prize pool is the sum of all the player's buy-ins plus any optional bonus chips that you add to that. You set those percentages on the Payout Structure tab when you edit the tournament settings in the Windows GUI.
Post Reply