Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software

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
  #301  
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
  #302  
Old 11-21-2007, 11:32 PM
DoubleUK DoubleUK is offline
Junior Member
 
Join Date: Nov 2007
Posts: 3
Default PokerPad Add-On script

Hi Xanderz,

I just installed PokerPad Version 0.1.17. This fantastic Script is exactly what I´ve been looking for.
The FullTiltTableRotator Add-On Script gave me the best Multitable session ever.

Question: Are you planing a PokerStarsTableRotator? That would be great!!
If not, is it possible (for a non-programer) to edit the FullTilt Script? If so. could you please give me some advise. Thanks in advance

DoubleUK
Reply With Quote
  #303  
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
  #304  
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
  #305  
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
  #306  
Old 11-25-2007, 12:36 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]

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.


[/ QUOTE ]

hmm, somewhere exists this script already [img]/images/graemlins/frown.gif[/img]
Reply With Quote
  #307  
Old 11-25-2007, 01:10 AM
HighSteaks HighSteaks is offline
Senior Member
 
Join Date: Aug 2006
Location: Australia
Posts: 658
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
[ QUOTE ]

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.


[/ QUOTE ]

hmm, somewhere exists this script already [img]/images/graemlins/frown.gif[/img]

[/ QUOTE ]

I play on Everest for the most part [img]/images/graemlins/cool.gif[/img]
Reply With Quote
  #308  
Old 11-25-2007, 01:23 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
I play on Everest for the most part

[/ QUOTE ]

Well then that's fair enough [img]/images/graemlins/smile.gif[/img]

No chance of me supporting Everest any time soon. Would have been nice if you said "like BetPot does", but nevermind.

Sorry, I am AHK tilted right now [img]/images/graemlins/frown.gif[/img]

Wasted ~1 month trying to get a script working properly, finally given up.. PrintWindow function is just far too slow for my plans [img]/images/graemlins/frown.gif[/img]
Reply With Quote
  #309  
Old 11-25-2007, 11:18 AM
Smile Smile is offline
Member
 
Join Date: Apr 2007
Posts: 51
Default Re: PokerPad - AHK hotkey script

I use BetPot exactly because of that [img]/images/graemlins/smile.gif[/img] Thanks Dave.
Reply With Quote
  #310  
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
Reply

Thread Tools
Display Modes

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 01:02 AM.


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