Page 1 of 1

Is it possible to give bonus for each knockout?

Posted: Tue Sep 06, 2016 6:38 am
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?

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

Posted: Tue Sep 06, 2016 9:36 am
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.

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

Posted: Wed Sep 07, 2016 3:04 am
by developer
Ty , So i can't pay the bonus from the tournament total rebuys.

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

Posted: Wed Sep 07, 2016 9:20 am
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.