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
  #71  
Old 10-25-2006, 03:17 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]

Anyway to make left click or middle click on the flop be 80% bet, that was the mose useful part of the old script.


[/ QUOTE ]

This version lets you set different bet amounts, per street, for each button (I only have a 3 button mouse [img]/images/graemlins/smile.gif[/img] )

I the default code, MButton:: is as follows:

Pot(getid(), <font color="blue">"1 1 0.75 0.66"</font>, "smallblind", "ssnl", 0)

The highlighted <font color="blue">blue</font> section os what you want to change to alter bet amounts, these numbers, seperated by a space, are fractions of pot to bet PRE / FLOP / TURN / RIVER, so in this setting it is full pot preflop, full pot the flop, 3/4 pot on the turn and a 2/3 bet on the river.

Play about with these numbers until it is to your liking [img]/images/graemlins/smile.gif[/img]

They MUST be specified in decimal notation for it to work, for some reason.

dave.
Reply With Quote
  #72  
Old 10-25-2006, 03:24 PM
AEKDBet AEKDBet is offline
Senior Member
 
Join Date: Aug 2004
Location: drunk and spermless
Posts: 1,782
Default Re: Stars Bet Pot AHK ?

If I change the round amount from small blind to say 5 dollars, eg 5, does it need to be a string?

I guess yes, but just checking.
Reply With Quote
  #73  
Old 10-25-2006, 03:24 PM
AEKDBet AEKDBet is offline
Senior Member
 
Join Date: Aug 2004
Location: drunk and spermless
Posts: 1,782
Default Re: Stars Bet Pot AHK ?

Also Dave here is an example of what the Stars problem people are experiencing.
Notive the bottom table/Debug.

Reply With Quote
  #74  
Old 10-25-2006, 03:52 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi AEKDBet,

[ QUOTE ]

If I change the round amount from small blind to say 5 dollars, eg 5, does it need to be a string?

I guess yes, but just checking.


[/ QUOTE ]

Either option (quoted string or unquoted decimal) should work, I have only tested with quoted "ssno" or "tourney" rules, and unquoted decimals 0.2 and 3, I tested.

The screen shots are helpful, but jpeg compression and/or resizing has made it all but impossible to imagematch-test on them.

Any chance of posting a PNG screenshot of the slider area?

From the screenshot, it looks like it should work fine, but obviously it is not.

The "all zero" results from the debug tooltip suggest that it is not detecting a supported theme (ad found by colour-testing the slider area), and instantly exiting.

Do you see the blue-highlighted image-matching areas when running in debug mode? I'm guessing no?

dave.
Reply With Quote
  #75  
Old 10-25-2006, 04:00 PM
King Spew King Spew is offline
Senior Member
 
Join Date: Apr 2006
Posts: 1,080
Default Re: Stars Bet Pot AHK ?

Full Tilt

Pressing wheel or right mouse highlights the chat area and changes bet amount to "0". Scroll works

Dealer Everything
Player Chat checked
Arial 10
Display Bet Amount checked
Display Pot Total checked

"Plain" layout
modified table to all black.
Reply With Quote
  #76  
Old 10-25-2006, 04:02 PM
Melchiades Melchiades is offline
Senior Member
 
Join Date: May 2005
Location: Norway (London currently)
Posts: 5,040
Default Re: Stars Bet Pot AHK ?

Having the same problem as everyone else with Stars. Using the default theme.
Reply With Quote
  #77  
Old 10-25-2006, 04:02 PM
AEKDBet AEKDBet is offline
Senior Member
 
Join Date: Aug 2004
Location: drunk and spermless
Posts: 1,782
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Hi AEKDBet,

[ QUOTE ]

If I change the round amount from small blind to say 5 dollars, eg 5, does it need to be a string?

I guess yes, but just checking.


[/ QUOTE ]

Either option (quoted string or unquoted decimal) should work, I have only tested with quoted "ssno" or "tourney" rules, and unquoted decimals 0.2 and 3, I tested.

The screen shots are helpful, but jpeg compression and/or resizing has made it all but impossible to imagematch-test on them.

Any chance of posting a PNG screenshot of the slider area?

From the screenshot, it looks like it should work fine, but obviously it is not.

The "all zero" results from the debug tooltip suggest that it is not detecting a supported theme (ad found by colour-testing the slider area), and instantly exiting.

Do you see the blue-highlighted image-matching areas when running in debug mode? I'm guessing no?

dave.

[/ QUOTE ]

You got it, here's the screenshot almost unaltered in png format. I am using 2 monitors @ 1600 X 1200 each.


IMAGE HERE, ~950K
Reply With Quote
  #78  
Old 10-25-2006, 04:06 PM
Right5 Right5 is offline
Senior Member
 
Join Date: Jan 2006
Posts: 191
Default Re: Stars Bet Pot AHK ?

On PS the script works fine except the extra zeros if you want to get picky.

On FTP it works but with a delay (this normal?) But Right click doesn't work for me, I get the option to change the background instead
Reply With Quote
  #79  
Old 10-25-2006, 05:02 PM
King Spew King Spew is offline
Senior Member
 
Join Date: Apr 2006
Posts: 1,080
Default Re: Stars Bet Pot AHK ?

_dave_

I have noticed that on Full Tilt, when I run your debug script, BTP.ahk doesn't pick up the Blinds.

I worked on Stars first and it now runs fine. I was testing on a .10/.25 table. When I started to try and figure out my FTP problem (on a .25/.50 table), I ran the debug and it showed:

Pot 3.05
Call 1.10
Hero_bet 0

Blinds .10/0
Street flop

4
1111 (wheel button setup)

1

And it showed the same thing for 10 hands, every street. I assume it was a Stars left over....

So I rebooted and now get:
Pot 0
Call 0
Hero_ 0

Blinds 0/0
street pre

4
1111

1

after starting only FTP and your script... no change, 40 hands.
Reply With Quote
  #80  
Old 10-25-2006, 05:20 PM
AEKDBet AEKDBet is offline
Senior Member
 
Join Date: Aug 2004
Location: drunk and spermless
Posts: 1,782
Default Re: Stars Bet Pot AHK ?

For those who have it working on Stars please give exact details on your setup.

after downloading zip file...

-did you edit BetPot.ahk? or just run it.
-what theme are you using
-when you tested it what was the size of your table? Large, Medium, Small, tiny? (0-6) in actions folder if you know what that means

- were u using a card mod?
- what resolution is your monitor running?


Thanks
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 01:41 AM.


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