![]() |
|
|||||||
| 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 |
|
#541
|
|||
|
|||
|
tried it your way -- same error
i also tried running the script w/o modifying it directly from the download... it also has similar problems deducing the pot size. |
|
#542
|
|||
|
|||
|
I'm having some rather unusual issues with the new script on FTP.
Whenever I click any button that I have bound for a bet, these weird boxes overlay on the table 3 times in a straight line, here's what one looks like: ![]() And then AHK pops up with a little thing that looks like this: ![]() So when I click a button, it pauses and does the box thing, then always goes to a PSB and then that little guy pops up. Also, here are my button configs in the file: ~MButton:: Pot(getid(),"1 0.75 0.75 0.75", "bigblind", "ssnl", 0) return ;~RButton:: ;Pot(getid(),"0.75 0.75 0.66 0.66", "bigblind", "ssnl", 0) ;return ~WheelUp:: AlterAmount(getid(),"up") return ~WheelDown:: AlterAmount(getid(),"down") return ~XButton1:: Pot(getid(),"1 0.66 0.66 0.66", "bigblind", "ssnl", 0) return ~XButton2:: Pot(getid(),"1 0.5 0.5 0.5", "bigblind", "ssnl", 0) return And I have checked and XButton1 and XButton2 are the correct names for my forward/back buttons on my mouse [verified in AHK]. Thanks for all of your hard work on this, and if I can get this to work on FTP I will definitely toss a little money your way because I use more than one of your scripts and they tend to work really well. |
|
#543
|
|||
|
|||
|
dave the new update on stars caused my bet pot script to mess up. i dont know if u have uploaded a new version but the most recent stars update (today) has messed it up. the reraises preflop and raises postflop are way off again.
thanks -corbin |
|
#544
|
|||
|
|||
|
[ QUOTE ]
dave the new update on stars caused my bet pot script to mess up. i dont know if u have uploaded a new version but the most recent stars update (today) has messed it up. the reraises preflop and raises postflop are way off again. thanks -corbin [/ QUOTE ] Yeah, PatInTheHat posted this earlier - I have spent most of the evening creating new images for Stars. This is now done, I'm doing a little testing now, gonna upload in ~30 mins. |
|
#545
|
|||
|
|||
|
is anyone using the script on full tilt and it's working correctly? (since the new update, so like, today)
|
|
#546
|
|||
|
|||
|
[ QUOTE ]
is anyone using the script on full tilt and it's working correctly? (since the new update, so like, today) [/ QUOTE ] I'm playing a bit on FT now (and on Stars). It seems fine for me, but then I can't play as high as 200nl. Can you post a few HH, indicating what it should be betting (and what it suggested)? Would greatly help me in figuring out what is going on for you. dave. |
|
#547
|
|||
|
|||
|
Interesting, I'm using the classic tables on FT and it's not working. It's always setting the pot to max ragardless of which button I used..
|
|
#548
|
|||
|
|||
|
[ QUOTE ]
Interesting, I'm using the classic tables on FT and it's not working. It's always setting the pot to max ragardless of which button I used.. [/ QUOTE ] Bhudson, you on yesterday's updated version (0.2c) ? |
|
#549
|
|||
|
|||
|
heh nope, that explains it [img]/images/graemlins/smile.gif[/img] Sorry. I"ll try right now.
Seems to be fine, but you have debug:=1 in the script by default. |
|
#550
|
|||
|
|||
|
Poisonxfree - your screenshots are very helpful.
The pop-up ballon is debug mode in action. Looks like I forgot to set debug off by default it in the last update. The white boxes you describe are highlighting the areas scanned for images etc. From your screenshot I can tell that BetPot is unable to determine the current street - It looks for pure white in the cards - the three boxes you see are scanning for a River, Turn, Flop card. Since both your XButton hotkeys are set to bet full pot pre-flop - and the script always thinks it is pre-flop - this is why your XButtons are not behaving as expected, I hope. Try cards with pure white in them - originals or a different PhattyLiver mod. anything with more than a few purre white pixels in each card will do. dave. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|