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
  #1591  
Old 10-06-2007, 08:40 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Betpot for Stars

[ QUOTE ]

i can run the BetPot-v0.2s script - does this feed off the other one without running it or what?


[/ QUOTE ]

Yes, it imports all the hotkeys from it.

[ QUOTE ]

i just want to be able to bet 3.5 times the bb preflop.


[/ QUOTE ]

Read my post a few up - Demon's way *will* work, but it does so by counteracting the "ssnl" modifier. The "correct" method is not to use the "ssnl" modifier in the first place.

Post again if you need more guidance.

dave.
Reply With Quote
  #1592  
Old 10-06-2007, 08:48 PM
staring_elf staring_elf is offline
Senior Member
 
Join Date: Jun 2006
Posts: 212
Default Re: Betpot for Stars

[ QUOTE ]
[ QUOTE ]

i can run the BetPot-v0.2s script - does this feed off the other one without running it or what?


[/ QUOTE ]

Yes, it imports all the hotkeys from it.

[ QUOTE ]

i just want to be able to bet 3.5 times the bb preflop.


[/ QUOTE ]

Read my post a few up - Demon's way *will* work, but it does so by counteracting the "ssnl" modifier. The "correct" method is not to use the "ssnl" modifier in the first place.

Post again if you need more guidance.

dave.

[/ QUOTE ]

hmmm, must be somethig else wrong then because it doesn't do anything when i change it according to demons post.

can you answer the part of my last post that i edited dave? cheers.
Reply With Quote
  #1593  
Old 10-06-2007, 08:58 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Betpot for Stars

[ QUOTE ]

hmmm, must be somethig else wrong then because it doesn't do anything when i change it according to demons post.


[/ QUOTE ]

Change it according to mine, so you have:
<font class="small">Code:</font><hr /><pre>~Mbutton::
Pot(getid(),"1")
return</pre><hr />

This will get you a perfect pot sized raise always (on middle mouse button, that is).


[ QUOTE ]

scroll up with the mouse wheel in increments of the sb instead of increments of the bb as it currently does. any way to do this from the script?


[/ QUOTE ]

Easy way: Hold CTRL while scrolling. The defaults in the script wave CTRL+Wheel to scroll in SBs.

If you want it to *always* scroll in SBs - take a look at the ^WheelUp:: and ^WheelDown:: hotkeys in the betpot_default_hotkeys.ahk file, and edit the ones without the ^ to the same. The ^ symbol specifies CTRL and - if that makes sense.

[ QUOTE ]

it doesn't do anything when i change it


[/ QUOTE ]

You will have to reload the script after changing the hotkeys - it only imports on startup - maybe that is the issue? Demon's way is not ideal however, an may or may not work properly at different stakes. Removing the modifiers will work whatever you play.

dave.
Reply With Quote
  #1594  
Old 10-06-2007, 09:07 PM
staring_elf staring_elf is offline
Senior Member
 
Join Date: Jun 2006
Posts: 212
Default Re: Betpot for Stars

changed a few settings that you recommended. now when i scroll up the bet box jumps straight to zero. anything wrong you can see here?

;------------ START OF HOTKEY SETUP SECTION --------------------

~MButton::
Pot(getid(),"1")
return

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

^MButton::
Pot(getid(),"0.85", "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")
return


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

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

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

^WheelDown::
AlterAmount(getid(),"down", "1" "sb")
return
Reply With Quote
  #1595  
Old 10-06-2007, 09:11 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Betpot for Stars

You are missing a comma in your WheelUp:: and WheelDown:: commands, and there should be no quotes around the 1.

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

is correct format.
Reply With Quote
  #1596  
Old 10-06-2007, 09:16 PM
staring_elf staring_elf is offline
Senior Member
 
Join Date: Jun 2006
Posts: 212
Default Re: Betpot for Stars

Dave you are a legend. i got it working. thanks for your help man.
Reply With Quote
  #1597  
Old 10-06-2007, 11:41 PM
disco_stu1978 disco_stu1978 is offline
Senior Member
 
Join Date: Nov 2005
Posts: 291
Default Re: Betpot for Stars

god I love you dave. My hero!!

monies finally shipped for all the hard work, it might not be much....but one day I may be more BALLIN' [img]/images/graemlins/laugh.gif[/img]
Reply With Quote
  #1598  
Old 10-07-2007, 10:25 AM
Upgrade_U Upgrade_U is offline
Senior Member
 
Join Date: May 2007
Location: .EE
Posts: 327
Default Re: Betpot for Stars

Still, I would like to have my pfr at FTP 4xbb+1/limper instead of 3xBB+1/limper but I don't have the skills to change it
Reply With Quote
  #1599  
Old 10-07-2007, 02:22 PM
donkraft donkraft is offline
Senior Member
 
Join Date: Sep 2005
Location: donkraftpoker.com
Posts: 316
Default Re: Betpot for Stars

Is anybody else having problems on Party with the mousewheel when amounts exceed 1000? Then the betting amount is set to 0.

This happened earlier with the PartySngHelper, but was fixed...
Reply With Quote
  #1600  
Old 10-07-2007, 03:31 PM
chumofchance chumofchance is offline
Senior Member
 
Join Date: Jan 2007
Location: just discovered buffy, no time for poker
Posts: 123
Default Re: Betpot for Stars

I'm an ahk noob, so maybe this is easy to do: I'd like to be able to automatically activate whichever stars table my mouse is hovering over (FT shortcuts does this really well).

Any suggestions? If I could get this working the script would be perfect!
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 11:38 AM.


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