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

11-10-2007 , 11:32 AM
Wow, this new mouse over feature has made Empire work without clicking, sorry, hadn't seen the new version release.
PokerPad - AHK hotkey script Quote
11-10-2007 , 01:40 PM
unfortunatley, this hasnt solved the issue yet

here is a screenshot of the error i get:





when I use this configuration (I am pretty sure these are the configurations that do the error, changing the other ones work)

PokerPad - AHK hotkey script Quote
11-10-2007 , 02:07 PM
I hadn't uploaded the update yet. It is now online.
PokerPad - AHK hotkey script Quote
11-10-2007 , 02:42 PM
same problem still

edit: works with version 0.1.12
PokerPad - AHK hotkey script Quote
11-10-2007 , 02:49 PM
The following settings loaded for me and the , and . hotkeys worked as expected:


What error are you getting?
PokerPad - AHK hotkey script Quote
11-10-2007 , 03:01 PM
I still get the same error from the above screenshots

I also changed my settings similar to the ones you have, but the same error keeps popping up

I dont really understand why everything works with the previous version but not with the new one?
PokerPad - AHK hotkey script Quote
11-10-2007 , 03:03 PM
Did you redownload 0.1.13?
PokerPad - AHK hotkey script Quote
11-10-2007 , 03:05 PM
yip
PokerPad - AHK hotkey script Quote
11-10-2007 , 03:07 PM
wtf i just redownloaded to make sure and it works now. Probably just downloaded it in between
PokerPad - AHK hotkey script Quote
11-10-2007 , 03:09 PM
uuh thats ugly

now it pops up the error not at the beginning but when I try to use the Rclick fold????
PokerPad - AHK hotkey script Quote
11-10-2007 , 03:38 PM
To set multiple hotkeys, separate them with |
For example, to have F and right click fold, you'd put

f|RButton

for the fold hotkey.

I tested that exact combination for Fold and both the F key and right click performed the fold action with no error.
PokerPad - AHK hotkey script Quote
11-10-2007 , 03:47 PM
I really dont know why its working for you but not for me



PokerPad - AHK hotkey script Quote
11-10-2007 , 03:51 PM
The line numbers don't match up with the current version. Are you sure you are running 0.1.13?
PokerPad - AHK hotkey script Quote
11-10-2007 , 03:59 PM
this this was strange

When I edited the version I used it sayd version

/* PokerPad v0.1.0 by Xander

And I then redownloaded for the 5th time and did in another directory than where I have the other files so I wouldnt get things mixed up

Now it works. I can only image I unzipped the wrong files all the time

sorry to bother you with this
PokerPad - AHK hotkey script Quote
11-10-2007 , 04:14 PM
Quote:
PokerPad v0.1.0 by Xander
I had completely forgotten about the version number at the top ever since 0.1.0 obviously... I'll try to remember to update that from now on.
PokerPad - AHK hotkey script Quote
11-10-2007 , 05:17 PM
Im sorry, maybe i did smth wrong, but in Party i cannot use "pot bets" in the games with bets like 0,6$... But for integer bets it is working.

Btw, really great script!
PokerPad - AHK hotkey script Quote
11-10-2007 , 08:31 PM
Quote:
Im sorry, maybe i did smth wrong, but in Party i cannot use "pot bets" in the games with bets like 0,6$... But for integer bets it is working.

Btw, really great script!
The script assumes . will be the decimal separator. Using , as the decimal separator in programming is a bit difficult as float values have to use the .
PokerPad - AHK hotkey script Quote
11-11-2007 , 09:21 AM
Version 0.1.14 now supports pot bets for Absolute Poker. This is the only change from 0.1.13

Download here: http://www.autohotkey.net/~Xander/PokerPad/

Note: Chat must be set to all dealer messages for the script to get the pot amount for Absolute Poker.
PokerPad - AHK hotkey script Quote
11-11-2007 , 11:47 AM
Auto-reload is available for Full Tilt. The script is notified when the call or raise hotkey is used by PokerPad. So the use of PokerPad is required for it to auto reload.

It is part of the "add-on" scripts:
http://www.autohotkey.net/~Xander/PokerPad/#addons
PokerPad - AHK hotkey script Quote
11-12-2007 , 12:59 AM
Hey Xanderz

Just found your script. Its HUGE man, nice work! Problem is, nothing works for me.

Did you test it on Ongame ? It seems it wont enter any fraction bets, like 7,50 would be 750 and that can be bad on NL tables. Also the pot bet seems to add the 'bet'+' pot size' and enter that number which is of course incorrect.

Any help you can provide ? Im on redkings if it matters.
I would also like to make a donation if you accept it, if I can make it work. Im sure a lot more people would gladly ship donations since that script is SO bad ass.
PokerPad - AHK hotkey script Quote
11-12-2007 , 07:49 AM
Quote:
Did you test it on Ongame ? It seems it wont enter any fraction bets, like 7,50 would be 750 and that can be bad on NL tables. Also the pot bet seems to add the 'bet'+' pot size' and enter that number which is of course incorrect.
The script is not set up to handle , as the decimal separator. It assumes the decimal separator to be .

I am not sure I follow what you mean by "the pot bet seems to add the bet + pot size". Upon reviewing the code, it appears it is going to be under-betting because it does (cost + pot) * factor when it should be doing (cost + pot) * factor + cost.

In a $1/$2 game, if everyone folds to you on the button, the raise should be ($2 + $3) * factor + $2, which is $7 when then factor is 1 (pot bet). However, when you are on the big blind the raise should be ($0 + $4) * factor + $0 when the small blind limps into you. A bet of $4 here would make the actual bet $6. Is that not correct?
PokerPad - AHK hotkey script Quote
11-12-2007 , 08:28 AM
Concerning Ongame, it appears the "cost" will not be read as $0 when the amount is invisible (and thus, $0). This has been fixed for the next release.
PokerPad - AHK hotkey script Quote
11-12-2007 , 08:52 AM
Regarding Ongame betting

How can i fix the , & . use.

Will the next update work with , in the bet size amounts instead of the . ??
PokerPad - AHK hotkey script Quote
11-12-2007 , 11:07 AM
Quote:
Upon reviewing the code, it appears it is going to be under-betting because it does (cost + pot) * factor when it should be doing (cost + pot) * factor + cost.

In a $1/$2 game, if everyone folds to you on the button, the raise should be ($2 + $3) * factor + $2, which is $7 when then factor is 1 (pot bet). However, when you are on the big blind the raise should be ($0 + $4) * factor + $0 when the small blind limps into you. A bet of $4 here would make the actual bet $6. Is that not correct?
the second part is correct.
I play 2-4nl and when I try to open a pot for a PSB I get a 10$ instead of 14$. Seems like its bet+pot size * factor, only.
PokerPad - AHK hotkey script Quote
11-12-2007 , 01:03 PM
Quote:
Regarding Ongame betting

How can i fix the , & . use.

Will the next update work with , in the bet size amounts instead of the . ??
Go to Control Panel -> Region and Language Options (Icon) -> Regional Options (tab) -> Select an Enlgish setting (any English region should work)
PokerPad - AHK hotkey script Quote

      
m