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
  #261  
Old 11-17-2006, 08:34 PM
thejerkface thejerkface is offline
Senior Member
 
Join Date: Mar 2006
Location: I has a pair, I is all-in
Posts: 693
Default Re: Stars Bet Pot AHK ?

Another thing that's been going on since version 0.1b is that now all bet amounts postflop include decimal points. In the past, a 2/3 pot bet would round to $50, now it'll be something like $50.29.
Reply With Quote
  #262  
Old 11-18-2006, 07:02 AM
younggunz younggunz is offline
Senior Member
 
Join Date: Oct 2005
Posts: 162
Default Re: Stars Bet Pot AHK ?

aargh, I have been trying to get this script working for a few hrs now to no avail. I am using:
Hyper simple theme
Version 0.1b
Windows classic 32 bit

I tried changing the debug from 0 to 1 and it makes no difference. The only thing I can think of is the Starspic folder that you included in the download. What am I supposed to do with those images? I looked everywhere in the PS folder and could not find a place for them?
Reply With Quote
  #263  
Old 11-18-2006, 03:24 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi Younggunz,
[ QUOTE ]

I tried changing the debug from 0 to 1 and it makes no difference.


[/ QUOTE ]
It should produce some status information in the system tray - does it not? If so, what does it say?

[ QUOTE ]

The only thing I can think of is the Starspic folder that you included in the download. What am I supposed to do with those images?

[/ QUOTE ]

This should be in the same place as the script is running from. If you extract the zip to a folder, run the script from there, all should be in the correct place.

dave.
Reply With Quote
  #264  
Old 11-18-2006, 03:33 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi thejerkface,
[ QUOTE ]

whenever I right-click a Stars table (bet pot button), nothing happens. All the other assigned buttons (I have several) still work fine. Any idea on why this one stopped working?

[/ QUOTE ]

[ QUOTE ]
Another thing that's been going on since version 0.1b is that now all bet amounts postflop include decimal points. In the past, a 2/3 pot bet would round to $50, now it'll be something like $50.29.

[/ QUOTE ]

Probably there is something gone awry in the commands for these hotkeys, such that one doesn't work at all, and the other has the rounding parameter set different than you would like. Default rounding is 2dp IIRC.

If you would post the problem hotkeys here, I'll see if I can spot anything.

In case I'm not clear, I mean just this bit:

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

but for your problematic buttons.

dave.
Reply With Quote
  #265  
Old 11-18-2006, 03:39 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi TheProdigy_4,

[ QUOTE ]

Can I turn on autobet?


[/ QUOTE ]

you sure can, if you have used it enough without autobet that are confident it will get the amount right [img]/images/graemlins/smile.gif[/img]

Autobet is controlled by the fifth parameter in the hotkey defenition, e.g.

-------------------------------------------------------------
~RButton::
Pot(getid(),"1 0.75 0.66 0.5", "smallblind", "ssnl", <font color="red">0</font>)
return
-------------------------------------------------------------

the red number is autobet on/off - zero for off, 1 for on. Change this and it will autobet.

[ QUOTE ]

Also, can I possibly just turn it on only for preflop action if I want?

[/ QUOTE ]

You could do this by editing the main Pot function of the code, but it is probably easier to just create a duplicate hotkey, but with a CTRL modifier or something convenient to you, and a different autobet flag. This way you could have MButton=3/4 pot, CTRL+MButton=2/4 pot + autobet).

dave.
Reply With Quote
  #266  
Old 11-18-2006, 03:53 PM
younggunz younggunz is offline
Senior Member
 
Join Date: Oct 2005
Posts: 162
Default Re: Stars Bet Pot AHK ?

Woohoo it works now!!!. I wasn't running the script from the folder that I downloaded. Now I am and it works perfectly! Once again, thanks dave! ETA on fixing the PP betpot? I seriously think you should start a business for this stuff similiar to Pokerace and Pokertracker. This software is just as valuable and requires the same amount of support so why not make some $ off of it. I am crippled without this stuff.
Reply With Quote
  #267  
Old 11-18-2006, 06:49 PM
thejerkface thejerkface is offline
Senior Member
 
Join Date: Mar 2006
Location: I has a pair, I is all-in
Posts: 693
Default Re: Stars Bet Pot AHK ?

dave,
The pot button seems to have resolved itself. In my most recent session, the pot button worked fine. However, I still have issues with making bets with decimal points. Also, in this most recent session, my 2/3 and ~3/4 pot buttons were acting buggy. Occasionally, they would bet near pot or overbet the pot. Other times, they would work fine. I'll post my hotkeys below. I have a MX1000 and have assigned the different bet amounts certain F functions and then used uberoptions to assign those functions to the corresponding mouse keys while PokerStars is running. These are my Hot key assignments:

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

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

F4::
Pot(getid(),"0.78", "smallblind", "ssnl", 1)
return

F5::
Pot(getid(),"0.66", "smallblind", "ssnl", 1)
return

F6::
Pot(getid(),"0.5", "smallblind", "ssnl", 1)
return

F7::
Pot(getid(),"0.33", "smallblind", "ssnl", 1)
return

F8::
Pot(getid(),"1.2", "smallblind", "ssnl", 0)
return
Reply With Quote
  #268  
Old 11-19-2006, 04:29 PM
Clayton Clayton is offline
Senior Member
 
Join Date: Oct 2004
Location: 1 time
Posts: 14,710
Default Re: Stars Bet Pot AHK ?

every time i try and use the pot button, it zeros out in the betting bar, ie 0.000000000

and ive looked through this entire thread... [img]/images/graemlins/frown.gif[/img]

using windows default theme &amp; 36 colors &amp; hyper simplified theme
Reply With Quote
  #269  
Old 11-19-2006, 04:31 PM
Clayton Clayton is offline
Senior Member
 
Join Date: Oct 2004
Location: 1 time
Posts: 14,710
Default Re: Stars Bet Pot AHK ?

also when i try preflop potting it goes like this

0.150000
Reply With Quote
  #270  
Old 11-19-2006, 05:53 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi Clayton,

[ QUOTE ]

using windows default theme

[/ QUOTE ]

You need to use "Windows Classic" - looks like Windows2000, not XP default. Or are you doing this already?

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 05:05 PM.


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