Page 1 of 1

Print out the Rake (0) Pot (X) Players(...) on no rake table

Posted: Sun Jun 28, 2015 12:24 pm
by mantux5
To count the total value played by user I use the line which is being outputted after game ends:

Rake (X) Pot(Y) Players(...)

However, when it comes to tables without any rake, this line is not printed. I think this shouldn't be hard to implement adding this line to the Hand History logs. And it would be much easier to track how much each player placed in the pot. Because I would have to create a separate set of instructions to read from rake free tables (I have only 2 of them) to read line by line and add the numbers for each player. So, if you won't implement this as a feature, I think I will rewrite the code and that's all, but still I think it would be nice to have it. And as I imagine, it should be easy to do.

Re: Print out the Rake (0) Pot (X) Players(...) on no rake t

Posted: Mon Jun 29, 2015 10:01 am
by Kent Briggs
mantux5 wrote:And it would be much easier to track how much each player placed in the pot.
What are you using this information for?

Re: Print out the Rake (0) Pot (X) Players(...) on no rake t

Posted: Tue Jun 30, 2015 2:40 pm
by mantux5
It is used to calculate total value played by a single player. We use this on our website and it is a feature we need to have. However, I see that I could achieve the result in a different way, so if it is a lot of work to do, just leave it as it is and I will change the PHP script.

Re: Print out the Rake (0) Pot (X) Players(...) on no rake t

Posted: Sat Jul 11, 2015 3:24 pm
by Kent Briggs
This has now been added to version 4.41