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

01-17-2007 , 10:36 PM
You want to re-raise specific to the amount you have to call, irrespective of the current pot size?

I'm afraid to say you can't do that by default with this script, although it isn't that hard to edit in.


you could add something like:

pot := call * 2.5

near the end of the Pot() function to get a 2.5x raise when betting "full pot". This would not work if call=0, so you'd need some additional lines to check for this (or make a seperate button and only use it when raising someone's bet).

I hope this helps,

dave.

Woohoo, the forumserver is working again
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-17-2007 , 11:31 PM
Hah, I'll just use the wheel to modify my reraises. Thx for the response Dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-18-2007 , 03:17 AM
Okay so how do I get this to work for Stars?

I haven't changed anything and I'm using Hyper Simple with the default background and it just tries to bet 0 preflop. Do I need to do anything with the images that came with the script? I can't seem to find anywhere to put them.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-18-2007 , 03:48 AM
Okay well that is working now that I'm not an idiot, but it seems like it is calculating something wrong.

I'm playing $1/2. Someone raises PF to 8. I'm in the SB and want to re-raise pot. I click the right mouse button and it wants to re-raise to 22. Isn't pot 26 here? The 8 I have to call, the 8 he raised, the 2 for the bb. That's a pot of $18 so a pot raise is 18 + 8 or $26. What am I doing wrong?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-18-2007 , 05:35 AM
Quote:
Okay well that is working now that I'm not an idiot, but it seems like it is calculating something wrong.

I'm playing $1/2. Someone raises PF to 8. I'm in the SB and want to re-raise pot. I click the right mouse button and it wants to re-raise to 22. Isn't pot 26 here? The 8 I have to call, the 8 he raised, the 2 for the bb. That's a pot of $18 so a pot raise is 18 + 8 or $26. What am I doing wrong?
the only thing you're doing wrong is which button you're clicking :-p the right mouse button by default raises to 3/4pot preflop (or $6 if you're first to act). To raise full pot (or $8 first to act) you need to click the middle button/wheel. Or modify the script so the right button also bets pot preflop.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-19-2007 , 02:43 AM
I'm totally new to this stuff.. downloaded it, got it kinda working. Only tried it on stars so far. Clicking middle button does nothing, scrolling it either way drops the bet to 0. Right clicking does give me a 3 bb raise preflop.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-19-2007 , 06:01 PM
Does this script give multiple bet size options or is there just one. I'd like to choose 25%pot, 50%, 66, etc.

thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-19-2007 , 07:28 PM
Quote:
Does this script give multiple bet size options or is there just one. I'd like to choose 25%pot, 50%, 66, etc.

thanks
I wish people would read first..

by default clicking the right mouse button bets 3/4 pot preflop and on the flop and 2/3 pot on turn and river.

also by default the middle button bets pot preflop, on flop, on turn and on river
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-20-2007 , 12:44 PM
bet amount zeroing out.

I'm running xp classic theme, 32bit color, latest betpot AHK script, latest stars update. I tried it on no-images theme with modified solid black jpg background and it wouldn't work. Also, I tried hyper-simple theme with modified background and still wouldn't work. Mouse wheel works.

I changed debug to = 1. There is no pup up window but the scan locations include scanning the pot total and the top center of the screen. The bet amount seems to zero out when it scans over the "check" or "raise" buttons but I'm not sure, it may just be zeroing at on the "raise" button because that is the last scan and the scans are over.

any suggestions?
thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-20-2007 , 03:22 PM
cancel, working now.

the problem seems to have been that I ignored a little detail that seemed unimportant to me. instead of running it strait out of the directory the zip file was extracted to I dragged it to my desktop.

maybe it will work if make a short cut instead of dragging tho I thought they were the same.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-20-2007 , 05:21 PM
Hi, I've changed a bit of code to try to isolate the bet size calculation to only the multiplier so,
Pot(getid(),"1", 0.2, 0)
I took out the "ssnl" as I didn't want to automatically do 4xbb +1/limper.
I took out "smallblind" as I didn't want to round.

This is working perfect when I am not in a blind but if I am in a blind it seems to assume that I have yet to limp so it adds an extra bb before applying the multiplier.

ie: One limp, sb completes(3xbb in pot) and I, in bb, raise w a multiplier of "1" and it suggests I should have 5xbb infront of me when it should only be 4xbb.

This is on Stars.

any suggestions?
thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-21-2007 , 05:00 AM
Dave, how can I change "ssnl" to raise 3xBB+1 per limper? I would prefer that to 4xBB+1 per limper.

Thanks!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-21-2007 , 11:46 AM
I no longer need an answer to this post so pls disregard.


Quote:
Hi, I've changed a bit of code to try to isolate the bet size calculation to only the multiplier so,
Pot(getid(),"1", 0.2, 0)
I took out the "ssnl" as I didn't want to automatically do 4xbb +1/limper.
I took out "smallblind" as I didn't want to round.

This is working perfect when I am not in a blind but if I am in a blind it seems to assume that I have yet to limp so it adds an extra bb before applying the multiplier.

ie: One limp, sb completes(3xbb in pot) and I, in bb, raise w a multiplier of "1" and it suggests I should have 5xbb infront of me when it should only be 4xbb.

This is on Stars.

any suggestions?
thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-22-2007 , 11:34 PM
Dave: Just started encountering a problem today on Party. Whenever I would use the script to bet pot it would freeze up all my tables for 30-60 seconds It had previously been working fine with no problems but for some reason it seems to bog my CPU down now whenever I bet with it. Still works perfect on Stars. Anyone else run into this? I can't think of anything that has changed in my setup either.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-23-2007 , 12:11 AM
Quote:
Dave: Just started encountering a problem today on Party. Whenever I would use the script to bet pot it would freeze up all my tables for 30-60 seconds It had previously been working fine with no problems but for some reason it seems to bog my CPU down now whenever I bet with it. Still works perfect on Stars. Anyone else run into this? I can't think of anything that has changed in my setup either.
I'll check out Party... maybe they changed something last few days - did you get an update recently? I did today, but I've not been on there in ~a month.

Won't be quick tho... need to move $$$ on to there before I can test real money, and I don't think that's gonna be smooth sailing with the current neteller debacle despite my UK residence. Let's hope I'm overly worried about all this DOJ stuff...
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 05:42 AM
I've been playing all day on PP and have not encountered a problem with the bet pot script.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 05:45 AM
Dave - Is there any reason the Prima hotkeys don't work? I've been spoiled by them so its tough to force myself to play on that network now. Also, whats the likelihood you will support more sites with this script? I will pay 100$ for Boss media support. I can't stand their slider and bet box but the tables are very good action wise.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 03:11 PM
Dave,

the BetPot script isn't working for me after the new Full Tilt update.

Any ideas?

Anyone else having trouble?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 03:35 PM
Quote:
Dave,

the BetPot script isn't working for me after the new Full Tilt update.

Any ideas?

Anyone else having trouble?
I'm having problems too. I can still scroll to increment bet sizes, but my fold button isn't working anymore. I dunno about other stuff b/c that's all I use it for.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 03:42 PM
Quote:

the BetPot script isn't working for me after the new Full Tilt update.
Just home from work... glad this didn't happen first thing this morning else I'd be stuck in work watching the thread unable to do anything.

It looks like today's update swapped about the names of most of the various buttons - I'd imagine all FTP scripts will be broken in one way or another.

Fortunatly not a big deal to fix, I just have to play a little of everything (and slow the games down while I note down the names of the buttons, lol).

Should have something up in an hour or so

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 03:50 PM
Thanks Dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 07:11 PM
Quote:
Should have something up in an hour or so
The version on overcards is still the old nonworking version right?

Sorry to be impatient but today is my poker-playing day.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 07:25 PM
Lol I am always a little too optimistic in my estimates of how long it will take me to program stuff (and more importantly make sure it works) 4 hours not too far from my guess

New version up now

BetPot v-0.2f

Fixes
<ul type="square">[*]Full Tilt - Client changes taken care of[*]Full Tilt - Hopefully fixed the "Extra BB" calculation error (sorry for the delay Mockturtle and others)[*]Full Tilt - Check for correct amount in Bet-Box before executing autobet command - should no longer accidentally minraise/push (this never happened to me, so I can't be sure - appreciate feedback)[/list]
New
<ul type="square">[*]AlterAmount function can now scroll up/down in fractions of a Pot-Sized raise[*]Loads more example hotkeys in the file[/list]
The additional hotkeys I have defined are mainly bound to "non-existant" F keys, eg f13, f16 etc. This is because I have a Logitech mouse with extra buttons, and the SetPoint software with UberOptions modifications allows the extra buttons to be mapped this way. Anyone with Logitech mouse should get UberOptions. Otherwise these will need to be re-mapped to whatever buttons your mouse/keyboard sends. Post if anything is not clear.

Obviously given time between my being informed of FT updates and this being posted, I have not done nearly as much testing as I would like to... Please make sure it is working OK (micro-stakes etc.), and make sure to tell me if you encounter an error.

Enjoy,

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 08:42 PM
clicking the middle mouse button makes my FT client crash in this version
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
01-25-2007 , 09:34 PM
Quote:
clicking the middle mouse button makes my FT client crash in this version
Mine is not crashing so far.

Does it happen every time?

Are you running any other scripts?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m