Rake

For general discussion of the Poker Mavens software
Post Reply
poker4gp
Posts: 15
Joined: Thu Dec 18, 2014 9:58 am

Rake

Post 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
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Rake

Post 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.
poker4gp
Posts: 15
Joined: Thu Dec 18, 2014 9:58 am

Re: Rake

Post by poker4gp »

Awesome thanks for the help :) < 3
Post Reply