Page 1 of 1

Rake

Posted: Sat Apr 23, 2016 1:04 pm
by poker4gp
Hey there, Is it possible to make an account receive a certain % of rakeback? example: player has qualified for 25% rakeback in all pots they are included in (at showdown)

Also lets say there is a big pot happening such as a 500 million chip pot is there a way to make the administrator broadcast it in the lobby chat? for example "There is a pot over 500m happening at tablename go check it out!"

Thanks for the help <3

Re: Rake

Posted: Sat Apr 23, 2016 1:59 pm
by Kent Briggs
poker4gp wrote:Hey there, Is it possible to make an account receive a certain % of rakeback? example: player has qualified for 25% rakeback in all pots they are included in (at showdown)
You would have to code that yourself by using API calls to read the hand history files and credit the accounts. Or you could do it manually by using the Rake Stats utility available here:

http://www.briggsoft.com/docs/pmavens/Utilities.htm
Also lets say there is a big pot happening such as a 500 million chip pot is there a way to make the administrator broadcast it in the lobby chat? for example "There is a pot over 500m happening at tablename go check it out!"
In theory you could write a program that scanned the hand history files in real time. But it wouldn't be practical anyway. The hand would likely be over by the time someone read that and went to open the table to look. It could done more easily after-the-fact using the Callback Event system where hands can be monitored as soon as they finish.

Re: Rake

Posted: Sat Apr 23, 2016 3:26 pm
by poker4gp
Awesome thanks for the help :) < 3