Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   Bet pot script with side buttons any 1? (http://archives1.twoplustwo.com/showthread.php?t=477346)

halperin 08-14-2007 12:49 PM

Bet pot script with side buttons any 1?
 
Can any 1 link me or c/p a bet pot script that uses the two side buttons on the mouse for 3/4 and 2/3 or pot. Thanks

a nonymous 08-14-2007 01:12 PM

Re: Bet pot script with side buttons any 1?
 
What site?

http://overcards.com/wiki/moin.cgi/BetPot

HalvSame 08-14-2007 04:32 PM

Re: Bet pot script with side buttons any 1?
 
For when you want to set up the hotkeys; the side button hotkeys are probably named XButton1 and XButton2.

halperin 08-15-2007 01:54 AM

Re: Bet pot script with side buttons any 1?
 
how do i set them up? i go to eddit script but i dont get any of that code or where to type in what i want the buttoms to do.

HalvSame 08-15-2007 04:39 AM

Re: Bet pot script with side buttons any 1?
 
Edit the betpot_default_ahk file. See the Stars Bet Pot AHK? thread for details on how to set up hotkeys.

To make the buttons bet 2/3 and 3/4 pot on all streets use this <font class="small">Code:</font><hr /><pre>~Xbutton1::
Pot(getid(),"0.66")
return

~Xbutton2::
Pot(getid(),"0.75")
return</pre><hr />

halperin 08-15-2007 12:38 PM

Re: Bet pot script with side buttons any 1?
 
thank you [img]/images/graemlins/smile.gif[/img] is there a way to almost make it so preflop when i press the side button it raises pot? then post flop continues to do 3/4 and 2/3

HalvSame 08-15-2007 12:56 PM

Re: Bet pot script with side buttons any 1?
 
If by "almost" you mean "excactly" then yes [img]/images/graemlins/smile.gif[/img].

<font class="small">Code:</font><hr /><pre>~Xbutton1::
Pot(getid(),"0.66", , "1 0.75 0.75 0.75")
return</pre><hr />Makes it bet pot pre, 75% of pot on flop, turn, river. You really should take a look at that other thread for examples on how to set up the hotkeys though, everything is explained in there.


All times are GMT -4. The time now is 07:06 PM.

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