Thread: Video $16 Stars
View Single Post
  #5  
Old 09-18-2007, 09:20 AM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: Video $16 Stars

[ QUOTE ]
Am I the only multitabler that doesnt use scripts... bah..
Can you hook me up with ur 2.5x raise late game script, seems like something nice.

Well, the video seems fine, u play super tight early it seems. Dont really like ur theme much, Im gonna record a vid soon of 25 tables or so, so someone can critique me hopefully. You folded alot of medium pp early on with little or no action infront of you.

What time did you record/play this? I only noticed one name(malnek) on the tables u played. Seemed like a pretty easy lineup at the time u played.

The quality seemed fine, if you dont mind can you say what progs/compresser you used, so that I can use something similiar shortly.

[/ QUOTE ]

Isn't there a good betpot script for Stars out there? I only use a little hotkey that looks like this:

<font class="small">Code:</font><hr /><pre>;=========================================== ==================================
;Setting the bet value to 2.5 times the big blind
;================================================= ============================
~WheelDown::
MouseGetPos,,,id

IfWinExist, ahk_class PokerStarsTableFrameClass ahk_id %id%
{
WinGetTitle,title,ahk_id %id%
StringMid,starsBB,title,InStr(title,"/")+2, InStr(title,"/")-InStr(title,"Blinds")-7
bb3h := starsBB * 2.5
StringMid,bb3h, bb3h,InStr(bb3h,".")-1, InStr(bb3h,".")-1,L
ControlSetText, PokerStarsSliderEditorClass1, %bb3h%, ahk_id %id%
}

return </pre><hr />

I love my theme, it's so relaxing with different colors for things so I know exactly what's going on at the table. Can easily spot how many people is left in the SnG, how many players are still in the hand and not that much distracting graphics. Inside the yellow box I can show a Hud, not as disctracting like having numbers all over your table.

I think playing weak/tight is the way to go. I believe a lot of regulars spew chips when they don't have to. To increase my ROI I might have to play a little more, but that little step is very hard to make, since if I don't play the extra hands perfectly, it's worce than a fold. I'm pretty sure I can have a ROI of over 15 % playing this way and it's much more relaxing, so I'm probably goona stick with it for a long time.

Recorded just after 8 pm ET I think. A lot of tables to choose from then and with table selection it's easy to get a lineup you like. That you don't recognize the players is because that I value unknown players pretty high so it's a bigger chance I register against those players.

I used the trial version of Camtasia 4 and their TSCC codec to record this. Next time I will choose a better audio codec though.
Reply With Quote