Re: A script you might like
[ QUOTE ]
Another thing: in posting stuff on the forum, your code will look prettier if you use the [ code ] [ /code ] brackets. It won't rip-out your indents and stuff.
[/ QUOTE ]
Ty, didn't know about this - will use this in future [img]/images/graemlins/smile.gif[/img]
Script seems to be working fine still, but I not having much luck with the .ini (seems to ignore/forget my settings, but I prolly doing something wrong... [img]/images/graemlins/smile.gif[/img] ).
I just added a couple of lines:
1. Post/Auto-post can be helpful if using AutoResizer at same time, so I used my last button for it:
Joy3::ClickVis(1) ; Fold
Joy1::ClickVis(2) ; Call
Joy2::ClickVis(3) ; Raise
<font color="red">Joy4::ClickVis(6) ; ### JUK: V5: Post</font>
2. I get trouble sometimes if I have any HH windows open (sometimes it select HH window, but not sure why). This line fixes it bc on my PP client I killed off the casino/side-bets by deleting the sub-folder, so this prolly only work for people who also deleted the side-bet stuff:
WinGet, id, list, %TableType% ahk_pid%pid% ahk_class #32770, , Welcome to the PartyPoker.com Lobby, <font color="red">Click on a hand number to check hand history</font> ;make a list of windows IDs matching ahk_pid/class, excluding the lobby
(Not 100% sure if there any way to test for both types of window and ignore them both.)
3. I also changed back the 1::, 2::, 3::, to !1::, !2::, !3::, etc keys after having a bit of a disaster talking in IM at same time as playing [img]/images/graemlins/smirk.gif[/img]
Late here too now, but two other cool functions would be these:
1. If press the fold hotkey, then if the check button is visible press this instead (I use this in AutoResizer app, so the key is basically 'check or fold'), but tried the obvious hack and I can't seem to get this to work. [img]/images/graemlins/frown.gif[/img]
2. Sometimes if I open new tables, I lose the GUI bar, just wondered if there could be a quick reload hotkey (was gona try adding, but wasn't sure where to add and worried it would start recursive loading of script... [img]/images/graemlins/smile.gif[/img] ).
Also, my theory that the beta crashes only when clicking the mouse is wrong... Mine still crashes when just using the script (but seems to crash less than b4).
Overall this script is def the best setup I had yet (very few mis-clicks so far compared to other setups I tried... [img]/images/graemlins/laugh.gif[/img]).
Juk [img]/images/graemlins/smile.gif[/img]
|