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: poll
< 1K 24 28.57%
1-10K 18 21.43%
10-100K 11 13.10%
100-500K 6 7.14%
500-1000K 3 3.57%
> 1000K 22 26.19%
Voters: 84. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #1311  
Old 08-08-2007, 09:07 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Is there a fix for the All in middle click on the new AHK?

[/ QUOTE ]

Not sure what you mean by this... it is going allin on an MButton for you? It certainly should not be.

Please elaborate.

dave.
Reply With Quote
  #1312  
Old 08-08-2007, 09:08 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
One thing, where do I adjust my pfr amount? It used to be 4bbs now it's three.

[/ QUOTE ]

Edit the (now seperate) file betpot_default_hotkeys.AHK in the top BetPot folder as desired [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #1313  
Old 08-08-2007, 09:41 PM
sdplayerb sdplayerb is offline
Senior Member
 
Join Date: Dec 2002
Location: Buenos Aires
Posts: 1,481
Default Re: Stars Bet Pot AHK ?

That did it! thanks
Reply With Quote
  #1314  
Old 08-09-2007, 01:48 AM
Euphoricism Euphoricism is offline
Junior Member
 
Join Date: Jun 2006
Posts: 10
Default Re: Stars Bet Pot AHK ?

Lost it on the stars update it seems. Redownloaded at overcards, but no change.

Please advise?

~Euph
Reply With Quote
  #1315  
Old 08-09-2007, 08:20 AM
urgs1 urgs1 is offline
Junior Member
 
Join Date: Jan 2007
Posts: 1
Default Re: Stars Bet Pot AHK ?

jup, its not working anymore after auto-updating the Pokerstars software.

An Updated script would be nice. Thank you very much.
Reply With Quote
  #1316  
Old 08-09-2007, 12:22 PM
Euphoricism Euphoricism is offline
Junior Member
 
Join Date: Jun 2006
Posts: 10
Default Re: Stars Bet Pot AHK ?

overcards wiki has been updated to version r, grab that, should work.

After downloading r, don't continue to use version q and instant message everyone you know going "WHY THE HELL WONT IT WORK? I CANT PLAY WITHOUT IT OMG"

You'll look, and feel, like an idiot.

Trust me.
Reply With Quote
  #1317  
Old 08-09-2007, 06:12 PM
Noam Chomsky Noam Chomsky is offline
Senior Member
 
Join Date: Jun 2006
Posts: 919
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
One thing, where do I adjust my pfr amount? It used to be 4bbs now it's three.

[/ QUOTE ]

Edit the (now seperate) file betpot_default_hotkeys.AHK in the top BetPot folder as desired [img]/images/graemlins/smile.gif[/img]

dave.

[/ QUOTE ]

Thanks...thing is, I'm dumb. What I want is for my right click to be 4bbs + 1 for each limper. Where in here do I make that change...all help appreciated, sorry I'm slow:
;------------ START OF HOTKEY SETUP SECTION --------------------

~MButton::
Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
return

F18::
Pot(getid(),"1 0.8 0.8 0.8", "smallblind", 0, 0)
return

^MButton::
Pot(getid(),"1", "smallblind", 0, 0)
return

^!MButton::
Pot(getid(),"999", 1, 0, 0)
return

~RButton::
Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 0)
return


WheelUp::
AlterAmount(getid(),"up")
return

WheelDown::
AlterAmount(getid(),"down")
return

^WheelUp::
AlterAmount(getid(),"up", 1, "sb")
return

^WheelDown::
AlterAmount(getid(),"down", 1, "sb")
return


F13::
Fold(getid())
return

^F14::
Call(getid())
return

F14::
Raise(getid())
return


F15::
AlterAmount(getid(),"up", 0.1, "pot")
return

F16::
AlterAmount(getid(),"down", 0.1, "pot")
return

^F15::
AlterAmount(getid(),"up", 0.05, "pot")
return

^F16::
AlterAmount(getid(),"down", 0.05, "pot")
return

;PS3 SixAxis
/*

Joy11:: ; L1
Fold(getid())
return

Joy12:: ; R1
Fold(getid())
return


Joy5:: ;DPAD up
Pot(getid(),"1", "bigblind", "ssnl", 0)
return

Joy8:: ; DPAD left
Fold(getid())
return

Joy7:: ; DPAD down
Call(getid())
return

Joy6:: ; DPAD right
Raise(getid())
return


Joy15:: ; X
Pot(getid(),"1", "bigblind", "ssnl", 0)
return

Joy16:: ; SQUARE
Pot(getid(),"0.66", "smallblind", "ssnl", 0)
return

Joy14:: ; CIRCLE
Pot(getid(),"0.75", "smallblind", "ssnl", 0)
return

Joy13:: ; TRIANGLE
Pot(getid(),"1.4", "bigblind", "ssnl", 0)
return

*/
;-------------- END OF HOTKEY SETUP SETCTION --------------------
Reply With Quote
  #1318  
Old 08-09-2007, 07:32 PM
Euphoricism Euphoricism is offline
Junior Member
 
Join Date: Jun 2006
Posts: 10
Default Re: Stars Bet Pot AHK ?

Clicking the scroll wheel does 4x+1 for me.
Reply With Quote
  #1319  
Old 08-09-2007, 08:08 PM
HighSteaks HighSteaks is offline
Senior Member
 
Join Date: Aug 2006
Location: Australia
Posts: 658
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
One thing, where do I adjust my pfr amount? It used to be 4bbs now it's three.

[/ QUOTE ]

Edit the (now seperate) file betpot_default_hotkeys.AHK in the top BetPot folder as desired [img]/images/graemlins/smile.gif[/img]

dave.

[/ QUOTE ]

Thanks...thing is, I'm dumb. What I want is for my right click to be 4bbs + 1 for each limper. Where in here do I make that change...all help appreciated, sorry I'm slow:


[/ QUOTE ]

How can someone called Noam Chomsky be dumb, anyway, whatever-

Your right click is the ~rbutton:: line- your middle button is the ~mbutton:: which is set up for the 4X + 1 per limper. So what you have under rbutton needs to be put below mbutton and vice versa and their roles will be switched. So you will finish with-

~RButton::
Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
return

~MButton::
Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 0)
return

Save this in your betpot default keys file and keep that for future updates.
Reply With Quote
  #1320  
Old 08-09-2007, 10:56 PM
T.Arnold T.Arnold is offline
Junior Member
 
Join Date: Feb 2007
Posts: 13
Default Re: Stars Bet Pot AHK ?

$10 donation. thanks for your efforts 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 08:58 AM.


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