View Single Post
  #335  
Old 11-29-2007, 06:18 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
I am having a wierd experience on party now. In my above post you see that turning of num lock fixed the pot bet and increase/decrease bet buttons on party play money tables. However, today when i deposited some real money, when i press the pot button the bet goes to 150 (on 0.5/1.0$ table).

And the increase/decrease buttons also just bump it to something like that. Yet, the controls still work fine on play money tables. [img]/images/graemlins/frown.gif[/img]

[/ QUOTE ]
It is most likely caused by the format of the currency displayed on the buttons.

You can run the following script which will save to a file called Controls.txt all the controls of the active window and the text that each control contains.

http://www.autohotkey.net/~Xander/Controls.ahk

Instruction to create the Controls.txt file:
Sit at a real money party table (preferably one below $1 big blinds).
Open the script.
When action comes to you, press Escape.

The script's only hotkey is the Escape button which should make it gather all the controls of the active window and save them to Controls.txt. The script will also exit after it is finished.

You can send the file to the yahoo email listed in my profile.

[ QUOTE ]
EDIT: on 200NL the bet pot buttons goes to 7$ preflop. But if I hit bet pot and then increase bet for instance, it goes to 750, and not 9.

EDIT2: Xanderz, if you want to borrow some $ to test on party I would be happy to lend you.

[/ QUOTE ]
The problem is possibly a regional issue that I wouldn't be able to duplicate. The Controls.txt file should contain all the information to be able to fix it.

Also, what increment setting were you using? If it was set to relative increment, then the script must be seeing the pot as 700 instead of 7.00 possibly.
Reply With Quote