Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-20-2007, 04:12 PM
Al4as Al4as is offline
Member
 
Join Date: Mar 2007
Posts: 85
Default Re: PokerPad - AHK hotkey script

Hey X,

Still the same problem for me on Ongame... if the pot is 13,80 : PSB is 1400$

I tried using ',' or '.' in the options, doesnt change anything. Do I have to set in the control panel, language, etc to , or . ? If it matters ?
Reply With Quote
  #2  
Old 11-20-2007, 05:46 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
Hey X,

Still the same problem for me on Ongame... if the pot is 13,80 : PSB is 1400$

I tried using ',' or '.' in the options, doesnt change anything. Do I have to set in the control panel, language, etc to , or . ? If it matters ?

[/ QUOTE ]
Changing any settings in the control panel won't help. I cannot get my Ongame client to display , as the decimal separator so I was unable to test it. It should now be fixed in version 0.1.18 that is now available for download:
http://www.autohotkey.net/~Xander/PokerPad/
Reply With Quote
  #3  
Old 11-21-2007, 10:59 AM
GoodFriend19 GoodFriend19 is offline
Junior Member
 
Join Date: Nov 2007
Posts: 21
Default Re: PokerPad - AHK hotkey script

This problem work with delay for me @ PokerStars. Well i told about problem with blinding xbutton1/2 MButton for fold check raise ( sometimes i need to click 1-3 times to turn this action on when im w8ing my turn to act ) now it fixed but work with delay. Same big delay with scroll ( bet pot via mouse scroll ) if i want all-in befor with 0.1.15 version i just move my scroll a lot of time UP and i usuale have full amount at box. Now with same action it raising very slow and if i turn active another window it gonna continue raise amount at another table. Sorry my english is bad but i hope you understand me. Sad but im gonna back to 0.1.15 with bad working call/fold/raise buttons in w8ing to act mode.
Reply With Quote
  #4  
Old 11-21-2007, 11:02 AM
GoodFriend19 GoodFriend19 is offline
Junior Member
 
Join Date: Nov 2007
Posts: 21
Default Re: PokerPad - AHK hotkey script

One more problem Timers.ahk addon dont work for me, i have this mistake -|| #include file "includes/function.ahk" cannot be opened ||
Reply With Quote
  #5  
Old 11-22-2007, 05:52 AM
hallo! hallo! is offline
Senior Member
 
Join Date: Jul 2007
Posts: 366
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
One more problem Timers.ahk addon dont work for me, i have this mistake -|| #include file "includes/function.ahk" cannot be opened ||

[/ QUOTE ]

I think it doesnt work with the compiled version. make sure you use the scripted version and have both scripts in one folder?
Reply With Quote
  #6  
Old 11-22-2007, 09:17 AM
GoodFriend19 GoodFriend19 is offline
Junior Member
 
Join Date: Nov 2007
Posts: 21
Default Re: PokerPad - AHK hotkey script

Thank you hallo! im not tested yet but looking like it working well, cuz no error. What diffrence between Compiled and Script versions ? Btw i dont have tray icon is it ok ?
Reply With Quote
  #7  
Old 11-24-2007, 10:50 PM
HighSteaks HighSteaks is offline
Senior Member
 
Join Date: Aug 2006
Location: Australia
Posts: 658
Default Re: PokerPad - AHK hotkey script

Hi Xanderz,

Would it be possible to make one button for pot or fraction of pot on each street. Say for example the mouse button (MButton) being pot preflop for initial PFR, then 85% of pot for cbet on flop, 70% or so for follow up turn bet and then maybe 50% for river value bet. Then we could go to the other keys for specific variations. That way most of your actions stay with the mouse. [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #8  
Old 11-25-2007, 07:04 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
Thank you hallo! im not tested yet but looking like it working well, cuz no error. What diffrence between Compiled and Script versions ? Btw i dont have tray icon is it ok ?

[/ QUOTE ]I don't know if the timer script works properly on Poker Stars, just and FYI..

Also, please be sure to read the "Add-On Scripts" section, especially:[ QUOTE ]
If you wish to run these scripts independent of PokerPad, the #NoTrayIcon line should be edited out so that they can be closed. Otherwise, if they are loaded by PokerPad, PokerPad will close them when PokerPad is closed.

[/ QUOTE ]
Reply With Quote
  #9  
Old 11-25-2007, 01:22 PM
diggla diggla is offline
Senior Member
 
Join Date: Mar 2007
Posts: 113
Default Re: PokerPad - AHK hotkey script

Excellent script and thanks for your work!

I found a bug with Ongame. There are 2 separators for this network. The '.' is the standard separator for values of >= 1000. 1000 will be displayed as 1.000 in game. There is also a decimal separator which is ',' for my language setting. But PokerPad will interpret a pot size of e.g. 1.864 as 1,86 and a potsize bet would be around $1 instead of $1864.

So you need to differentiate between the separator for 1.000 and the decimal separator.

Here is a workaround if your decimal separator is ',' and values are displayed as e.g. 1.234,56

There is one line added after the ;xxx comment:

<font class="small">Code:</font><hr /><pre>
Ongame_CurrencyToFloat(amount) {
local s := InStr(amount, A_Space) + 1
amount := SubStr(amount, s)
;xxx remove 1.000 separator
StringReplace, amount, amount, .
if Ongame_Separator
StringReplace, amount, amount, % Ongame_Separator, .
return CurrencyToFloat(amount)
}
</pre><hr />
Reply With Quote
  #10  
Old 11-25-2007, 07:21 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
This problem work with delay for me @ PokerStars. Well i told about problem with blinding xbutton1/2 MButton for fold check raise ( sometimes i need to click 1-3 times to turn this action on when im w8ing my turn to act ) now it fixed but work with delay. Same big delay with scroll ( bet pot via mouse scroll ) if i want all-in befor with 0.1.15 version i just move my scroll a lot of time UP and i usuale have full amount at box. Now with same action it raising very slow and if i turn active another window it gonna continue raise amount at another table. Sorry my english is bad but i hope you understand me. Sad but im gonna back to 0.1.15 with bad working call/fold/raise buttons in w8ing to act mode.

[/ QUOTE ]
Hotkeys should be considerably faster in 0.1.19.

[ QUOTE ]
Excellent script and thanks for your work!

I found a bug with Ongame. There are 2 separators for this network. The '.' is the standard separator for values of &gt;= 1000. 1000 will be displayed as 1.000 in game. There is also a decimal separator which is ',' for my language setting. But PokerPad will interpret a pot size of e.g. 1.864 as 1,86 and a potsize bet would be around $1 instead of $1864.

So you need to differentiate between the separator for 1.000 and the decimal separator.

[/ QUOTE ]
Version 0.1.19 has been modified to account for this. You now change the Format field (in Settings Window) from $1,000.00 to $1.000,00 or whatever is appropriate. You can also change the $ sign if that ever is/becomes necessary.

Edit: Link to download the latest version:
http://www.autohotkey.net/~Xander/PokerPad/
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:51 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.