Page 1 of 1

Tournament winners

Posted: Sat Jan 12, 2013 2:00 pm
by fafafa
Hi kent how i can know which users win in tournament ( 1st 2 nd 3 rd....)?

Re: Tournament winners

Posted: Sat Jan 12, 2013 2:06 pm
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.

Re: Tournament winners

Posted: Sat Jan 12, 2013 2:37 pm
by fafafa
Any api cod for TourneyResults?

Re: Tournament winners

Posted: Sat Jan 12, 2013 3:00 pm
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.

Re: Tournament winners

Posted: Sat Jan 12, 2013 3:02 pm
by Kent Briggs
Also, there's an example on the API examples page:

http://www.briggsoft.com/docs/pmavens/A ... ey_results

Re: Tournament winners

Posted: Sat Jan 12, 2013 8:24 pm
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

Re: Tournament winners

Posted: Sun Jan 13, 2013 12:04 am
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.