|
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 |
#1661
|
|||
|
|||
Re: Betpot for Stars
Ok, when the ANTES hit, betpot doesnt work anymore. [img]/images/graemlins/frown.gif[/img]
The fix doesnt work. |
#1662
|
|||
|
|||
Re: Betpot for Stars
I can't seem to get the AUTOBET to work for FTP. Is this still a known issue? I am trying to map the right mouse button to autobet and it doesn't work [img]/images/graemlins/frown.gif[/img]
|
#1663
|
|||
|
|||
Re: Betpot for Stars
does anyone have a clue, why that script isnt working on party while running pokertracker? without PT running, its just running fine.
|
#1664
|
|||
|
|||
Re: Betpot for Stars
Hi,
Would it be possible to clearly define, in detail, what the three fields after the percentages determine in the following line: Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 0) I am referring to "smallblind", "ssnl", 0 Thanks very much. |
#1665
|
|||
|
|||
Re: Betpot for Stars
Can't get Cryptologic to work. I have this in BetPot script but it dosen't work. Something else to alter?
WinGet, parbet, pid, Parbet.com Poker - Lobby if (parbet) { GroupAdd, CryptoTables, ahk_pid%parbet%,,, Lobby } |
#1666
|
|||
|
|||
Re: Betpot for Stars
[ QUOTE ]
Hi, Would it be possible to clearly define, in detail, what the three fields after the percentages determine in the following line: Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 0) I am referring to "smallblind", "ssnl", 0 Thanks very much. [/ QUOTE ] "Pot(id, frac, round_bet, open_adjust, autobet) id never needs changed, should always be getid(), as in the default hotkeys. frac Fraction of the pot size to bet - THIS HAS CHANGED FROM PREVIOUS VERSIONS!!! This is now a string, to be enclosed in "quotes", and can take up to four different amounts. These amounts are seperated by a space. These differnt amounts correspond to pre-flop, flop, turn and river actions. If there is less than all four streets specified, the latest street will be used fo unspecified streets actions. IMPORTANT: For some unknown reason, fractions must now be specified in DECIMAL notation, eg 0.666 for 2/3-pot. It will not work any more with fractional notation. I do not know why. As an example, from the default MButton hotkey, the frac parameter: "1 1 0.75 0.66" will bet full pot pre-flop and on the flop, 3/4 on the turn, and 2/3 on the river - a classic line I think you'll agree, but the choice is yours - edit however you like [img]/images/graemlins/smile.gif[/img] round_bet THIS HAS ALSO CHANGED FROM PREVIOUS VERSIONS!!! This is the amount to round bet sizes to, but in order to gain extra functionality (requested by Sponger. I think), The behaviour has changed. Options "smallblind" and "bigblind" are unchanged, and will round the bet size to these units. While previously a value of 2 would round to 2 decimal places, now it will not - a value of 0.2 would accomplish this effect. This is so bet sizes can be rounded to arbitrary amounts, eg specify a round_bet of 5 in a $3/$6 game and all bets will become a multiple of 5 - I hope this is useful to some and does not cause any problems to others. open_adjust Amount in $$ to adjust pre-flop open-raise size, or one of two special options. These are "ssnl" - make a pre-flop openraise 4xBB + 1 / limper, or "tourney" 2.5BB + 1 / limper. Others can easily be added, if anyone has any suggestions, please let me know. autobet Set to 1 (one) to have the bet/raise button clicked for you automatically, set to 0 (zero) if you wish to click it yourself after reviewing / adjusting bet amounts." straight from the overcards wiki |
#1667
|
|||
|
|||
Re: Betpot for Stars
This code is no longer working for me at stars MTTs. It used to work, but now it just goes to $0.00. However, I have no problems at cash games.
Not sure what has happened since it used to work at both. Any suggestions? |
#1668
|
|||
|
|||
Re: Betpot for Stars
[ QUOTE ]
This code is no longer working for me at stars MTTs. It used to work, but now it just goes to $0.00. However, I have no problems at cash games. Not sure what has happened since it used to work at both. Any suggestions? [/ QUOTE ] Scroll up a bit, kind poster abvhi shared fixes for SNG / MTTs. I'll be putting up a new version myself soon, fixing a tom of things - but it is a major rewrite (0.3 hopefully) and is in no fit state for anything right now... However if I can't get it done properly this weekend I'll put up a minor update of the 0.2 code to fix these outstanding issues [img]/images/graemlins/smile.gif[/img] dave. |
#1669
|
|||
|
|||
Re: Betpot for Stars
Hello, I stopped to play few months ago with compatible sites but I am back and I don't know how to use your last bet-pot script ( 0.2s )
I like to use short-cuts like F1 for 2/3 of the pot etc. For example at that time I had that: F4:: Pot(getid(),"1 0.66 0.66 0.66", "smallblind", "ssnl", 0) return But the script seems totally different. Could you tell me how to make a short-cut to bet 2/3 of the pot ? Thank you |
#1670
|
|||
|
|||
Re: Betpot for Stars
_dave_,
1. Come on MSN [img]/images/graemlins/tongue.gif[/img] 2. I started using iPoker (NoIQ) today and can't seem to get the script working properly. My scrollwheel and cursor keys work, but mouse buttons don't (nothing changes in the bet amount box). My bet amount box is white and I haven't chaged the default settings for that in the script. Thanks edit: Remembered debug mode: |
|
|