Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 09-18-2006, 01:00 AM
Boquense Boquense is offline
Senior Member
 
Join Date: Nov 2005
Location: Buenos Aires, Argentina
Posts: 777
Default AHK Bet Pot Error...

As far as these AHK scrips go I'm quite inept, and keep getting this error when I use my 3/4 pot bet hotkey.

"cannot find the file programfiles/partygaming/partypoker/partypoker.hlp Help File. Do you want to try and find this file yourself?"

I don't get the error while using my full potsized bet hotkey, and the 3/4 pot hotkey actually works, it's just that the error message pops up every time.

Here are the portions of my script which pertain to these two macros.

~F1:: ;___ Bet 3/4 pot, round to SB, no autobet, deduct rake.
id := getid()
IfWinExist, ahk_id%id% ahk_group tables
{
Pot(id, 3/4, "smallblind", 0, 1)
}
return


~F2:: ;___ Bet full pot, round to 2dp, no autobet, deduct rake, use 3.5xBB+1/limper
id := getid()
IfWinExist, ahk_id%id% ahk_group tables
{
Pot(id, 1, 2, 0, 0, "ssnl")
}
return

Does anyone see anything wrong? Remember, I'm a complete retard. Thanks.

Oh and also, my bet pot hotkey raises to 4x BB per/limper even though I changed it to 3.5bb in the script. For the life of me I can't figure out why.
Reply With Quote
  #2  
Old 09-18-2006, 10:09 AM
captainwan captainwan is offline
Senior Member
 
Join Date: Nov 2005
Posts: 128
Default Re: AHK Bet Pot Error...

you should post the modified code for the 3.5bb PF raise to see if it is correctly coded.
Reply With Quote
  #3  
Old 09-18-2006, 10:50 AM
CASSHERN CASSHERN is offline
Senior Member
 
Join Date: Jun 2005
Location: Montreal
Posts: 459
Default Re: AHK Bet Pot Error...

For F1, it's because it's associated to the Party Help Files - which don't exist. It's not a AHK error. It's like when you press F1 in word, the help comes up ...

As for the other "error", in the parameter you specified "SSNL". This is 4bb+1 per limper. Where you changed it is only the comments and doesn't affect the script. Everything after ;____ is a comment ....

I'm not sure where you can change that ...
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 02:22 PM.


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