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

08-11-2007 , 12:46 PM
Not working for me either. Downloaded BetPot-v0.2r, when I run the BetPot-v0.2r.ahk it doesn't work. When I run betpot_default_hotkeys.ahk (which I'm not sure if I'm supposed to run?) I get the following error:

Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- > 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

--

If anyone knows what I'm doing wrong, I'd really appreciate some advice.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 06:47 AM
BetPot v-0.2s Update

iPoker
<ul type="square">[*]No more chat box spam when trying to bet out of turn.
Basically did the same thing betafemale did, checking if the bet size box is visible. If your iPoker skin doesn't have a white background for the bet size box, you need to change the variable 'Ipoker_BetBoxColor'. To find out what to set it to, set 'Ipoker_ShowBetBoxColor' to 1, wait until the bet box is visible and use the script to make a bet. This will pop up a message box with the value that 'Ipoker_BetBoxColor' needs to be set to.[*]More reliable bet amount writing.
Instead of using MouseClickDrag to highlight the old text in the bet box, send {home}+{end}. Hopefully it'll write the correct amount every time now. When auto-bet is used the script reads the bet from the box to confirm that it's correct before making the bet.[/list]
http://www.overcards.com/wiki/moin.cgi/BetPot
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 06:48 AM
Quote:
Not working for me either. Downloaded BetPot-v0.2r, when I run the BetPot-v0.2r.ahk it doesn't work. When I run betpot_default_hotkeys.ahk (which I'm not sure if I'm supposed to run?) I get the following error:

Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- &gt; 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

--

If anyone knows what I'm doing wrong, I'd really appreciate some advice.
Run the other file, BetPot-vXXX.ahk.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 09:41 AM
Quote:
BetPot v-0.2s Update

iPoker
<ul type="square">[*]No more chat box spam when trying to bet out of turn.
Basically did the same thing betafemale did, checking if the bet size box is visible.
[/list]Glad I could contribute some way
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 11:37 AM
Don't pop the champagne just yet, there seems to be some issues in the new version. Sometimes the script just refuses to try and read the chat box, no matter how many times you rightclick. Using the scroll wheel makes this go away so that one can rightclick again and get the correct amount. This seems to happen randomly, but it never occured while single-tabling on the computer I tested it on. It's very annoying, so you might wanna stick to 0.2r until I get it tracked down.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 12:28 PM
Quote:
Don't pop the champagne just yet, there seems to be some issues in the new version. Sometimes the script just refuses to try and read the chat box, no matter how many times you rightclick. Using the scroll wheel makes this go away so that one can rightclick again and get the correct amount. This seems to happen randomly, but it never occured while single-tabling on the computer I tested it on. It's very annoying, so you might wanna stick to 0.2r until I get it tracked down.
That is not related to the preflop check. If it was your wheel would not work either.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 12:53 PM
What program should i use to open ahk files?

Sorry for being a huge noob.

Edit: God i'm dumb.

I need to start thinking and stop typing lol.

Sorry guys.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 01:38 PM
How do I get BetPot to bet pot pf (3.5BB) and with limpers to 4BB+1BB for each limper, I've tried all sorts of settings and nothing does both. Also is it possible to resize the pf raise depending on position, for example when in the blinds it would add extra BB like: one limper: 4BB+1BB+1BB

EDIT: I play on Party
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 07:16 PM
Quote:
Quote:
Not working for me either. Downloaded BetPot-v0.2r, when I run the BetPot-v0.2r.ahk it doesn't work. When I run betpot_default_hotkeys.ahk (which I'm not sure if I'm supposed to run?) I get the following error:

Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- &gt; 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

--

If anyone knows what I'm doing wrong, I'd really appreciate some advice.
Run the other file, BetPot-vXXX.ahk.
You mean the one I said doesn't work? lol

I can run it and it sits there in my tray. But nothing happens.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 07:50 PM
Quote:
Quote:
Quote:
Not working for me either. Downloaded BetPot-v0.2r, when I run the BetPot-v0.2r.ahk it doesn't work. When I run betpot_default_hotkeys.ahk (which I'm not sure if I'm supposed to run?) I get the following error:

Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- &gt; 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

--

If anyone knows what I'm doing wrong, I'd really appreciate some advice.
Run the other file, BetPot-vXXX.ahk.
You mean the one I said doesn't work? lol

I can run it and it sits there in my tray. But nothing happens.
Change the

Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)

to

Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

and it should work fine.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-12-2007 , 10:42 PM
Preflop: I want to bet 2.75 BBs + 1 per limper, rounded to nearest dollar.

Is this possible?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 11:02 AM
Quote:
Quote:
Don't pop the champagne just yet, there seems to be some issues in the new version. Sometimes the script just refuses to try and read the chat box, no matter how many times you rightclick. Using the scroll wheel makes this go away so that one can rightclick again and get the correct amount. This seems to happen randomly, but it never occured while single-tabling on the computer I tested it on. It's very annoying, so you might wanna stick to 0.2r until I get it tracked down.
That is not related to the preflop check. If it was your wheel would not work either.
Except I put the preflop check in the Pot-function only, not really sure why I did that though lol. I tracked down the bug, it was in fact related to the betbox check. I could've sworn I got the coordinates perfect but I didn't, sometimes the pixel is black from the bet amount that's already put in the box. I'm gonna play around with the coordinates a bit and hopefully get a new version up tonight.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 11:16 AM
Quote:
Quote:
Quote:
Don't pop the champagne just yet, there seems to be some issues in the new version. Sometimes the script just refuses to try and read the chat box, no matter how many times you rightclick. Using the scroll wheel makes this go away so that one can rightclick again and get the correct amount. This seems to happen randomly, but it never occured while single-tabling on the computer I tested it on. It's very annoying, so you might wanna stick to 0.2r until I get it tracked down.
That is not related to the preflop check. If it was your wheel would not work either.
Except I put the preflop check in the Pot-function only, not really sure why I did that though lol. I tracked down the bug, it was in fact related to the betbox check. I could've sworn I got the coordinates perfect but I didn't, sometimes the pixel is black from the bet amount that's already put in the box. I'm gonna play around with the coordinates a bit and hopefully get a new version up tonight.
The mod I posted worked great on MY skin on MY computer (I also wrote that). They did not use my code but my idea only, and the idea is good. Also when you described the problem you didn't write that only one of the function was using the preflop check, so how could I have known that?

Complaints like that makes me wonder why I even wanted to contribute in the first place.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 11:36 AM
Quote:
Except I put the preflop check in the Pot-function only, not really sure why I did that though lol. I tracked down the bug, it was in fact related to the betbox check. I could've sworn I got the coordinates perfect but I didn't, sometimes the pixel is black from the bet amount that's already put in the box. I'm gonna play around with the coordinates a bit and hopefully get a new version up tonight.
The mod I posted worked great on MY skin on MY computer (I also wrote that). They did not use my code but my idea only, and the idea is good. Also when you described the problem you didn't write that only one of the function was using the preflop check, so how could I have known that?

Complaints like that makes me wonder why I even wanted to contribute in the first place.

[/quote]I'm not complaining, I just wanted to make the issue known and to clarify it. The idea is indeed good, it is my implementation of it that is bad. No need to get all worked up about it .
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 06:36 PM
Quote:
Quote:
Quote:
Quote:
Not working for me either. Downloaded BetPot-v0.2r, when I run the BetPot-v0.2r.ahk it doesn't work. When I run betpot_default_hotkeys.ahk (which I'm not sure if I'm supposed to run?) I get the following error:

Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- &gt; 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

--

If anyone knows what I'm doing wrong, I'd really appreciate some advice.
Run the other file, BetPot-vXXX.ahk.
You mean the one I said doesn't work? lol

I can run it and it sits there in my tray. But nothing happens.
Change the

Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)

to

Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

and it should work fine.
That was just a typo. The comma is where you told me to put it.

I didn't attempt to change that part of the script at all. Can someone host a modified script that works if the script that is available for download isn't designed to work on its own? Thank you.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 06:47 PM
Quote:
Can someone host a modified script that works if the script that is available for download isn't designed to work on its own?
The download should work fine.

What Site / OS are you running?

What have you tried so far?

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 06:57 PM
PokerStars. XP.

I downloaded the script and tried to add the following code:

XButton1::
Pot(getid(), "0.67")
return

The script worked fine for me until just recently. Thanks so much for any ideas. It sounds like I'm somehow being an idiot since it is working for others, but I don't have a clue what I'm doing wrong. I haven't changed anything around on my system since it was last working, just played poker.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 06:59 PM
Quote:

XButton1::
Pot(getid(), "0.67")
return

That code looks fine - in the most recent versions it should be added to the seperate file, but I guess you figured this out already.

Are you updating Stars automatically? can you tell me "Client Version" when you do "Help -&gt; About" from the Stars lobby.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 07:10 PM
2.287
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 07:22 PM
Hmm, 2.287 is the same I currently run (latest I think).

can you edit the main script, set "debug := 1", reload and see what it does?

A couple things to check - you are running a standard theme with 32 bit colour? Wheel up/down should work regardless of such settings.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 10:18 PM
Quote:
Preflop: I want to bet 2.75 BBs + 1 per limper, rounded to nearest dollar.

Is this possible?
If it's not possible, that's fine as well, but right now, I am right clicking to get it to do 3x and then typing in a slightly lower number. This process kind of defeats the purpose of the code, but it does what I want it to post-flop.

Any help?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-13-2007 , 11:24 PM
Quote:
Hmm, 2.287 is the same I currently run (latest I think).

can you edit the main script, set "debug := 1", reload and see what it does?

A couple things to check - you are running a standard theme with 32 bit colour? Wheel up/down should work regardless of such settings.
I set the debug to debug := 1 and reloaded the script and nothing happened.

Yes, standard theme (Windows XP style, silver), 32 bit colour, Hyper Simple. I haven't changed any of those types of settings since it last worked for me. When I try to use the wheel up down it just puts "0.00" in the bet box.

I also tried downloading fresh to make sure I didn't accidentally mess up the code somehow, but it still doesn't work.

EDIT: I just got a popup message in my tray from the script while playing. I didn't get a chance to write it down but it had some code. I still have the debug set to 1.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-15-2007 , 07:30 AM
BetPot v-0.21s Update
Okay, I think I got the iPoker coordinates nailed now. I also added some code to re-activate the table window if another table has stolen focus from it during the reading of the chat box etc. New version up on the wiki.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-15-2007 , 02:01 PM
Works fin on Stars, but only the wheel is working on crypto(betsafe)(right click 0.00) and
ipoker(noiq)(right click-no action) miniwiew works fine...
And i get this error
Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- &gt; 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

And im a noooob so please help...
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-19-2007 , 01:41 PM
I just dl'd new betpot on new computer.

Playing on party with the black poker mod, it doesnt work. have newest ahk, bet pot, and fphg downloaded.

pop up comes up saying
party hhf reader
hand history for game #... not found in live

on my bet pot script I tried to change the inital settings in the first couple paragraphs from 0 to 1, 1 to 0 for using or not using old fphg without live folder and it didnt solve it...what can it be?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m