Page 1 of 2

Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Fri Dec 14, 2012 9:28 pm
by salar
hi kent,
i have weekly freeroll in my site and want PrizeBonus in eche tournament applied to SystemEntryFee (SystemEntryFeeDec) automatically. in now i use manually SystemEntryFeeDec to apply PrizeBonus fee.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Sat Dec 15, 2012 10:55 am
by Kent Briggs
salar wrote:hi kent,
i have weekly freeroll in my site and want PrizeBonus in eche tournament applied to SystemEntryFee (SystemEntryFeeDec) automatically. in now i use manually SystemEntryFeeDec to apply PrizeBonus fee.
You want a portion of the prize bonus taken out as an entry fee on a freeroll tournament? Why would you do that? Just give a smaller bonus to begin with.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Mon Dec 17, 2012 4:37 pm
by salar
You want a portion of the prize bonus taken out as an entry fee on a freeroll tournament?
Yes
Why would you do that? Just give a smaller bonus to begin with.
i have real money casino and myTotalRake - prize bonus = my money

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Mon Dec 17, 2012 5:19 pm
by Kent Briggs
salar wrote:prize bonus = my money
The purpose of the prize bonus is to increase the prize pool beyond what the players contribute with the normal buy-in.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Tue Jan 01, 2013 3:54 am
by salar
hi kent,
i added a guaranteed tourney prize (500K).
if final total prize is (420K) then site add to prize 80K.
is this -80K applied in TournamentEntryFee ?

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Tue Jan 01, 2013 10:20 am
by Kent Briggs
salar wrote:hi kent,
i added a guaranteed tourney prize (500K).
if final total prize is (420K) then site add to prize 80K.
is this -80K applied in TournamentEntryFee ?
No, you are guaranteeing that the prize pool will be at least 500K. Entry fees are not part of the prize pool, by definition.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Wed Jan 02, 2013 6:01 pm
by salar
this mean i must check all tournament result to find how many chips added to final tourny prize and DECREMENT from total entry fee manually and its cause i sad :(

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Wed Jan 02, 2013 6:12 pm
by Kent Briggs
salar wrote:this mean i must check all tournament result to find how many chips added to final tourny prize and DECREMENT from total entry fee manually and its cause i sad :(
What you are doing doesn't make any sense to begin with. Freerolls do not have entry fees and bonuses go directly into the prize pool.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Wed Jan 02, 2013 10:34 pm
by salar
my accounting system works with :
Total Money in Bank, Total Chips in System, Daily Total Income (Poker Rake + Entry Fee)

allways if total chips in system Incremented means Total Money in Bank Incremented

With Guaranteed Tourney (When Total Prize < Guaranteed Prize) that cause total chips in system Incremented but Total Money in Bank not Incremented .

if Guaranteed Prize Or PrizeBonus applied on Entry Fee (Decremented if needed for guaranteed and Decremented for Bonus) my accounting system not killed.

Re: Apply PrizeBonus in eche tournament to SystemEntryFee Amount

Posted: Thu Jan 03, 2013 12:36 am
by Kent Briggs
So you want the prize bonus funded *FROM* the entry fee account. In your first message, it sounded like you wanted the exact opposite where a portion of the prize bonus would be taken out and added to the entry fee account. I specifically asked you that and you replied "Yes". Anyway, the way to automate that would be to use "Tournament finish" callback event and use API calls to see what the prizepool was and adjust the entry fee account accordingly.