Page 1 of 2

Villain Stack Size in BB

PostPosted: Thu Oct 06, 2011 6:34 pm
by VladimirN
Hi, is there any semi accurate stat for villain stack size in BB, currently? Or do I have to wait for PT4?

Re: Villain Stack Size in BB

PostPosted: Fri Oct 07, 2011 3:51 am
by WhiteRider
Do you mean in the HUD?
The 'Live Stats' mechanism allows this, and there are "live stack in BB" stats available for free download from the "Get More" section (posted by me) - search for "live".

Re: Villain Stack Size in BB

PostPosted: Fri Oct 07, 2011 8:11 am
by VladimirN
Yes, that worked. Thank you so much.

I have 1 problem though: When trying to color-code some other stats with #LIVE Stack in BB# in my pop-up, I get this error: Unknown token encountered: var_live_amount_stack
And LIVE Stack in BB is working fine when I'm not using it for color-coding.

Is there a way to make it work? Thanks

Re: Villain Stack Size in BB

PostPosted: Fri Oct 07, 2011 8:57 am
by kraada
I don't believe that will work at this time but please report this problem so that we can take a look into what we need to do to get it fixed.

Re: Villain Stack Size in BB

PostPosted: Sat Oct 08, 2011 10:07 pm
by VladimirN
Ok, will do that.

Another question.
I'm trying to Color-Code some stat with itself (Instead of putting Color Ranges in HUD Config), because of the way I made it, it's way easier and faster that way for me

But when I try to check it in the re-player, it stays white. Is it the re-player thing (would it show properly on real tables) or I just cant color-code stat with itself?

(saved, refreshed many times, even restarted PT and it stays white)

PS: As well I would like to ask you Kraada, is there some fast way to color one of those Hand Range HUD's? There's 7 tables, times 169 stats, times like 7 colors = inhuman effort. :lol:

Re: Villain Stack Size in BB

PostPosted: Sat Oct 08, 2011 10:48 pm
by VladimirN
To answer my own question: Yes, it's possible to color code a stat with itself and it's not re-player prob. It prob have something to do with this stat I'm using. Will have to check it tomorrow.

Re: Villain Stack Size in BB

PostPosted: Sun Oct 09, 2011 7:52 am
by kraada
There's no fast way to do it. But the good news is that in PT4 such things will be more or less obsolete.

Re: Villain Stack Size in BB

PostPosted: Sun Oct 09, 2011 10:35 am
by VladimirN
Ok, so the stat I'm having trouble with (and similar ones) is:

T Limp (55, 44, 33, 22):
(cnt_limp_show_55_44_33_22 / cnt_limp_known) * 25

cnt_limp_show_55_44_33_22:
sum( if[tourney_holdem_blinds.amt_bb >= 100 AND tourney_holdem_hand_player_statistics.flg_p_limp AND
(tourney_holdem_hand_player_statistics.id_holecard = 154 OR tourney_holdem_hand_player_statistics.id_holecard = 161 OR tourney_holdem_hand_player_statistics.id_holecard = 166 OR tourney_holdem_hand_player_statistics.id_holecard = 169), 1, 0])

cnt_limp_known:
sum( if[tourney_holdem_blinds.amt_bb >= 100 AND tourney_holdem_hand_player_statistics.flg_p_limp AND tourney_holdem_hand_player_statistics.flg_showdown, 1, 0])


And color-code is:

#T Limp (55, 44, 33, 22)# = 0 Sample
#T Limp (55, 44, 33, 22)# < 1 Sample
#T Limp (55, 44, 33, 22)# < 2 Sample
#T Limp (55, 44, 33, 22)# < 3 Sample
#T Limp (55, 44, 33, 22)# < 4 Sample
#T Limp (55, 44, 33, 22)# < 5 Sample
#T Limp (55, 44, 33, 22)# < 7 Sample
#T Limp (55, 44, 33, 22)# < 10 Sample
#T Limp (55, 44, 33, 22)# >= 10 Sample

HUD checked

And it stays white...while, when I color VP$IP (for example) in similar fashion it changes color in the re-player.
Am I doing something wrong?

Re: Villain Stack Size in BB

PostPosted: Sun Oct 09, 2011 11:15 am
by kraada
Try renaming your stat without () or , (e.g. "T Limp Small Pair") and see if that helps.

Re: Villain Stack Size in BB

PostPosted: Sun Oct 09, 2011 1:18 pm
by VladimirN
Just tried that, erased both brackets and comas and it didn't help

highfalutin