Open Side Menu Go to the Top
Register
PokerPad - AHK hotkey script PokerPad - AHK hotkey script

11-01-2007 , 10:06 PM
Had a couple of sessions at Empire since the update, every function I use is working spot on. Preflop pot bet is exactly right and all fraction bets working great Played at Everest also but not for long, significantly better- doesn't seem to like that .90 continuation bet so I will stick with 3/4 and use the mouse wheel, I'll play there a bit longer today.
PokerPad - AHK hotkey script Quote
11-01-2007 , 10:36 PM
I don't understand why it would care if the bet was 0.75 or 0.9.... the script should have no bias against certain numbers

What is happening that shouldn't when you use the 0.9 bet?
PokerPad - AHK hotkey script Quote
11-01-2007 , 11:24 PM
Ok, seems like it was a coincidence last night that it just happened a lot when I used .90. Because it just happens with no apparent trend that I can pick up on, sometimes it recognizes the decimal, some times it doesn't.
PokerPad - AHK hotkey script Quote
11-01-2007 , 11:36 PM
Does that happen with version 0.1.9 still? I changed the method that it sends the keystrokes, though I don't know if it will have any effect. I haven't ever experienced the decimal not going into the bet box.

Also, if you try the hotkey again, does it produce the same error?
PokerPad - AHK hotkey script Quote
11-01-2007 , 11:44 PM
Yep, 1.9, happening regularly and what is scary is that the software is a bit ricketty in the first place kind of feels like you are going to end up all in sooner or later, the bet wheel in BB might be the safer option for Everest IMO.
PokerPad - AHK hotkey script Quote
11-02-2007 , 12:12 AM
Quote:
Yep, 1.9, happening regularly and what is scary is that the software is a bit ricketty in the first place kind of feels like you are going to end up all in sooner or later, the bet wheel in BB might be the safer option for Everest IMO.
Do you mean the script runs slow for Everest? It may take more time to get the pot amount as it has to use OCR to get the pot amount. On Party/Empire the amount can be obtained directly from their software. Poker Stars and iPoker also require OCR. Full Tilt and Cake Poker require OCR only for the call/raise amounts. Depending on your hardware, this could be a bottleneck. Though I really don't notice any delay with my so-called "modest rig"
PokerPad - AHK hotkey script Quote
11-02-2007 , 12:48 AM
More that the Everest software itself is somewhat dodgy, nothing to do with your script, the script is running great. The way all of the other features work (wheel, reload etc only supports this) I've got a 3.4 dual core, 250 HD 2ram so my computer is fine. I have always had problems clearing the bet box etc prior to using your script. The fact that I always use the smallest table might be an issue with the decimal- did you test on the smallest one? I guess that is going to crowd the buttons the most.
PokerPad - AHK hotkey script Quote
11-02-2007 , 01:34 AM
The smallest table was the starting point of the script creation..

Anyway, here is a debug version of the script. It will log all function calls and the parameters passed to those functions in a file called PokerPad.txt

http://www.autohotkey.net/~Xander/PokerPad-Debug.zip

Extract this zip to current PokerPad folder. Close PokerPad and run this version instead. You only need to run it up until the script doesn't something wrong. Then just send the PokerPad.txt file to me and close the debugging script and open back up the original.
PokerPad - AHK hotkey script Quote
11-02-2007 , 02:09 AM
On the way.
PokerPad - AHK hotkey script Quote
11-02-2007 , 09:53 AM
Ok, problem solved finally! Problem originated with a horrible solution for differentiating between commas and decimal places. That has been changed so now they should be read correctly.

Download:
http://www.autohotkey.net/~Xander/PokerPad/
PokerPad - AHK hotkey script Quote
11-02-2007 , 12:49 PM
The Everest Path should be changed from:
\Everest Poker\Everest Poker.exe
to:
\Everest Poker\CStart.exe

Note that paths that start with \ refer to the Program Files folder. You can override this by providing an absolute path (i.e. C:\Everest Poker\CStart.exe)
PokerPad - AHK hotkey script Quote
11-02-2007 , 03:09 PM
Hey Xanderz,

Great stuff you're doing here. You mentioned that the Pokerpad.ini file would need to be edited for non-Titan iPoker sites. I figure the executable link needs to be changed and the theme, but I have no clue what each line for the themes do. Could you perhaps explain this?
PokerPad - AHK hotkey script Quote
11-02-2007 , 11:58 PM
8 tabling for over an hour on Everest, not one single error Nice work man. Can I throw in a suggestion for global keys- uncheck all "auto post blinds"- nice when it comes time to sit out.
PokerPad - AHK hotkey script Quote
11-03-2007 , 08:07 AM
Quote:
Hey Xanderz,

Great stuff you're doing here. You mentioned that the Pokerpad.ini file would need to be edited for non-Titan iPoker sites. I figure the executable link needs to be changed and the theme, but I have no clue what each line for the themes do. Could you perhaps explain this?
Here is a quick explanation of each item. I'll post something more thorough on the website in a day or so:

PotColor: color of the pot text on mini tables in BGR format
PotColorVariation: allowable shades of the above color
ActionColor: color of the text on the call/raise buttons
ActionColorVariation: ...
CheckColor: color of the checkmark in the checkboxes
BoxColor: color of the top left corner of the check/fold/call checkboxes
BoxColorVariation: ...
PokerPad - AHK hotkey script Quote
11-03-2007 , 08:10 AM
Quote:
8 tabling for over an hour on Everest, not one single error Nice work man. Can I throw in a suggestion for global keys- uncheck all "auto post blinds"- nice when it comes time to sit out.
Sounds like a good idea, I'll put it on the todo list.
PokerPad - AHK hotkey script Quote
11-05-2007 , 09:29 AM
PS bet sizes are wrong (smaller than it should be) PF, and bigger postflop
PokerPad - AHK hotkey script Quote
11-05-2007 , 12:23 PM
is there a way to still use the keys in the chat that you use for hotkeys? for some reason they dont work anymore ( i cannot type with keys i have used as hotbuttons )
PokerPad - AHK hotkey script Quote
11-05-2007 , 03:19 PM
Quote:
PS bet sizes are wrong (smaller than it should be) PF, and bigger postflop
At Poker Stars? Can you give an example?

Only thing I can think of is the $ sign is not being read correctly for whatever table size you are using. All table sizes should be read correctly in the next release.

Keep in mind, rake is not subtracted from the bet...
PokerPad - AHK hotkey script Quote
11-05-2007 , 03:33 PM
Quote:
is there a way to still use the keys in the chat that you use for hotkeys? for some reason they dont work anymore ( i cannot type with keys i have used as hotbuttons )
You will have to suspend hotkeys by clicking that option in the tray menu. It is probably best not to use keys as hotkeys that you type with as this could lead to an accidental fold/call/raise if the focus switches to a table with action.
PokerPad - AHK hotkey script Quote
11-06-2007 , 12:05 AM
The bet keys only place a bet once you left click the mouse into the bet box. Any chance this can be changed so that the arrow simply needs to be in the bet box when you hit your bet key without needing to activate the specific bet box?
PokerPad - AHK hotkey script Quote
11-06-2007 , 12:43 AM
Quote:
The bet keys only place a bet once you left click the mouse into the bet box. Any chance this can be changed so that the arrow simply needs to be in the bet box when you hit your bet key without needing to activate the specific bet box?
Sorry, I have no idea what you are referring to. Pot bets and fixed bets both should not require focusing the bet box. Perhaps you are referring to the typing a bet with the numpad?
PokerPad - AHK hotkey script Quote
11-06-2007 , 01:34 AM
Quote:
Quote:
The bet keys only place a bet once you left click the mouse into the bet box. Any chance this can be changed so that the arrow simply needs to be in the bet box when you hit your bet key without needing to activate the specific bet box?
Sorry, I have no idea what you are referring to. Pot bets and fixed bets both should not require focusing the bet box. Perhaps you are referring to the typing a bet with the numpad?
Only works for me on Party when one table is open, once I open a second I have to focus each box.
PokerPad - AHK hotkey script Quote
11-06-2007 , 07:21 AM
Quote:
Only works for me on Party when one table is open, once I open a second I have to focus each box.
You probably only need to click on the table, or use one of the arrow keys to navigate to the table. They seem to bring tables to the front on Party without giving them focus You can get around the need to navigate tables manually by using TableNavigator.
PokerPad - AHK hotkey script Quote
11-06-2007 , 08:53 AM
Very clever, will try
PokerPad - AHK hotkey script Quote
11-06-2007 , 02:06 PM
Big-big thanx 2 Xanderz! just all i need in one script

ps. its all great, but i've problem with "Tile Tables" hk in iPoker. It works, but places parts of some windows out of the screen..
PokerPad - AHK hotkey script Quote

      
m