Open Side Menu Go to the Top

10-31-2009 , 10:32 PM
Quote:
Originally Posted by centgas
I thought that the points total in the client updated as soon as you closed the table (next to balance, not the one on the promo page)
it does but that HM stat looks nice- so you dont have to close the table.
**** Official Party Poker Regulars Thread ****
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
**** Official Party Poker Regulars Thread ****
10-31-2009 , 10:33 PM
Yes, just write down the points total at start of day, and end of day. Voila exact without any guesses
11-01-2009 , 03:05 AM
Quote:
Originally Posted by wodka
You can add a CustomStat to Holdemmanager. This works pretty exact for me:

Code:
<Stat GroupName="Default" ColumnName="PartyPoints NL" ValueExpressions="
(sum(case when pkh.rakeamount > 0 and gt.bigblind = 2 then 0.0133 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 4 then 0.0172 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 10 then 0.0263 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 25 then 0.1 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 50 then 0.1493 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 100 then 0.25 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 200 then 0.4 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 400 then 0.5882 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 600 then 0.7143 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 1000 then 0.7692 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 2000 then 0.9091 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 3000 then 0.9091 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 5000 then 1.4286 else 0 end))
as PartyPoints" Evaluate="PartyPoints" ColumnHeader="PartyPoints" ColumnFormat="0" ColumnWidth="*" Tooltip="PartyPoints in NL/PL games" />
thanks,

I made a bit over 13k partypoints last month. HEM shows 5 partypoints more than party's software using this stat
11-01-2009 , 04:34 AM
Sorry for slow rolling you NIT_POKER yesterday. ATM I thought it was fun cause I watched you littled 15/12 nit panic 3bet me on every SB vs BB steal, was kind of fun. but sorry all the same...... as a side note, clearly my game has gone negative 100% in the last 4 months, so nov, should be a different story, I'm going to get back to my 5+ BB/100 winrate.... this .000025 BB/100 winrate just aint going to pay the bills
11-01-2009 , 04:36 AM
where's ur buddy flintoff?? is he taking some time off? or just avoiding 2p2
11-01-2009 , 07:57 AM
yay

Party Poker No-Limit Hold'em, $1.00 BB (5 handed) - Party-Poker Converter Tool from FlopTurnRiver.com

MP ($135.05)
Button ($198.12)
UTG ($120.96)
Hero (BB) ($116.06)
SB ($82.10)

Preflop: Hero is BB with A, 2
UTG bets $4, plutarch85 (poster) calls $3 (All-In), 3 folds, Hero calls $3

Flop: ($12.50) A, 7, 2 (3 players, 2 all-in)
Hero checks, UTG bets $110, plutarch85 calls $-4 (All-In), Hero raises to $112.06 (All-In), UTG calls $2.06

Turn: ($232.62) 9 (3 players, 4 all-in)

River: ($232.62) 5 (3 players, 4 all-in)

Total pot: $232.62

Results:
Hero had A, 2 (two pair, Aces and twos).
UTG had 6, 8 (straight, nine high).
Outcome: UTG won $329.62


No-Limit Hold'em, $2.00 BB (6 handed) - Hold'em Manager Converter Tool from FlopTurnRiver.com

CO ($412.21)
UTG ($200)
Hero (SB) ($354.51)
BB ($319.85)
Button ($175.95)
MP ($200)

Preflop: Hero is SB with Q, Q
2 folds, CO bets $6, Button calls $6, Hero raises $31, 2 folds, Button calls $26

Flop: ($72) A, J, 7 (2 players)
Hero checks, Button bets $69, Hero calls $69

Turn: ($210) 7 (2 players)
Hero checks, Button bets $74.95 (All-In), Hero calls $74.95

River: ($359.90) K (2 players, 1 all-in)

Total pot: $359.90

Results:
Button had Q, 10 (straight, Ace high).
Hero had Q, Q (two pair, Queens and sevens).
Outcome: Button won $356.40
11-01-2009 , 12:16 PM
sooo when i try to open party it does the connecting screen, then the main page comes up then it disappeasr and goes back to the connecting screen, wtf is up with this?
11-01-2009 , 01:14 PM
Quote:
Originally Posted by YouSureSir
Sorry for slow rolling you NIT_POKER yesterday. ATM I thought it was fun cause I watched you littled 15/12 nit panic 3bet me on every SB vs BB steal, was kind of fun. but sorry all the same...... as a side note, clearly my game has gone negative 100% in the last 4 months, so nov, should be a different story, I'm going to get back to my 5+ BB/100 winrate.... this .000025 BB/100 winrate just aint going to pay the bills
He was paranoid the first hand BvB I 3bet him, shoving AXs..
11-01-2009 , 02:31 PM
Quote:
Originally Posted by centgas
He was paranoid the first hand BvB I 3bet him, shoving AXs..
ya I think he overcompensates a bit to much. I really wasn't even playing back at him much...
11-01-2009 , 05:08 PM
Quote:
Originally Posted by wodka
You can add a CustomStat to Holdemmanager. This works pretty exact for me:

Code:
<Stat GroupName="Default" ColumnName="PartyPoints NL" ValueExpressions="
(sum(case when pkh.rakeamount > 0 and gt.bigblind = 2 then 0.0133 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 4 then 0.0172 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 10 then 0.0263 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 25 then 0.1 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 50 then 0.1493 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 100 then 0.25 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 200 then 0.4 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 400 then 0.5882 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 600 then 0.7143 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 1000 then 0.7692 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 2000 then 0.9091 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 3000 then 0.9091 else 0 end)+
sum(case when pkh.rakeamount > 0 and gt.bigblind = 5000 then 1.4286 else 0 end))
as PartyPoints" Evaluate="PartyPoints" ColumnHeader="PartyPoints" ColumnFormat="0" ColumnWidth="*" Tooltip="PartyPoints in NL/PL games" />
how to add it?
11-01-2009 , 05:37 PM
Quote:
Originally Posted by barabashka
how to add it?
0. close Holdemmanager
1. copy the code into a *.txt file called "CustomStats.txt"
2. put "CustomStats.txt" into \Programs\RVG Software\Holdem Manager\Reports\
3. start Holdemmanager and add the stat by clicking on the green plus symbol and select "PartyPoints NL" from Custom Stats
11-01-2009 , 08:16 PM
Quote:
Originally Posted by wodka
0. close Holdemmanager
1. copy the code into a *.txt file called "CustomStats.txt"
2. put "CustomStats.txt" into \Programs\RVG Software\Holdem Manager\Reports\
3. start Holdemmanager and add the stat by clicking on the green plus symbol and select "PartyPoints NL" from Custom Stats
tyvm
11-01-2009 , 10:22 PM
So how many gave up on the aussie millions on the first day?
11-01-2009 , 11:35 PM
Quote:
Originally Posted by BuddhaMonk187
where's ur buddy flintoff?? is he taking some time off? or just avoiding 2p2

Having waaaay too much fun in Melbourne mate.

As a result I am hardly playing so then when I do play I am playing a bit of LHE to earn party points quicker (to keep up to 9000 per quarter).

Note to self....start playing NL again soon.

Last edited by Flintoff; 11-01-2009 at 11:48 PM.
11-02-2009 , 12:10 AM
Quote:
Originally Posted by centgas
So how many gave up on the aussie millions on the first day?
i did
11-02-2009 , 12:16 AM
I just finished my 1k points for the day. 7700 hands at 1/2. I did not win any money. I have no idea if I can keep up this pace for the rest of the month.
11-02-2009 , 03:25 AM
Quote:
Originally Posted by Joefish126
I just finished my 1k points for the day. 7700 hands at 1/2. I did not win any money. I have no idea if I can keep up this pace for the rest of the month.
lol
11-02-2009 , 04:12 AM
Not that games suck, because Sunday and all, but this promotion is making too many people play too many hands. Now only 2 fish on every table instead of 3-4.....
11-02-2009 , 05:40 AM
Games were good? I struggled to find 1 fish at my tables a lot of the time.
11-02-2009 , 06:12 AM
Quote:
Originally Posted by Joefish126
I just finished my 1k points for the day. 7700 hands at 1/2. I did not win any money. I have no idea if I can keep up this pace for the rest of the month.
doing it wrong maybe?

7.7k hands at 100nl is 1k points...
11-02-2009 , 07:54 AM
Quote:
Originally Posted by Ziddy
i did
me 2
11-02-2009 , 07:58 AM
Quote:
Originally Posted by barabashka
me 2
#3
11-02-2009 , 08:17 AM
Quote:
Originally Posted by Lessu
doing it wrong maybe?

7.7k hands at 100nl is 1k points...
I played about 5500 and threw in some 109s for old times sake, makes the target a bit quicker. I worked 1k points to be 6700 1/2. I quite enjoyed the grind in a weird way, but moving houe in a few days is going to make it a challenge....
11-02-2009 , 10:35 AM
I have about 13000 PP right now, and I generate about 300-400 points a day.

a) Should I take the palladium bonus, or should I save up for this palladium elite bonus?
b) How fast do these bonuses clear? How many points do I need?

thanks to whoever helps me out
11-02-2009 , 11:07 AM
Quote:
Originally Posted by biggetje
I have about 13000 PP right now, and I generate about 300-400 points a day.

a) Should I take the palladium bonus, or should I save up for this palladium elite bonus?
b) How fast do these bonuses clear? How many points do I need?

thanks to whoever helps me out
You won't become Palladium Elite with your playing volume. So just take the 20.000PP 3k$ bonus when you have that amount of party points.
**** Official Party Poker Regulars Thread ****
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
**** Official Party Poker Regulars Thread ****

      
m