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

02-12-2013 , 12:10 PM
Hi

Iv been using placemint for a while now for tournaments and it works great on Stars, Stars.fr, Full Tilt and Party. I can't get 888 or iPoker to work though. I never used to play and for months have just been having them on the side but I'd like to add them to my allotted windows now. Does anyone have RegEx lists for them? I tried just using the ones from the old regex list I had and that didn't work.

Also, ongame doesn't redraw its table to fit in my windows so I've not been using it either in placemint - is there any work around for this yet or is it just the ongame software?

Thanks
Ross

Edit:

These are the regex I have for 888 and ipoker

888
^Tour\sNLH\s\$[\d\.,]+\+\$[\d\.,]+\s\$[\d\.,]+\sGuaranteed(\s(Deep\sStack|1R|R&A))?\sID\s#\d+\s Table\s#\d+\sBlinds:\s\$[\d\.,]+/\$[\d\.,]+

iPoker
((Texas\sHold'[Ee]m|Omaha|Omaha\sHL|\d\sCard\sStud),?\s((No\s|Pot\s) ?Limit|NL)|(NLH\s)?Double\s[Uu]p)(\s*(\*\d+|XT))?\s-\s([$£€]?[\d.,]+/[$£€]?[\d.,]+|.+\.\.\.)
PlaceMint: Window Positioning Tool Quote
02-12-2013 , 02:27 PM
I could write RegEx for you. What MTTs do you play?

Its the Ongame software that is crap
But it still works fine for me. I think you have to get correct size ratio.
Try your slots with 1:35 ratio.
PlaceMint: Window Positioning Tool Quote
02-12-2013 , 02:30 PM
I play all the HSMTT across the sites. 888 I play the 215s/530 (monthly)/99 on Sunday and the 109 on Tuesday, iPoker the 215 Sunday and sometimes 100r.

Ok cheers I'll try that - I'm a bit out the loop with Placemint as I set it up months ago and haven't touched it since - I'm sure I'l find it in the options though.
PlaceMint: Window Positioning Tool Quote
02-12-2013 , 02:53 PM
Ok cool. This might take me a while, tho.
PlaceMint: Window Positioning Tool Quote
02-12-2013 , 04:31 PM
Hey, I lost my old regex I got from an old friend. I want to stack the tables in 4 stacks.

I play 180s on pokerstars. I want to sort the tables by blinds.

Which value I have to change? I tried many expressions but never got it working to sort tables by blinds.

I used this line but this is not enough to sort by blinds I think.

Spoiler:
[$€][\d,.]+(\+R)?\s((NL|NLHE|PL|(No\s|Pot\s)?Limit)\s)?(Hold 'em(\sMixed)?|Omaha(\sH/L)?(\sMixed)?|Stud(\sH/L)?|Razz|5-(C|c)ard\sDraw|Badugi|HOR?SE|8-Game|Triple\sDraw\s2-7\sLowball)?\s?((\[180\sPlayers(,\sTurbo)?(,\sRebuy)?\])?|.*?\.\.\.)(\s-\s(Blinds|Stakes)\s[$€]\d+/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?|.*?\.\.\.)
PlaceMint: Window Positioning Tool Quote
02-12-2013 , 07:03 PM
Quote:
Originally Posted by toyberg90
...
omg that spoiler, I'd rather do that from scratch.

try this out:

Quote:
^[$€][\d.,]+(\+R)?\sNL\sHold'em\s\[180\sPlayers(,\sTurbo)?(,\sRebuy)?\]\s-\sBlinds\s[$€]\d+/[$€]EDIT HERE
you'll have to add different reg ex for each group (stack)
Just edit your blinds where it says.

Example, you have 4 stack, on the first one you want your early levels up to 150 to be there. So the regex would be something like this:

^[$€][\d.,]+(\+R)?\sNL\sHold'em\s\[180\sPlayers(,\sTurbo)?(,\sRebuy)?\]\s-\sBlinds\s[$€]\d+/[$€][20|30|50|100|150]

Then for the rest of groups you create a new one and do the same, like "[200|250|300|400]" and so on.
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 09:20 AM
hey, thanks. This looks much better.

But now I have the problem, that all tables with all blinds count to stack one (blinds from 20 to 150). I used your line and used the same line for the other stacks, just changed the blinds. But also tables with blinds higher than 200 are stacked in the first stack.

I'm a real noob with placemint. I just need a regex and a and an explanation what to change to sort by blinds.
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 10:32 AM
Didn't check Kabra's RegEx but I believe in him () so I think it should work just fine

Did you make two different groups?
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 11:03 AM
Yes, have different groups. But every table of a 180s is in the first group. But the first group is only for blinds up to 150. But also higher blinds are stacked in the first group.
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 11:11 AM
I guess you didn't edit those RegExes with blinds correctly.
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 11:26 AM
Maybe...

I just made 4 Groups and I also made many TitleRegEx (one for every blindsize).

So it looks like:

10/20
Quote:
^[$€][\d.,]+(\+R)?\sNL\sHold'em\s\[180\sPlayers(,\sTurbo)?(,\sRebuy)?\]\s-\sBlinds\s[$€]\d+/[$€][20]
15/30
Quote:
^[$€][\d.,]+(\+R)?\sNL\sHold'em\s\[180\sPlayers(,\sTurbo)?(,\sRebuy)?\]\s-\sBlinds\s[$€]\d+/[$€][30]
25/50
Quote:
^[$€][\d.,]+(\+R)?\sNL\sHold'em\s\[180\sPlayers(,\sTurbo)?(,\sRebuy)?\]\s-\sBlinds\s[$€]\d+/[$€][50]

And so on.

For the first group I marked every blindsize from 10/20 to 75/150. Second group is 100/200 up to 200/400 and so on.

But every table I open for testings is stacked in group 1. So there must be a mistake by the blinds because the tables are recognized correctly but the blinds are not.
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 12:27 PM
Here's my RegEx:
[$€.,\d+R]+\sNL\sHold'em\s\[180\sPlayers,\s(Turbo(,\sRebuy)?|Hyper)]\s-\sBlinds\s[$€]XXX/[$€\d]+\s(Ante\s[$€\d]+\s)?.*

Works for 180man Turbo, Hyper and Rebuys.
Change blinds where you see XXX. I think its a better way to edit "small blind number" than big blind. No difference, just a bit easier imho.

BUT!
Even better way is like this:
[$€.,\d+R]+\sNL\sHold'em\s\[180\sPlayers,\s(Turbo(,\sRebuy)?|Hyper)]\s-\sBlinds\s[$€](10|20|30|40|50)/[$€\d]+\s(Ante\s[$€\d]+\s)?.*

See those 10|20|30 numbers? This way you do not need to have every RegEx for every blind level. Just add let's say 10|15|25|50 for the first 4 levels in one RegEx and 75|100|125|150 for the next four in "stack 2 RegEx".


If this doesn't work... Then you are doing something wrong
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 12:41 PM
Thanks!! This works perfect for me now.
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 12:50 PM
Cool, glad to hear that
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 05:54 PM
Anyone have this set up on Bovada and/or Revolution (Intertops)?
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 06:02 PM
I don't, but shouldn't be any problem
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 07:05 PM
Quote:
Originally Posted by CoreySteel
I don't, but shouldn't be any problem
PlaceMint: Window Positioning Tool Quote
02-13-2013 , 07:45 PM
Just tell us what you need and we'll help you.
PlaceMint: Window Positioning Tool Quote
02-14-2013 , 04:17 AM
Quote:
Originally Posted by CoreySteel
Just tell us what you need and we'll help you.
Need PlaceMint to read Bovada SNGs + MTTs and Revolution (Intertops) SNGs + MTTs
PlaceMint: Window Positioning Tool Quote
02-14-2013 , 07:59 AM
Here's RegEx for Revolution SNGs and MTTs:
Tournament:\s\d+\sBuy-In\s[$€\d\.,\s\+]+:\sTable\s\d+\s-\s(No\slimit\sHoldem\s|Pot\slimit\sOmaha\s)-\s[\d.,]+/[\d.,]+(\sAnte\s[\d.,]+)?


Bovada banned 19 countries, including Slovenia so I can't register there and can't help you atm. Will try something...
PlaceMint: Window Positioning Tool Quote
02-15-2013 , 01:45 PM
Can anybody give me a working regex for Bwin Party?
PlaceMint: Window Positioning Tool Quote
02-15-2013 , 05:36 PM
Party RegEx isn't working?
What are you playing?
PlaceMint: Window Positioning Tool Quote
02-15-2013 , 06:35 PM
Quote:
Originally Posted by CoreySteel
Party RegEx isn't working?
What are you playing?
The last original Placemint's RegEx of Party and what I found here (some pages earlier) neither works.

I play NL50/100 6max cash game.
PlaceMint: Window Positioning Tool Quote
02-15-2013 , 08:13 PM
Here you go:
.*\s-\s+NL\s+Hold'em\s-\s[\d,]+\s[$€]/[\d,]+\s[$€]

GL at the tables.
PlaceMint: Window Positioning Tool Quote
02-15-2013 , 09:58 PM
Quote:
Originally Posted by CoreySteel
Here you go:
.*\s-\s+NL\s+Hold'em\s-\s[\d,]+\s[$€]/[\d,]+\s[$€]

GL at the tables.
It is working perfectly!

Thanks very much!
PlaceMint: Window Positioning Tool Quote

      
m