![]() |
|
|||||||
| 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 |
|
|
|
#1
|
|||
|
|||
|
Hi.
This seems nice. But i get the following message when i try this script: Party HHF reader FPGH live file not found for game#xxxxx Any ideas? |
|
#2
|
|||
|
|||
|
Thanks for this AHK. I tried TableNavigator but it doesn't work very well with multimonitors and seems overgrown.
I added a function to BetPot to get basic table nav functionality. It only goes in one direction but you can alt-tab back one spot if you go too far. (put these lines at the end of the hotkey section) <font class="small">Code:</font><hr /><pre> ~^TAB:: Next(getid()) return ;-------------- END OF HOTKEY SETUP SETCTION -------------------- Next(id) { IfWinExist, ahk_id%id% ahk_group StarsTables { GroupActivate, StarsTables } Else IfWinExist, ahk_id%id% ahk_group FullTiltTables { GroupActivate, FullTiltTables } Else IfWinExist, ahk_id%id% ahk_group PartyTables { GroupActivate, PartyTables } Else IfWinExist, ahk_id%id% ahk_group CryptoTables { GroupActivate, CryptoTables } Else IfWinExist, ahk_id%id% ahk_group UBTables { GroupActivate, UBTables } } </pre><hr /> |
|
#3
|
|||
|
|||
|
hi
i found a possibility how to change the preflop raise from 4bb+1 to 3.5bb+1 in the thread. but how can i change the preflop raise from 4bb+1 to 3bb+1 ? thx edit: pot - sb = 3bb + 1/limper ???? |
|
#4
|
|||
|
|||
|
worked like a charm until today's stars update. is it just me or anyone experiencing the same? when clicking the right mouse button it just goes to 0.00?
think you can fix that dave? thx btw: would like to donate a few bucks. what's your nick on stars? |
|
#5
|
|||
|
|||
|
I think Dave put his sn in his profile. Try checking for it there.
|
|
#6
|
|||
|
|||
|
Used to work. Now when I hit the wheel, the numbers in the bet box flash, but end up 0. I think the last time I downloaded a new version of betpot it fixed this problem, but I downloaded the newest version (m) and it's still happening. Standard Stars theme here -- no mods. Any ideas how to fix this?
|
|
#7
|
|||
|
|||
|
[ QUOTE ]
worked like a charm until today's stars update. is it just me or anyone experiencing the same? when clicking the right mouse button it just goes to 0.00? [/ QUOTE ] [ QUOTE ] Used to work. Now when I hit the wheel, the numbers in the bet box flash, but end up 0. I think the last time I downloaded a new version of betpot it fixed this problem, but I downloaded the newest version (m) and it's still happening. Standard Stars theme here -- no mods. Any ideas how to fix this? [/ QUOTE ] Unfortunately, no idea at present [img]/images/graemlins/frown.gif[/img] I downloaded Stars update yesterday, but everything continued to work fine. Could you enable debug and screenshot / write down the pop up balloon please? and note the areas it is image-scanning, in the right place? Standard Stars Checklist: <ul type="square">[*]Use 32-bit colour, not 16-bit mode.[*]Start from real BetPot.AHK file next to StarsPics folder, not in zip file / not from shortcut[/list] Need debug info, hopefully will reveal what is going on. dave. |
|
#8
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] worked like a charm until today's stars update. is it just me or anyone experiencing the same? when clicking the right mouse button it just goes to 0.00? [/ QUOTE ] [ QUOTE ] Used to work. Now when I hit the wheel, the numbers in the bet box flash, but end up 0. I think the last time I downloaded a new version of betpot it fixed this problem, but I downloaded the newest version (m) and it's still happening. Standard Stars theme here -- no mods. Any ideas how to fix this? [/ QUOTE ] Unfortunately, no idea at present [img]/images/graemlins/frown.gif[/img] I downloaded Stars update yesterday, but everything continued to work fine. Could you enable debug and screenshot / write down the pop up balloon please? and note the areas it is image-scanning, in the right place? Standard Stars Checklist: <ul type="square">[*]Use 32-bit colour, not 16-bit mode.[*]Start from real BetPot.AHK file next to StarsPics folder, not in zip file / not from shortcut[/list] Need debug info, hopefully will reveal what is going on. dave. [/ QUOTE ] Here is what broke/fixed it for me and I assume will for everyone else having the same problem. When my display is in 16-bit (32,000 color) mode, it always puts 0 in the bet box, but the scroll wheel works. I use a laptop, sometimes with a 20 inch lcd and sometimes with the lcd on the laptop, and I think in switching, it must drop to 16-bit mode sometimes. Switching to 32-bit color for the display makes everything work perfectly. Thanks Dave! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|