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-07-2007 , 08:01 PM
Quote:
Also, does the contents of your FPHG.ini look like this:

hhf (Hand history extension [hhf/txt])
0 (Use Debugging mode [0/1])
0 (Grab observed hands only [0/1])
0 (Add the 6max tag [0/1])

NOTE: Changes to this file require a restart of FPHG.


Juk
THAT WAS THE PROBLEM!!

The 2nd option (Grab observed hands only) was set to 1.

Thank you so much.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-07-2007 , 08:17 PM
A bit late to the thread, glad you found the problem Our House Cheers to Juk with the fault finding skills

As an aside, does it work on play money with the fancy new FPHG versions? that would be sweet for my testing purposes, save having to move $$ Stars -> Party

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-07-2007 , 08:22 PM
Quote:
Quote:
Having some problems using the script on PRIMA; after an hour or so of playing the script stops working. This problem seems to occur when the "chat box" gets longer.

When I restart the client the script starts working again, but it's kinda annoying having to leave all the tables after about an hour. Is there any way to get around this?

love the script with prima, dave, but i have the same problem.

is this quirk known to you, and if so, any suggestions.

thanks.


p.s. in my case i dont have to restart the client, but i do have to close the table to get it working again.
so i too am pretty sure this has to do with the length of the chat in the chat box.
It is for sure a problem with the chat text getting too large to fit in a default sized AHK variable.

Maybe it can be overcome by using the #MaxMem directive, I'll try this next time I'm on Prima if no-one else has done so by then.

All I do is switch the chat box to "Silent" then back again to "Full Detail" ot wahtever it is normally on - this fixes it for me, no need to leave tables or restart the client.

If I'd have realised perople were leaving juicy tables when deep stacked I'd have posted this sooner

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-07-2007 , 09:23 PM
Quote:
As an aside, does it work on play money with the fancy new FPHG versions? that would be sweet for my testing purposes, save having to move $$ Stars -> Party

dave.
Go for it.

No need to deposit. It works.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-07-2007 , 10:21 PM
Quote:
It is for sure a problem with the chat text getting too large to fit in a default sized AHK variable.

Maybe it can be overcome by using the #MaxMem directive, I'll try this next time I'm on Prima if no-one else has done so by then.

All I do is switch the chat box to "Silent" then back again to "Full Detail" ot wahtever it is normally on - this fixes it for me, no need to leave tables or restart the client.

If I'd have realised perople were leaving juicy tables when deep stacked I'd have posted this sooner

dave.

uhmmm...duh! (guess that's why you write the programs, and we ask the questions.)



p.s. please take a quick peek at the bodog betpot thread if you would be so kind _dave_.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-08-2007 , 12:49 PM
This also doesnt work properly for me on party, using the middle button for preflop just bets 4xBB without accounting for limpers and using the middle or right buttons postflop bets weird small amounts nowhere near the size of the pot. Scrolling with the wheel works well though.

How do I adjust the middle button to raise 3.5x the bb preflop?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-08-2007 , 01:21 PM
Quote:
This also doesnt work properly for me on party, using the middle button for preflop just bets 4xBB without accounting for limpers and using the middle or right buttons postflop bets weird small amounts nowhere near the size of the pot. Scrolling with the wheel works well though.

How do I adjust the middle button to raise 3.5x the bb preflop?
Sounds like you're having the exact same problem I had.

Scroll up to my post from yesterday at 7:01pm. You need to change the settings for FreePHG's ini file.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-08-2007 , 05:52 PM
_dave_,

After the recent party update everything is working for me except the scroll wheel. If I try to use it it sets the bet size to 0.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-08-2007 , 06:21 PM
Met,

Quote:
OK, until _dave_ gets back with a new version, you guys can just do this to temporarily fix the issue:

- Open the script in notepad.
- Find the following line (under the AlterAmount function for Party tables):

StringMid, bb, title, InStr(title, "-",true, 0) + 3, InStr(title, ". ") - InStr(title,"-", true, 0)-3

- Replace it with this line:

StringMid, bb, title, InStr(title, "/") + 1, InStr(title, ". ", InStr(title, "/")) - InStr(title, "/") - 1

- Delete the line underneath it that reads:

bb := bb / 100

- Close and save the notepad file.

You should be good to go.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-09-2007 , 03:09 PM
it seems to be making FTP crash for me, is that just me? it happens once in awhile when it's trying to find the bet size (like it goes from 7, to 6) and i accdeintally try to clikc bet
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-09-2007 , 11:51 PM
wowww i cant believe i didnt use this until now, so so useful, very nice work _dave_

one thing though, if its folded to your sb and you raise pot it makes it 3.5bb where a potsize raise would be making it 3bb there
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-11-2007 , 12:41 AM
Our House, you are a STAR

Thanks so much for posting your fixes for the Party update in my absence.

I'll have a fixed version up in the next couple of days, sorry for the delay - it was not without reason....

Beat: Had my Credit Card frauded for ~£600, decided I didn't trust any of my installed Operating Systems any more.

Beat: 72 hours of canceling cards / formatting hard disks / downloading & re-installing / changing passwords (better safe than sorry)

Brag: No more Windows (except for Poker computer) Gentoo + Xorg + Beryl >>>>> Vista

Variance: Hopefully my bank will refund it - time will tell...


dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-11-2007 , 07:47 AM
Every once in a while whenever I do my standard 3x+limpers raise with a right click on stars, the bet pot script will instead do 2.5x+limpers. Any explanation for this?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-11-2007 , 09:21 AM
You're in the blinds?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-11-2007 , 12:39 PM
Is this mod working for the new stars version? I'm using AEKD's table theme and only the mousewheel option works
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-11-2007 , 02:31 PM
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?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-11-2007 , 04:36 PM
Hey guys, I just read through this entire thread but I couldn't find a solution to my problem. Basically with full tilt when I right-click it brings up the option to change the background but doesn't change the pot amounts ... I saw some people ask this way earlier up in the thread but didn't see a response. Would appreciate of someoen could help me out with this. Thanks! I am using the newest (.2g) version of this script that I know of.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-13-2007 , 05:45 AM
Dave,

the new "start of hotkey setup section" isn't detailed at all in the instructions.

;------------ START OF HOTKEY SETUP SETCTION --------------------

~MButton::
Pot(getid(),"1 .8333 .9286 .875", "smallblind", 0, 0)
return

^MButton::
Pot(getid(),"1", "smallblind", 0, 0)
return

^!MButton::
Pot(getid(),"999", 1, 0, 0)
return

~RButton::
Pot(getid(),"1 0.75 0.75 0.66", "smallblind", "ssnl", 0)
return

The two "^MButton" options didn't exist before, what exactly are these altering?

I assume the F13, F14 etc are just commands... but what are these?


F15::
AlterAmount(getid(),"up", 0.1, "pot")
return

F16::
AlterAmount(getid(),"down", 0.1, "pot")
return

^F15::
AlterAmount(getid(),"up", 0.05, "pot")
return

^F16::
AlterAmount(getid(),"down", 0.05, "pot")
return


/*
q::
Pot(getid(),"0.5 0.5 0.5 0.5", 0.2, 0, 0)
return
*/


and how does altering them change the script?

sorry if this is obvious. Thank you!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-13-2007 , 02:43 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?
Same here
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-14-2007 , 12:58 AM
This has been working fine for me on FT and Stars.. scroll works, middle click works.. right click works. However if I play a sng on stars it does absolutely nothing, the scroll works.. but it can't determine what the blinds are.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-14-2007 , 04:29 PM
I just moved from Stars to FTP, and this script worked perfectly on Stars, however I'm finding that it is overbetting on FTP. EG when I press button to bet half pot it bets 80% of pot, and 2/3 and 3/4 pot buttons bet even higher. I've played tables on Stars and FTP on the same time and it works fine on Stars but FTP still overbets. Any solutions?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-16-2007 , 05:33 PM
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
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-16-2007 , 07:29 PM
Dave
I just found this script. Its awesome thanks. Having problems though. I am using 32 bit color mode, hypersimple theme, and windows classic theme. I am using debug=0, and have tried debug=1. I changed the pot line (1067 i think to the script earlier in this thread, and now I get this error running the script. Before I changed it I could scroll potsize but the pot buttons did not work. What is wrong?

BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-16-2007 , 10:24 PM
I'm running simple theme in vista, and can't get the mouse2 and mouse3 buttons to work, but mousewheel up/down works properly.

Anyone know what I can do?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
02-16-2007 , 10:40 PM
To All - when making bug reports such as this one:

Quote:

I'm running simple theme in vista, and can't get the mouse2 and mouse3 buttons to work, but mousewheel up/down works properly.

Anyone know what I can do?


or this:

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
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
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m