Is it possible to give bonus for each knockout?

For discussion of the Poker Mavens server module and other administration topics
Post Reply
developer

Is it possible to give bonus for each knockout?

Post by developer »

Hi
I need to give bonus to players for each knockout in a shootout tournament?
I can't find any field for this option , is it possible?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Is it possible to give bonus for each knockout?

Post by Kent Briggs »

developer wrote:I need to give bonus to players for each knockout in a shootout tournament?
I can't find any field for this option , is it possible?
You would need to write a script to handle that using the "Tournament knockout event" in the Callback Event system. It will tell you who knocked out who and then you could make an API call to AccountsIncBalance to give the bonus.
developer

Re: Is it possible to give bonus for each knockout?

Post by developer »

Ty , So i can't pay the bonus from the tournament total rebuys.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Is it possible to give bonus for each knockout?

Post by Kent Briggs »

developer wrote:Ty , So i can't pay the bonus from the tournament total rebuys.
You could set the "Rebuy fee" field which goes to the house. And then pay with that with your script. You would need to wait until the tournament is over though because you won't know in advance how many rebuys will occur.
Post Reply