![]() |
|
|||||||
| View Poll Results: Should scum thread titles be allowed? | |||
| Yes |
|
27 | 35.53% |
| No |
|
17 | 22.37% |
| Pokeraddict should use his best judgement |
|
32 | 42.11% |
| Voters: 76. You may not vote on this poll | |||
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Nice work [img]/images/graemlins/smile.gif[/img]
Unfortunately (fortunately?) I had a few beers tonight - and got some inspiration then obsessed with making a crazy "table rotation" script as per the other thread... nothing worth posting yet tho , and now I need sleep [img]/images/graemlins/smile.gif[/img] [ QUOTE ] Hmmm, how do you determine a function number (0x5555)? [/ QUOTE ] You just make them up [img]/images/graemlins/smile.gif[/img] Windows reserves the lower few hundred (maybe thousand) for internal messages (WM_PAINT, MoMOUSEMOVE etc.) - details on the AHK online help SendMessage page - but there are 65K of them available for use IIRC. So long as you know what to send / expect, it does not matter which number you use. 0x5555 is just what Roland picked for the TableNav function. |
|
#2
|
|||
|
|||
|
I have to click on the table before the hotkeys are activated... anyway to avoid that?
|
|
#3
|
|||
|
|||
|
(Stars)
|
|
#4
|
|||
|
|||
|
There are a couple ways to get a table active. If something other than a game window is the active window, you can always just press + on the Numpad to bring up an active table. If you want to activate a table other than the current active table, you can use the arrow keys to navigate to it. I recommend reading the usage notes on the download page.
|
|
#5
|
|||
|
|||
|
[ QUOTE ]
Unfortunately (fortunately?) I had a few beers tonight - and got some inspiration then obsessed with making a crazy "table rotation" script as per the other thread... nothing worth posting yet tho , and now I need sleep [img]/images/graemlins/smile.gif[/img] [/ QUOTE ]Now THAT cannot be good, drunken code? Oh my... I have enough headaches trying to figure out what I wrote while sober.. [ QUOTE ] You just make them up [img]/images/graemlins/smile.gif[/img] [/ QUOTE ] Oh that easy huh. |
|
#6
|
|||
|
|||
|
bah, such a big headache, all I want is to run 30 SNGs on a 30" monitor and when 1 pops up I want to be able to fold / call/ raise/ or bet any amout as I type in the numpad, but these buttons only work about half the time, and I'm on the wrong table the other half of the time, although I complement you for a useful script for others.
Really BetPot is perfect for me if you could just add in the numbers type in/ betbox clearing feature. |
|
#7
|
|||
|
|||
|
[ QUOTE ]
bah, such a big headache, all I want is to run 30 SNGs on a 30" monitor and when 1 pops up I want to be able to fold / call/ raise/ or bet any amout as I type in the numpad, but these buttons only work about half the time, and I'm on the wrong table the other half of the time, [/ QUOTE ] I find stars hard to multi-table as every window looks like an active one ! Anyway, this script doesn't try to maintain tables based on which needs action. There is already a script (TableNavigator) that I believe does this, though I haven't tried it. It has even been discussed in this thread. You can get it here: http://overcards.com/wiki/moin.cgi/TableNavigator |
|
#8
|
|||
|
|||
|
yeah I was running table nav and the table that was highlighted wouldn't always be the table active from your script, also, sometimes it took 3 or 4 clicks of the - button to raise or / button to fold. IDK cool program it just doesn't fit me right now.
|
|
#9
|
|||
|
|||
|
OK I will look into it. My guess would be that the window Table Navigator shows highlighted is not always the window that has focus. This script uses the window that has focus, I will add support for Table Navigator though.
|
|
#10
|
|||
|
|||
|
The latest version should now act on the table highlighted by Table Navigator if it is running. Also fixed a couple of bugs for Poker Stars (reload and all in hotkeys).
Latest version can be downloaded here: http://www.autohotkey.net/~Xander/PokerPad/ Also, special thanks goes to _dave_ for explaining how to communicate with other scripts (e.g. Table Navigator). |
![]() |
| Thread Tools | |
| Display Modes | |
|
|