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 08-13-2006, 07:25 AM
GutPunch GutPunch is offline
Senior Member
 
Join Date: Feb 2005
Location: IL
Posts: 1,353
Default AHK \"bet the pot\" Question

I am just starting to use the "bet the pot" script and AHK. I am wondering if there is a way to not actually bet the amount when the hotkey is pressed, and just have the amount that is to be bet displayed in the bet amount window..?

For example it is folded to me and I want to bet the pot, so I press my mouse wheel button, and it automatically bets the pot for me. I would rather have it display the amount that is to be bet automaticaly, then I actually have to press the raise to xx button.

Is this possible??

Thank you.
Reply With Quote
  #2  
Old 08-13-2006, 08:43 AM
captainwan captainwan is offline
Senior Member
 
Join Date: Nov 2005
Posts: 128
Default Re: AHK \"bet the pot\" Question

Try this code for the full pot bet:
I just changed the line Pot(id, 1, 2, 1, 1, "ssnl") to become Pot(id, 1, 2, 0, 1, "ssnl")


~MButton:: ;___ Bet full pot, round to 2dp, autobet, deduct rake, use 4xBB+1/limper
id := getid()
IfWinExist, ahk_id%id% ahk_group tables
{
Pot(id, 1, 2, 0, 1, "ssnl")
}
return
Reply With Quote
  #3  
Old 08-16-2006, 03:37 PM
GutPunch GutPunch is offline
Senior Member
 
Join Date: Feb 2005
Location: IL
Posts: 1,353
Default Re: AHK \"bet the pot\" Question

Thank you, this worked well.



I have another question. I want my openraise to be 3.5x BB + 1 BB/limper

How do I set this up??




6. open_adjust - allows an override of the pot-sized bet should action be
;___ pre-flop, and no one has raised - limpers are ignored.
;___ this allows for players to set a preferred adjustment
;___ in $ to apply when they are the opener.
;___ DEFAULT is 0 - no adjustment.
;___ SPECIAL OPTIONS: specify "ssnl" (with quotes) to adjust an
;___ openraise by 4xBB + 1 / limper - standard SSNL guidelines
Reply With Quote
  #4  
Old 08-16-2006, 03:50 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: AHK \"bet the pot\" Question

[ QUOTE ]
I have another question. I want my openraise to be 3.5x BB + 1 BB/limper

How do I set this up??




[/ QUOTE ]

Put a 0 (zero) instead of "ssnl" as the sixth parameter - no adjustment to pot-size equals 3.5BB + 1/limper.

dave.
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 10:34 AM.


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