Open Side Menu Go to the Top
Register
PlaceMint: Window Positioning Tool PlaceMint: Window Positioning Tool

08-21-2012 , 05:30 AM
Quote:
Originally Posted by MrFroggyX
Great program IrishThug! I dont know how I could miss this program. This is a gold mine when playing multiple sites at once. The latest party RegEx didnt work for me so I changed it and it seems to work for most levels and tables.

Partypoker:
Code:
\s-\s\s(FL|NL|PL)\s\s(Hold'em|Omaha|7\s(Card\s)?Stud)(\sHi(-Lo)?)?\s-\s\$[\d,.]+/\$[\d,.]+
If it dosent work for some tables please help to fix it and post it here. Sharing is caring.
This is not working for me, Party PLO.

Any other code that could do the trick?
PlaceMint: Window Positioning Tool Quote
08-21-2012 , 06:55 AM
Quote:
Originally Posted by lostinthesaus
All my merge (BlackChip, Carbon) are working for NL. Is there an expression for PLO? I'll try to tweak the one I have and see if it works.

Please let me know here if there is one already out there and I'll let you know if I can get the one I have to work.
Can you post your expression for Blackchip?

The one from earlier doesn't work.

thanks in advance
PlaceMint: Window Positioning Tool Quote
08-22-2012 , 11:21 PM
Quote:
Originally Posted by Herrigel
This is not working for me, Party PLO.

Any other code that could do the trick?
I tried it right now for Party PLO and it works for me. I don't know why it not working for you? Maybe you have the client in a different language than English?
PlaceMint: Window Positioning Tool Quote
08-25-2012 , 09:14 AM
Can i use Placemint for Limit Holdem Cashgame ?
PlaceMint: Window Positioning Tool Quote
08-27-2012 , 01:06 PM
For those having problems with Partypoker try this:

Code:
(.)*(FL|NL|PL)\s\s(Hold'em|Omaha|7\s(Card\s)?Stud)(\sHi(-Lo)?)?\s-\s[\d,\.]+\s\$/[\d,\.]+\s\$(.)*
cheers
PlaceMint: Window Positioning Tool Quote
08-28-2012 , 08:19 AM
$10 on Paypal for first person to give me working expression for Merge

Code:
(Bad\sBeat\s-\s)?.+?\(\d+\)\s-\s\$[\d,.]+/\$[\d,.]+\s-\sNL\sHold'em
^^^^doesnt work for me

Waimea Bay VI (60340983) - $0.25/$0.50 - NL Hold'em
Niagara Falls XI (60336260) - $0.25/$0.50 - NL Hold'em
Tijuana XXXII (60330940) - $0.10/$0.25 - NL Hold'em
Bad Beat - Rue St Catherine (60347863) - $0.50/$1 - NL Hold'em
Yellowstone IV (60346366) - $0.10/$0.25 - NL Hold'em
Deal It Twice - Rue St Catherine II (60348695) - $0.50/$1 - NL Hold'em
Pueblo de Taos VI (60334697) - $0.50/$1 - NL Hold'em

Last edited by Schwatt; 08-28-2012 at 08:25 AM.
PlaceMint: Window Positioning Tool Quote
08-29-2012 , 07:26 PM
I'll ship $50 to anyone who can help me set this up on Stars so that I have 3 different stacks. One for cash hypers, one for satellite hypers and one for CAP cash games.
PlaceMint: Window Positioning Tool Quote
08-30-2012 , 09:21 AM
Does anyone have a working code for iPoker turnaments? (titan)
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 08:14 AM
WOW!
Just found out about this program.
It's f* amazing.
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 08:19 AM
Quote:
Originally Posted by Schwatt
$10 on Paypal for first person to give me working expression for Merge

Code:
(Bad\sBeat\s-\s)?.+?\(\d+\)\s-\s\$[\d,.]+/\$[\d,.]+\s-\sNL\sHold'em
^^^^doesnt work for me

Waimea Bay VI (60340983) - $0.25/$0.50 - NL Hold'em
Niagara Falls XI (60336260) - $0.25/$0.50 - NL Hold'em
Tijuana XXXII (60330940) - $0.10/$0.25 - NL Hold'em
Bad Beat - Rue St Catherine (60347863) - $0.50/$1 - NL Hold'em
Yellowstone IV (60346366) - $0.10/$0.25 - NL Hold'em
Deal It Twice - Rue St Catherine II (60348695) - $0.50/$1 - NL Hold'em
Pueblo de Taos VI (60334697) - $0.50/$1 - NL Hold'em
Hey Schwatt,

Try this one:
Code:
(Bad\sBeat\s-\s|Deal\sIt\sTwice\s-\s)?.+?\(\d+\)\s-\s\$[\d,\.]+/\$[\d,\.]+\s-\sNL\sHold'em
I think this should work for those tables you posted above.
Can't test it myself, because I don't have merge account.

Disclaimer: Do this on your own risk. I've been using this software for only 3 hours or so and I can be totally wrong with this code.
This only works with "normal" NL tables, NL Bad Beat tables and NL Deal It Twice tables.
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 08:42 AM
Trying to figure out how to create a regex for a specific tourney but also have it seperated by blind level (if this is even possible).
I.E 4 slots
1 2
3 4
1 = $2.50, $8, $15 180s blind level 20,30,50,100,150,200
2 = $3.50+R 180s blind level 20,30,50,100,150,200
3 = $2.50, $8, $15 180s blind level 250,300,400,600
4 = $3.50+R 180s blind level 250,300,400,600
Cheers Kris
If anyone can help add me on skype kris.hunt3

Last edited by gudcallm8; 08-31-2012 at 08:43 AM. Reason: skype
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 09:34 AM
Which site? PokerStars? At first glance it is possible, but it's gonna be complicated
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 09:43 AM
Yes pokerstars i currently have it set up by blind level but my 3rs r mixed in
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 09:51 AM
Paste the code. It really shouldn't be hard to separate 2,50$ and 3,50$+R.
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 09:57 AM
Quote:
Originally Posted by CoreySteel
Paste the code. It really shouldn't be hard to separate 2,50$ and 3,50$+R.
Current Stack 1
Code:
((\s-\s)?Tournament\s\d+\sTable\s\d+\s-\s(1\son\s1\s-\s)?(Blinds|Stakes)\s[$€]?[\d,.]+/[$€]?[\d.,]+(\sAnte\s[$€]?[\d.,]+)?|(Blinds|Stakes)\s[$€]?(10|15|25|50|75|100)/[$€]?(20|30|50|100|150|200)(\sAnte\s[$€]?[\d.,]+)?\s-\sTournament\s\d+\sTable\s\d+)
Current Stack 2
Code:
((\s-\s)?Tournament\s\d+\sTable\s\d+\s-\s(1\son\s1\s-\s)?(Blinds|Stakes)\s[$€]?[\d,.]+/[$€]?[\d.,]+(\sAnte\s[$€]?[\d.,]+)?|(Blinds|Stakes)\s[$€]?(125|150|200|300)/[$€]?(250|300|400|600)(\sAnte\s[$€]?[\d.,]+)?\s-\sTournament\s\d+\sTable\s\d+)
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 11:19 AM
Your tournament RegEx is way to complicated for my newbie knowledge. That's why I created one from scratch, suitable only for your 180man SNGs.

So here we go...
Stack 1:
Code:
[$€][\d,.]+\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
Stack 2:
Code:
[$€][\d,.]+\+R\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
Stack 3:
Code:
[$€][\d,.]+\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](125|150|200|300)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
Stack 4:
Code:
[$€][\d,.]+\+R\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](125|150|200|300)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+

So Stack 1 and 3 will only work with "normal" 180man SNGs.
Stack 2 and 4 will only work with "rebuy" 180man SNGs.

Stack 1 and 2 are for "low blinds" and Stack 3 and 4 for "high blinds". You don't need to set up small and big blind, just small blind.
At the moment Stack 1 and 2 are only for 10,15,25,50,75,100 small blinds and Stack 3 and 4 for 125,150,200,300 small blinds.


I have no knowledge in playing SNGs, so set up blinds accordingly
Hope you'll like it.
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 01:41 PM
Quote:
Originally Posted by CoreySteel
Your tournament RegEx is way to complicated for my newbie knowledge. That's why I created one from scratch, suitable only for your 180man SNGs.

So here we go...
Stack 1:
Code:
[$€][\d,.]+\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
Stack 2:
Code:
[$€][\d,.]+\+R\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
Stack 3:
Code:
[$€][\d,.]+\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](125|150|200|300)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
Stack 4:
Code:
[$€][\d,.]+\+R\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](125|150|200|300)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+

So Stack 1 and 3 will only work with "normal" 180man SNGs.
Stack 2 and 4 will only work with "rebuy" 180man SNGs.

Stack 1 and 2 are for "low blinds" and Stack 3 and 4 for "high blinds". You don't need to set up small and big blind, just small blind.
At the moment Stack 1 and 2 are only for 10,15,25,50,75,100 small blinds and Stack 3 and 4 for 125,150,200,300 small blinds.


I have no knowledge in playing SNGs, so set up blinds accordingly
Hope you'll like it.
Thanks alot mate will config for the blind levels i require but thats great.
was trying to figue it out for ages.wot would need to be changed in the regex to make this applicable to all sngs not just 180s? is that major obstacle?
Cheers Kris
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 03:18 PM
Quote:
Originally Posted by CoreySteel
Hey Schwatt,

Try this one:
Code:
(Bad\sBeat\s-\s|Deal\sIt\sTwice\s-\s)?.+?\(\d+\)\s-\s\$[\d,\.]+/\$[\d,\.]+\s-\sNL\sHold'em
I think this should work for those tables you posted above.
Can't test it myself, because I don't have merge account.

Disclaimer: Do this on your own risk. I've been using this software for only 3 hours or so and I can be totally wrong with this code.
This only works with "normal" NL tables, NL Bad Beat tables and NL Deal It Twice tables.
Thanks for the help man, still doesnt work tho
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 05:28 PM
Quote:
Originally Posted by Schwatt
Thanks for the help man, still doesnt work tho
Just opened dummy account on BCP and it works fine...
Try this one:
Code:
(Bad\sBeat\s-\s|Deal\sIt\sTwice\s-\s)?.+?\(\d+\)\s-\s\$[\d,.]+/\$[\d,.]+\s-\sNL\sHold'em
If this one doesn't work, then I can't help you anymore at this moment, I'm sorry

Last edited by CoreySteel; 08-31-2012 at 05:42 PM.
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 05:41 PM
Quote:
Originally Posted by gudcallm8
Thanks alot mate will config for the blind levels i require but thats great.
was trying to figue it out for ages.wot would need to be changed in the regex to make this applicable to all sngs not just 180s? is that major obstacle?
Cheers Kris
This should actually work for all SNGs that has something like [180 man ...] or [Turbo] or [18 players] or [Knockout] or [Fifty50] in its name.
What to change that this would work for 1table SNGs too? No idea Will try, can't promise anything
PlaceMint: Window Positioning Tool Quote
08-31-2012 , 06:03 PM
lol... I can't believe it but I've done it.

1:
Code:
[$€][\d,.]+\sNL\sHold'em(\s\[.+?\])?\s+-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
2:
Code:
[$€][\d,.]+\+R\sNL\sHold'em(\s\[.+?\])?\s+-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
3:
Code:
[$€][\d,.]+\sNL\sHold'em(\s\[.+?\])?\s+-\sBlinds\s[$€](125|150|200|300)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
4:
Code:
[$€][\d,.]+\+R\sNL\sHold'em(\s\[.+?\])?\s+-\sBlinds\s[$€](125|150|200|300)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+

Like I said. All you need to do is edit the blinds.
Have fun.
PlaceMint: Window Positioning Tool Quote
09-01-2012 , 02:03 PM
hey how useful would this program be if I play zoom full ring on stars?

can this program be a replacement for "stack and tile"?

i like to stack my tables would like focus for other tables in big decisions, can this program do that?
PlaceMint: Window Positioning Tool Quote
09-03-2012 , 08:26 AM
Is there any reason why Placemint might work for Partypoker but not a skin like Gamebookers? I have tried all the regexes above, but no luck so far. Any idea what I might be doing wrong?
PlaceMint: Window Positioning Tool Quote
09-03-2012 , 01:48 PM
Quote:
Originally Posted by wodka
For those having problems with Partypoker try this:

Code:
(.)*(FL|NL|PL)\s\s(Hold'em|Omaha|7\s(Card\s)?Stud)(\sHi(-Lo)?)?\s-\s[\d,\.]+\s\$/[\d,\.]+\s\$(.)*
cheers
have you tried this? working for me on gamebookers. If it's not working for you please post some table names. Maybe I can adadpt it.
PlaceMint: Window Positioning Tool Quote
09-03-2012 , 03:37 PM
wodka,

I tried your regex and it didn't work. I'm pretty confused since it looks like they name the tables the same way. I didn't check all the games, but they name all the PLO tables in an identical way I don't really understand why it would pick up one set of tables, but not the other one. Is there any other setting I might have forgotten?

Cheers
PlaceMint: Window Positioning Tool Quote

      
m