![]() |
|
|||||||
| 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
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] _dave-, Script works fine for me at Stars, Fulltilt, Prima, but I cant seem to get UB to work, just the wheel up/down. Anything specific need to be done for UB? [/ QUOTE ] I think for UB needs "Windows Classic" XP theme, as did early versions for Stars - Same technique used, and I think I forgot to account for different sized title-bars in the UB code. It also does not work on mini-view, although the wheel should do. This will be fixed in the next version. dave. [/ QUOTE ] thanks dave. not using windows classic, so that is probably my problem. if this will be fixed with the next version, i will just wait for that. |
|
#2
|
|||
|
|||
|
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? |
|
#3
|
|||
|
|||
|
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 /> |
|
#4
|
|||
|
|||
|
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 ???? |
|
#5
|
|||
|
|||
|
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? |
|
#6
|
|||
|
|||
|
I think Dave put his sn in his profile. Try checking for it there.
|
|
#7
|
|||
|
|||
|
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?
|
|
#8
|
|||
|
|||
|
[ 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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|