Open Side Menu Go to the Top
Register
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)

04-18-2007 , 04:19 PM
Quote:
Thank you dave.

Can you look into this later?

Cheers

Quote:
Hi Dave,

i looked through the thread and the question was not answered yet as far as i can say. Why do i get a 3,5x raise first in from the SB on pokerstars, when it's supposed to be a potsize raise(3x)?

There is a setting at the start of the AHK file, "fix_blinds := 1"

set this to zero, and raises from the SB / BB will be proportionally smaller than from other positions. You should aslo have the "ssnl" modifier removed from the hotkeys, but I guess you done this already if you are getting 3.5x raises

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-18-2007 , 04:23 PM
Quote:
Hi,
I need help getting this working. I have downloaded the script, extracted the files to another folder what next. Step by step instructions would be great. BTW I am playing on the crypto network.
<ul type="square">[*]Download / install AutoHotkey[*]Open your Crypto lobby. (SunPoker / Interpoker / Will Hill supported by default, you have editing to do if using a differnt one... let me know if you need this)[*]Run the BetPot.AHK file, you should get a green "H" in the system tray.[*]Sit at a table, roll wheel / click buttons when it is your action.[/list]
That should do it

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-18-2007 , 04:35 PM
i changed the "ssnl" to 0 to get 3.5bb+1 for my preflop raise and now when i pot preflop the raise goes to 0. Any help appreciated.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-18-2007 , 04:36 PM
edit: for some reason it works sometimes and not others. Also, when I right click postflop the bet goes to 0.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-18-2007 , 05:55 PM
Quote:


There is a setting at the start of the AHK file, "fix_blinds := 1"

set this to zero, and raises from the SB / BB will be proportionally smaller than from other positions. You should aslo have the "ssnl" modifier removed from the hotkeys, but I guess you done this already if you are getting 3.5x raises

dave.
tyvm

Btw, can you give me one of your IM nicks?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-18-2007 , 07:28 PM
Quote:
edit: for some reason it works sometimes and not others. Also, when I right click postflop the bet goes to 0.
mrTEA,

Which site is this?

Did it previously work fine, before your edit? did you use previous versions or have you only just tried this script?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-18-2007 , 08:52 PM
Assuming you are using the "ssnl" open raise adjustment, change the line:

"pot := pot + bb - sb" to
"pot := pot".

This will make a 3.5bb + 1/limper raise.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-19-2007 , 08:59 AM
Tried it with UB yesterday, 4-tabling. Didn't really work too well. I use TweakUI to activate tables, and once activated, the mouse wheel scrolls the chat window, not the bet slider.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-19-2007 , 05:24 PM
UB worked great for me 4 tabling, Once i set the windows theme to classic

Thanks Dave
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-20-2007 , 02:55 AM
I have been using the bet pot script and it is VERY VERY valuable tool! I noticed that in this latest version you can also use it in Crypto network. I play in Betfair and would like to get it work. I have no idea about coding and this is what I tried:
WinGet, betfair, pid, Betfair Poker - Lobby
if (betfair)
{
GroupAdd, CryptoTables, ahk_pid%betfair%,,, Lobby
}

heh, and suprise suprise, it didnt work. What should I write in that code? I basicly copy/pasted your earliewr code (sunpoker) and just changed sunpoker = betfair.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-20-2007 , 11:32 AM
Quote:
I have been using the bet pot script and it is VERY VERY valuable tool! I noticed that in this latest version you can also use it in Crypto network. I play in Betfair and would like to get it work. I have no idea about coding and this is what I tried:
WinGet, betfair, pid, Betfair Poker - Lobby
if (betfair)
{
GroupAdd, CryptoTables, ahk_pid%betfair%,,, Lobby
}

heh, and suprise suprise, it didnt work. What should I write in that code? I basicly copy/pasted your earliewr code (sunpoker) and just changed sunpoker = betfair.
meh, just heard that betfair left the Crypto.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-20-2007 , 11:46 AM
The only thing that doesnt work now is on Full Tilt: when there is only two options/buttons (Check - Bet), then a function such as Call() (in order to check) does not work so you have to click manually. Would be great to have that fixed.

For everyone who appreciates Daves work with the script and keeping it up to date with all the site updates, I´d suggest making a small donation via a Pokerstars transfer. His nick is in his profile.

P.S. Slightly out of topic, but is anyone else using a Logitech MX Revolution having troubles after the last update? It worked like a charm with BetPot before.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-22-2007 , 12:04 PM
I am trying to modify the values of the right mouse button on Party, but it doesn't change anything.

I play 50NL and before it would open raise to $1.50 at 0.75, now I put it at 0.90 but it still raises to $1.50. Any solution for this?


; Right Button, 3/4 pot pre and on the flop, 2/3 turn / river
~RButton::
Pot(getid(),"0.90 0.75 0.80 0.70", "bigblind", "ssnl", 0)
return
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-23-2007 , 05:54 PM
Hi dave,

Can't Dealer Messages: Everything option
So it doesn't get the size of the pot.

Plz Help!

thx
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-24-2007 , 12:59 AM
Thanks for this script. I am using it in FTP and there is something I would like to do but I don't know how to implement it.

Is there a way that when I select the table, it just automatically puts in whatever raise amount in the raise box? As I understand the script right now, I would have to use a hotkey (say right click) for it to put the bet amount in (say 75% of the pot), and then I click raise. I'm hopeful to remove a step in here, just click once, but still have the opportunity to double check that it is betting the right amount. Ideally I would like the script to run when I select the table. How do I do this? Or alternatively just whenever the bet/raise box comes up that it automatically is set at bet or raise the pot. So NL is kind of like limit, but the bet/raise amount is just the pot.

Does that make sense and how do I do it?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-24-2007 , 01:50 AM
I ment:

Can't find the 'Dealer Messages: Everything' option
So the script doesn't get the size of the pot when I use the right mouse button.

Plz Help!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-24-2007 , 08:08 AM
_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?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-25-2007 , 02:16 PM
_dave_,

I have a problem with betpot on Party. Preflop and postflop when I use Betpot-v0.2m (and FPHGv2.09) every bet is 4 times the big blind and every raise is a little bit bigger then a minraise. The scroll function seems to work fine. Pahud also works fine. I would be very greatful if you could help me. Thanks in advance!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-26-2007 , 11:34 AM
Does anyone know how to change the "add one BB for every limper" preflop amount? I want it to be .5 BB or one small for every limper not 1 BB?

THanks,
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-26-2007 , 12:09 PM
I have a problem. The script (even the newest one) works fine at party (with the handgrabber)but neighter on stars (if i click the mouse the bet amont always shows 00.00) nor um InterPoker (if i click the mouse not even that happens). Can someone tell me what I am doing wrong?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-27-2007 , 12:40 AM
does anyone running vista have the script working at stars?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-27-2007 , 06:14 AM
The download link seems to have disappeared from the website ?

Or am i missing something ?

Thanks Paul.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-27-2007 , 02:00 PM
Im having problem with the new bet pot script, it just goes to zero but the wheel up and down still works. I have had problems with the scripts in the past as well and am using the v0.2g where everything except the reraise preflop works.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
04-30-2007 , 02:18 AM
Just downloaded version m and am getting the following error:

ERror: Call to nonexistent function.

Specifically: RegExReplace(amount, "[A-Za-z]")

on line 1498

The program will exit.

Anyone have any ideas? I'm running FPHG with default settings.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
05-02-2007 , 07:01 AM
Im a complete software muppet.

I used to use PartyBetPot.ahk. where I had 3 options
button q: full pot bet
button w: 2/3 pot
button e : AI

Is it possible to obtain such a setup again?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m