![]() |
|
|||||||
| 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 | |||
![]() |
|
|
Thread Tools | Display Modes |
|
#71
|
|||
|
|||
|
[ 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. |
|
#72
|
|||
|
|||
|
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. |
|
#73
|
|||
|
|||
|
Also Dave here is an example of what the Stars problem people are experiencing.
Notive the bottom table/Debug.
|
|
#74
|
|||
|
|||
|
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. |
|
#75
|
|||
|
|||
|
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. |
|
#76
|
|||
|
|||
|
Having the same problem as everyone else with Stars. Using the default theme.
|
|
#77
|
|||
|
|||
|
[ 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 |
|
#78
|
|||
|
|||
|
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 |
|
#79
|
|||
|
|||
|
_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. |
|
#80
|
|||
|
|||
|
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 |
![]() |
|
|