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
  #1491  
Old 09-19-2007, 04:27 PM
beach_bum beach_bum is offline
Senior Member
 
Join Date: Jun 2003
Posts: 198
Default Re: Stars Bet Pot AHK ?

Hi,
I've downloaded it and it seems to be working although I need to test a bit more. These questions apply to PokerStars only. Can you please tell me how I can change a few things:

1. How can I use the up and down arrows for increments instead of the wheel?

2. Where in the script do I change the percentages of the pot that will be bet on various streets.

3. Is it possible to assign F1, F2, etc. to pot percentages. i.e. pressing F1 bets 100%, pressing F2 bets 67%?

4. Is there any gui available for this script?

Thanks
Reply With Quote
  #1492  
Old 09-19-2007, 04:50 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi,

[ QUOTE ]

These questions apply to PokerStars only.


[/ QUOTE ]

The configuration is the same across all sites, so these answers apply to all [img]/images/graemlins/smile.gif[/img]

[ QUOTE ]

1. How can I use the up and down arrows for increments instead of the wheel?

2. Where in the script do I change the percentages of the pot that will be bet on various streets.

3. Is it possible to assign F1, F2, etc. to pot percentages. i.e. pressing F1 bets 100%, pressing F2 bets 67%?


[/ QUOTE ]

Open the file "betpot_default_hotkeys.AHK", using notepad or another text editir (I like PSPad, since it syntax colours the code making it much easier to read.

All will become clear when you read this file I hope - you need to make edits / additions to the hotkeys set up here, save, then reload the main script file.

1) You need to edit The WheelUp:: and WheelDown:: hotkeys, so they are triggered by Up:: and Down:: instead - easy [img]/images/graemlins/smile.gif[/img]

2) Each hotkey calling a Pot command has a quoted section, e.g. "1 0.75 0.66 0.66" - these are pre/flop/turn/river - change to your liking, they must be decimal notation.

3) same as 1) there are many Fx key examples in the default file.

[ QUOTE ]

4. Is there any gui available for this script?


[/ QUOTE ]

That is version 3 new feature, long been in the making and not fully operational just yet - but it will have to be soon, I'm running out of letters for 2.x releases [img]/images/graemlins/smile.gif[/img]

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

[ QUOTE ]

Im having a problem with a new setup I just got.. Specifically the mouse I just purchased... It is a logitech and uses the setpoint software.


[/ QUOTE ]

I have an MX Revolution [img]/images/graemlins/smile.gif[/img] most all the buttons are useless to AHK, using only SetPoint.

You need to install UberOptions.

Read the lined page, it will unlock your mouse. Don't bother with any of the included AHK scripts, they have no relevance to BetPot.

Once done, you can then set all the buttons to send standard clicks, keystrokes or whatever you like - I have all my extra buttons mapped to f-Keys &gt; F12, so they don't iterfere with any other apps - and then bind them to various BetPot functions and other scripting things.

dave.
Reply With Quote
  #1494  
Old 09-19-2007, 04:58 PM
beach_bum beach_bum is offline
Senior Member
 
Join Date: Jun 2003
Posts: 198
Default Re: Stars Bet Pot AHK ?

Silly me, I was looking in the main script and forgot that I also downloaded the betpot_default_hotkeys.ahk script.

I'll give it a try and get back to you if I still have problems.

Thanks!
Reply With Quote
  #1495  
Old 09-19-2007, 05:19 PM
fabito fabito is offline
Junior Member
 
Join Date: Sep 2007
Posts: 3
Default Re: Stars Bet Pot AHK ?

i modified it to use with a PS2-like USB gamepad. it worked like a charm. but i only assigned buttons. i don't know how to assign the directional and analog.

how can i - for example - assign the directional up/down to +1BB -1BB ?

thanks in advance [img]/images/graemlins/smile.gif[/img]
(hope you can understand my poor english)
Reply With Quote
  #1496  
Old 09-20-2007, 02:21 AM
beach_bum beach_bum is offline
Senior Member
 
Join Date: Jun 2003
Posts: 198
Default Re: Stars Bet Pot AHK ?

Hi Dave,
Can you please explain what this notation means:

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

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


what does the tilde, the exclamation mark, and the carrot mean?

Thanks
Reply With Quote
  #1497  
Old 09-20-2007, 08:54 AM
k3ys3r k3ys3r is offline
Senior Member
 
Join Date: Feb 2007
Location: Nite Owl
Posts: 142
Default Re: Stars Bet Pot AHK ?

new PartyPoker update today. seems, that the scrollwheel doesn't work anymore.
Reply With Quote
  #1498  
Old 09-20-2007, 10:03 AM
k3ys3r k3ys3r is offline
Senior Member
 
Join Date: Feb 2007
Location: Nite Owl
Posts: 142
Default Re: Stars Bet Pot AHK ?

seems, i have made a mistake. the script works perfect (now).
Reply With Quote
  #1499  
Old 09-20-2007, 04:57 PM
LuckyDevil LuckyDevil is offline
Senior Member
 
Join Date: Jan 2005
Posts: 722
Default iPoker

Does the iPoker portion of this script still work?

I recently switched from Stars (where the script worked perfectly), to Titan (iPoker network). I can't seem to get it to work there. I am however able to get Butcha's AHK script to work, but it doesn't have the options to set the bet size on certain streets, it always bets pot.

Willing to donate (as i have in the past) to get this part working for me.

P.S. I'm using Vista, but i've turned off almost all the pretty Vista graphical features (but maybe their is one i missed thats causing the problem) and have no problems running most other AHK scripts.

Thanks.
Reply With Quote
  #1500  
Old 09-20-2007, 07:43 PM
demon102 demon102 is offline
Senior Member
 
Join Date: Sep 2006
Location: magically delicious
Posts: 3,275
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Nervermind.

I uninstalled everything (stars, ahk, scripts), installed evertything again and now it's working.

I'm using pokerstars with hypersimple theme.

I would like to thank you for these great scripts. I'm addicted to them. It's a pain to play poker without them. Great job.

[/ QUOTE ]

because of this post I uninstalled everything (script and site) and now its working fine now
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 07:20 PM.


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