![]() |
|
|||||||
| 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 |
|
#641
|
|||
|
|||
|
[ QUOTE ]
how do I make the preflop raise 3 big blinds instead of 4 big blinds? [/ QUOTE ] click the right mouse button instead of the middle wheel/button. or change the script for the middle button to .75 instead of 1 |
|
#642
|
|||
|
|||
|
The script does nothing for me on Crypto.
There is also no popup, when I put debug on 1. May this be because of the software change they made? |
|
#643
|
|||
|
|||
|
Just read the post where it says change site.com to site.
Now everything works fine. |
|
#644
|
|||
|
|||
|
Should a bet pot button actually display ?
To Where do I extract the images ? Does the script work with the standard installed theme? Thanks |
|
#645
|
|||
|
|||
|
just unzip everything (doesn't matter where too) then open the "BetPot-v0.2d.akh" script.
As for it working on standard installed theme, try it out for yourself at like .01/.02nl |
|
#646
|
|||
|
|||
|
Does anyone know how I would go about altering the size of reraises post flop? I only want to reraise a standard 75% bet about 2.5x and its reraising quite a bit more then that...about 3.25x? I don't see the exact formula in the script so hoping someone can point me to the right direction.
Fishies don't like calling 3.25x raises but will call 2.5x |
|
#647
|
|||
|
|||
|
Anyone feel like summarizing this thread and say whether you guys got this working properly for stars, instead of having to read through pages of code?
I downloaded the zip file and get a folder with StarsPics and BetPot.ahk but I cant open or run the BetPot file. Can anybody that got this working on stars give me a hand with this? I'd really appreciate it Thanks BB |
|
#648
|
|||
|
|||
|
Sorry i'm an idiot....never had AHK downloaded. working now
|
|
#649
|
|||
|
|||
|
[ QUOTE ]
Does anyone know how I would go about altering the size of reraises post flop? I only want to reraise a standard 75% bet about 2.5x and its reraising quite a bit more then that...about 3.25x? I don't see the exact formula in the script so hoping someone can point me to the right direction. Fishies don't like calling 3.25x raises but will call 2.5x [/ QUOTE ] find the lines of code (its pretty near the top) that look like this. Then alter the numbers to whatever u want as you can see middle button = bet pot, preflop, flop, turn and river "1 1 1 1" and the right mouse button bets 3/4 pot preflop and on flop, and 2/3 pot on turn and river "0.75 0.75 0.66 0.66" ~MButton:: Pot(getid(),"1 1 1 1", 0.2, "ssnl", 0) return ~RButton:: Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 0) return |
|
#650
|
|||
|
|||
|
Yes thats fine and all but thats just for your standard bets postflop. I can't alter or don't know how to modify reraising post flop. I've already altered those numbers a bit and they work great but it doesn't help me with reraising. Thanks for the help though.
|
![]() |
|
|