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

02-16-2007 , 10:52 PM
Wdead,

from what you describe your setup should be working perfectly.

Are you using an older non-updated Stars client? if so, change the use_old_images = 0 variable to a 1.

Or are you using an older BetPot version than the latest (0.2g)?

The error you are getting now is due to a missing parameter, although it is hard to read in that screenshot due to image scaling. the line should have another comma before the 30 on the end.

But I don't know why an unmodified download wouldn't work with Hyper Simple in 32bit mode - it certainly should, if not, I have some testing/fixing to do...


dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-16-2007 , 11:47 PM
pot := DigitSearch(relXStars(380, w), relYStars(35, h), relXStars(496, w), relYStars(60, h), id, potPicDir, 30)

this is the line of coding as i copy pasted. I am using the latest version of stars and the latest version of bet pot
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-17-2007 , 12:30 AM
thanks for the sweet script dave, just started using it

quick question, i scanned the thread to see if it had been answered already but didnt see anything. i want to change my hotkeys since im in the habit of using the mousewheel click to select tables (started doing this so to prevent misclicking while selecting tables). ideally i'd like to use the 2 buttons on the side of my mouse (its a logitech mx518) for pot size bet and shove. i found the hotkey section in the script but i have no idea what those buttons are called.

thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-17-2007 , 02:05 AM
Dave,

Regarding the problem with the middle roller working and the middle and right clicker not working, it did not work for me playing $100NL 6-max on Pokerstars. I have a Logitech mouse, but it is the kind that only has a left and right clicker, and a middle roller that also clicks. Thanks for any help Dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-17-2007 , 04:33 AM
Quote:
It would be a great help to specify the site (and game, eg 200nl / $11 SNG) you are having the problem on - please help me narrow down where to look for problems
I just put on a 3 dollar SNG to get a feel for the program, and found it not working. Also, I do use the hyper simple theme, but I prefer the tradional cards to the simplified ones. Is keeping the old ones an option?

It was on stars, default position and size. My screen resolution is 1440x900. I have used my current vista screen as well as windows classic. Not sure what information you need but I can give you whatever info you need (dxdiag?).
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-17-2007 , 04:52 AM
Dave:
I was playing 100nl 6m on stars when trying out the script
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-17-2007 , 04:05 PM
Quote:
Dave:
I was playing 100nl 6m on stars when trying out the script
200nl 6m on stars for me. As stated before, the bet amount went to 0 on a right click.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-18-2007 , 12:50 AM
what images r we supposed to replace with the ones in the 0.2g file? i had the script working until a recent stars update and i forgot which files/folders to replace with the ones in the file or maybe they dont have those folders anymore? plz PM me or reply here
thanks a lot
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-20-2007 , 03:57 AM
Is there any way to make a double click and a single click do different things?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-20-2007 , 12:45 PM
Dave,

Any chance that you will make a version that supports UB??? That would be amazing since it's impossible to type into their windows! Thanks.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-20-2007 , 08:30 PM
I havent upgraded the script in a while and today I played some play money games on the beta of ftp to see if it works there. betting the pot seems to make it go all in, has this been addressed and should I download the new script?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-21-2007 , 01:49 AM
FYI it doesn't work on lads tourneys.
No prob but would be great if it could
Thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-22-2007 , 06:51 AM
Hey guys,
this is my first post.
I want to say great forum and betpot ist a great tool.

So, I have a problem with the script on party. The right click works fine, but the middle click doestn work.
Has anyone a clue what the reason might be?

Second thing is the bet amount preflop.
It should be 4*bb+1*limper. But it is not correct.
e.g. I'am UTG. I click right and the betamount is 3*bb.

Maybe anyone can help me it would be very nice!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-22-2007 , 07:21 AM
Quote:
Is there any way to make a double click and a single click do different things?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-22-2007 , 11:51 AM
Quote:
Quote:
Quote:
I downloaded the new script and when I try to use the middle or right clicker, it makes the bet amount go to zero. However using the middle roller to raise and lower the amount of a bet works. Does anyone know how I can fix this?
Same here
3rded
4th-ed

Playing micro and small stakes (.02/.04 to .10-.25) at PArty to test it. Looks like a great app, but using the scroll wheel to adjust the bet amount always sets it to zero. Perhaps this is a problem with the rounding, or maybe the adjust size is not suited for these small stakes. Just possibilites, I dont know a whole lot about programming.

Thanks for all your work Dave!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-23-2007 , 05:15 PM
Hi!
Anybody knows how to make this work for BetSafe Poker (Cryptologic)

WinGet, betsafe, pid, Betsafe Poker - Lobby
if (betsafe)
{
GroupAdd, CryptoTables, ahk_pid%betsafe%,,, Lobby
}

I've added this and it works only for BET POT preflop using the wheel.
On the FLOP id doesn't work anymore.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-23-2007 , 05:38 PM
Ive gotten the auto reload script to work but im having trouble with the betpot script. when i click the ball on the mouse it minbets/minraises. im unable to get it to raise to pot PF, bet 3/4 pot on flop, bet 2/3 of pot on turn and so on.... as it says it can do.... can someone help me / give me a suggestion?
any help is greatly appreciated

also, if possible if someone with knowledge of the subject could post or PM me their AIM Screenname to make things easier i will appreciate it very much.
thanks in advance

Aaron
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-24-2007 , 12:55 PM
Quote:
I downloaded the new script and when I try to use the middle or right clicker, it makes the bet amount go to zero. However using the middle roller to raise and lower the amount of a bet works. Does anyone know how I can fix this?
I have the same problem playing micro stakes NL on stars, the script was working fine at first but now its started doing this. Using the latest version of the bet pot script and the latest autohotkey.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-24-2007 , 03:11 PM
I'm computer illiterate... I have no idea how to run an AHK file
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-27-2007 , 01:59 AM
_dave_: Wheel up/down doesn't work at Party, bet amount sets to 0.0000 whenever I try to use it.

darnold305: Go to http://www.overcards.com/wiki/moin.cgi/AutoHotKey and just read the instructions.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-27-2007 , 08:14 PM
ALL,

What is the easiest way to create custom raise sizes that are universal throughout all limits and across all sites?

I'm only interesting in altering the preflop sizes, not the postflop fractions of the pot.

Is there some modifier to the number I can add?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-27-2007 , 11:57 PM
Anyone still having problems:

In the betpot .2g, go into the folder in the folder, and use the script there. The one in the main folder is bugged somehow
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-28-2007 , 12:06 AM
on party, when i click the mouse buttons the bubble pops up that says HH not found, though FPHG is working fine. i can't figure out why it is not working, I do have FPHG to write the files as .txt files, could this be the problem?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-28-2007 , 05:38 AM
yes. mine writes .hhf and it works
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-28-2007 , 01:34 PM
does this work for full tilt beta yet?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m