WSD When goes allin river

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

WSD When goes allin river

Postby dreamofpoker » Wed Jul 10, 2024 12:59 pm

Hi! I've been searching and I can't find it, that's why I decided to create this thread, I don't know if it has already been created or if it is possible to create it.

The stat I'm looking for is the won at showdown when going all in river

Thanks
dreamofpoker
 
Posts: 3
Joined: Mon May 16, 2016 9:06 am

Re: WSD When goes allin river

Postby Flag_Hippo » Thu Jul 11, 2024 6:12 am

You could do that with a custom statistic - see this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. To test for a river all-in you can use this:

Code: Select all
(cash_hand_player_statistics.amt_bet_r >= cash_hand_player_statistics.amt_r_effective_stack) and (cash_hand_player_statistics.flg_r_bet or cash_hand_player_statistics.cnt_r_raise > 0)
Flag_Hippo
Moderator
 
Posts: 15169
Joined: Tue Jan 31, 2012 7:50 am

Re: WSD When goes allin river

Postby dreamofpoker » Thu Jul 11, 2024 7:25 am

Thank you very much, as soon as I have some time to test and delve deeper, I will post the results here.
dreamofpoker
 
Posts: 3
Joined: Mon May 16, 2016 9:06 am

Re: WSD When goes allin river

Postby dreamofpoker » Thu Jul 11, 2024 12:18 pm

Flag_Hippo wrote:You could do that with a custom statistic - see this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. To test for a river all-in you can use this:

Code: Select all
(cash_hand_player_statistics.amt_bet_r >= cash_hand_player_statistics.amt_r_effective_stack) and (cash_hand_player_statistics.flg_r_bet or cash_hand_player_statistics.cnt_r_raise > 0)


Cuando introduzco estos valores al crear la stat y trato de validarla me dice que la expresión es incorrecta, ambas de ellas.

When I enter these values ​​when creating the stat and try to validate it, it tells me that the expression is incorrect, both of them.
dreamofpoker
 
Posts: 3
Joined: Mon May 16, 2016 9:06 am

Re: WSD When goes allin river

Postby Flag_Hippo » Thu Jul 11, 2024 12:53 pm

You would need to start with the built-in statistic called 'WSD' and then add the information for the river all-in to that:

Guide: How to make a new version of a stat
Flag_Hippo
Moderator
 
Posts: 15169
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: Google [Bot], wallacedavidl and 21 guests

cron
highfalutin