Page 2 of 2

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Thu Jan 03, 2013 11:55 am
by salar
yes kent, i dont think to this way. i use callbacks.
can you add TourneyCancel Callback event?

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Thu Jan 03, 2013 12:11 pm
by Kent Briggs
salar wrote:yes kent, i dont think to this way. i use callbacks.
can you add TourneyCancel Callback event?
I'll fix it so that cancelled tournaments trigger the Tournament Finished callback. You can check the tournament result file to see if it was aborted.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Thu Jan 03, 2013 12:59 pm
by Kent Briggs
Kent Briggs wrote:I'll fix it so that cancelled tournaments trigger the Tournament Finished callback. You can check the tournament result file to see if it was aborted.
Actually I just tested this and a cancelled tournament already triggers the Tournament Finished callback. And when you load the results file, you'll see the (Abort) note on the Stop line like this:

Tournament=Tournament #1
Number=520
BuyIn=1000+0
PrizeBonus=0
MultiplyBonus=No
Entrants=2
Start=2013-01-03 11:53:43
Place1=pm1 (1000)
Place1=pm2 (1000)
Stop=2013-01-03 11:54:29 (Abort)

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Fri Jan 04, 2013 12:59 pm
by salar
hi kent,
if registered player < minimum player of tourney then Tourney not play and refresh to set next time and unregistered 'Registered Players'.
name of this tourny is canceled tourny. is not it?

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Fri Jan 04, 2013 2:04 pm
by Kent Briggs
salar wrote:hi kent,
if registered player < minimum player of tourney then Tourney not play and refresh to set next time and unregistered 'Registered Players'.
name of this tourny is canceled tourny. is not it?
In that case, the tournament is never started and there is no tournament results file or callback issued. The players just get their regular buy-in refunded. They do not get any bonus chips that were schedule to be added if the tournament ran.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Sat Jan 05, 2013 7:33 pm
by salar
i want to say to registered player that tourney canceled. please add send auto canceled message to registered player and say cancel or make tourny canceled callback event :D

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Sun Jan 06, 2013 12:53 am
by Kent Briggs
salar wrote:i want to say to registered player that tourney canceled. please add send auto canceled message to registered player and say cancel or make tourny canceled callback event :D
I've put that on my to-do list.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Sat Jan 12, 2013 2:24 pm
by Kent Briggs
salar wrote:tourney canceled
This was added to the Callback options in 3.13. I also added a "NetBonus" line to the tournament results file that lets you know how many house chips were added to the prize pool.