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

07-27-2008 , 12:11 PM
dave, what you said actually didnt work.

I changed the pot field to "1" only as you said but it did the same things... then I realized you also said change fix_blinds :=1 to =0 and I did that. Afterwards, it was outputting 0 for every raise.

I changed it back to fix_blinds :=1 and it still outputs every raise to 0. Very confused....

I am redownloading the script now to see if that will get it at least "working" a little bit now.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-29-2008 , 08:34 AM
Maybe this has been answersed before but there a lot of pages and I tried the search function.

I use iBolide for Ipoker and play in miniview, I used the Ipoker_ShowBetBoxColor 1 function and set everything correct. miniview 1.

However if I use it while playing the only action I get is all-in, it goes full pot and hoover above the all-in button, I cannot get it to work.

Is it, ibolide? Or is there something else?

thanks!

edit: LOL was only checking the search function didnt read the last page The new version: BetPot-v0.2v_IPOKER_TEST_3a works fine.

I wil multitable some tables in a few hours and let you know if there are any bugs, thanks!

Last edited by sweetysven; 07-29-2008 at 08:40 AM.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-29-2008 , 01:15 PM
Ok, did all the fixes for the last 326 pages but nothing seems to work. Running:

Windows XP
BetPot-v0.2v.ahk
newest FPHG
newest Autohotkey version

I still get the error on PARTY...

"Party HHF reader

Handhistory for game .............. not found in file
C:FreePHG_HandHistories\Live\.............live"

But the file excists - do I need to assign the file to a certain program )tried AutoHotKey and FPHG).

Thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-29-2008 , 01:44 PM
Download this one: BetPot-v0.2v_IPOKER_TEST_3a

set everything on Windows to English
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-29-2008 , 02:10 PM
Thanks thats IT!!!!!!

Didnt know it was your Windows language setting
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-29-2008 , 07:35 PM
sorry i'm pretty new using AutoHotKey or any software so I have a few questions that are probably pretty simple... can any1 tell me how to edit the script so if i press 1 it bets 1/3 the pot or 2 for 2/3 pot etc... also if i press bet 2/3 of the pot the the number that 2/3 of the pot would be is displayed but it doesnt actually make the bet.. do i have to click bet or is there anyway i can have it do that automatically
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 05:43 AM
Quote:
Originally Posted by _dave_
You need to switch Prima's dealer chat to none, then back to full detail - it will work again for another hour or so, without reboot. Afte a while, the Prima windows stop respoding to the "GetText" command properly, IDK hy, but it has always been this way - hopefully can figure out how to fix at some point.
I seem to have fixed this by editing the betpot script so that the chat control only contains the hand history of the last hand.

Code:
VarSetCapacity(hh, 2048)
  Loop, 10
  {
    ControlGetText, hh, RichEdit20W1, ahk_id%id%
    If hh
    {
      break
    }
    Sleep, 100
  }
  StringTrimLeft, hh, hh, InStr(hh, " wins ", true, 0)

  ;added by Nysos to reinit the pokerclient chat log
  ControlSetText, RichEdit20W1, %hh%, ahk_id%id%

  StringReplace,hh,hh,€,$,1
 
  prev_bet := 0
It's not a very clean workaround (as you lose previous hands + any chat that occurred) but it seems to work at the moment.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 11:38 AM
For some reason, the script doesnt work at cdpoker (ipoker). I am using the ibolide mod, but i have the same problem with any other mod - even the default table layout.

Nothing works but pressing the mouse wheel - and then, the script writes an all-in amount in the chat box and the mouse pointer is stuck over the all-in button, not very nice

The bet box background is white, however, the script tells me 0x5A0000. Should be reddish, but there is no red anywhere.. if i change it back to white, nothing is working at all.

Any help would be greatly appreciated.

Last edited by Maunzekater; 07-30-2008 at 11:39 AM. Reason: oh, and i am using the english client
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 01:32 PM
Hey dave,

looks like the new update on UB has caused betpot to not work anymore. the scroll wheel still works, but left and m clicking does not. I am sure UB is not a big priority for you , but any chance you could take a look at it?

thanks for all your help
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 04:26 PM
Do any no-images themes (pokerstars' or custom-made) work with bet pot?

If so, which ones?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 04:33 PM
anything that uses hyper-simple or classic as a base (slider, pot size amount and call button) will work fine - the no-image variants are not a problem.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 04:35 PM
Quote:
Originally Posted by guaranteedBluff
Do any no-images themes (pokerstars' or custom-made) work with bet pot?

If so, which ones?
Sure. Most of them should, as long as they use the 'Classic' or 'Simple' base.

My Tolmet and HyperPlus No Images themes work fine with betpot. My Tolmet installer has the option during install to install with custom buttons, or betpot compatible buttons. You basically can replace any custom buttons with the proper buttons that betpot can read.

Last edited by _dave_; 07-30-2008 at 04:37 PM. Reason: Not the "Stars" base imo
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 08:02 PM
_dave_ and fozzy:

This thread is long and the search words I would use aren't going to likely delineate the information i need.

I am currently using the hypersimple theme and all my AHK scripts work great. Am I right in assuming that moving to Pokerstars Black will disable these AHK scripts or is it a simple edit within the AHK script itself?

Thanks for all of your hard work.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 08:10 PM
PokerStars black will stop betpot from making pot-related bets - scrolling will be unaffected.

I'll probably make a new set of images so it works with black soon, since it appears to be quite nice.

most any other AHK script should be unaffected
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 09:18 PM
Quote:
Originally Posted by _dave_
PokerStars black will stop betpot from making pot-related bets - scrolling will be unaffected.
Just realized this myself.

Quote:
I'll probably make a new set of images so it works with black soon, since it appears to be quite nice.
For a free, site-provided theme, its easily the best I have seen. Thanks again
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-30-2008 , 11:34 PM
Quote:
Originally Posted by _dave_
PokerStars black will stop betpot from making pot-related bets - scrolling will be unaffected.

I'll probably make a new set of images so it works with black soon, since it appears to be quite nice.

most any other AHK script should be unaffected
This will be great,... once they un-encrypt it so I can try and build on a mod on the black base.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-31-2008 , 04:52 PM
Quote:
Originally Posted by teecee90
Ok, it works on party but the pre-flop bet sizes are a bit weird in anything other than an unopened pot.

At .10/.25 it bets $1 ok in an unopened pot, but if there is one limper it bets $1.10.

It is also doing something weird with the buttons. For example, if I bet pot pre0-flop, it bets $1 ok but RAISE button on party actually only shows .50 as the bet size.

Anybody else noticed this?
Obviously it's just me
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-31-2008 , 06:49 PM
Hi,

I m using the last version of the script, and it works very well on FTP. But on Pokerstars, even with the classic theme, i can t make pot-related bets, scrolling or whatever. Someone else in this case ?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-31-2008 , 07:10 PM
Quote:
Originally Posted by Dekk
Hi,

I m using the last version of the script, and it works very well on FTP. But on Pokerstars, even with the classic theme, i can t make pot-related bets, scrolling or whatever. Someone else in this case ?
Are you on vista?? If so check the OP for instructions to edit some settings. Did you extract all the betpot files?? Is there a 'StarsPics' folder in the same directory as BetPot-v0.2s.ahk and betpot_default_hotkeys.ahk?? Stars uses image recognition for betpot.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-31-2008 , 07:50 PM
i tried daves script but its slow compared to butchas script and i dont like when the cursor disappears/goes to betbox field.. so im still using butchas cause of the instant reactions but can only use the wheel to scroll betsize up/down so it sucks too, has anyone succesfully modified butchas so u can actually bet pot with it?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
07-31-2008 , 11:56 PM
are you using ipoker_test_3a? it should not be slow, if it is it is easy to use "butcha method" to read/write the bet box if need be.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-01-2008 , 06:45 AM
Quote:
Originally Posted by fozzy71
Did you extract all the betpot files?? Is there a 'StarsPics' folder in the same directory as BetPot-v0.2s.ahk and betpot_default_hotkeys.ahk?? Stars uses image recognition for betpot.
This

I had the betpot v0.2s, but not the starpics folder

tyvm
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-01-2008 , 07:52 AM
Hi there,

I have installed everything as said on vista and it seems to be working but where are the lists for what all the buttons do as adefault. I

t seems that when I click the middle scroll button on my mouse it 4x's and the right button 3x's. How do I get the middle mouse button to raise pot?Sorry I am such a computer noob.

Also is there a detailed explanation of how to change what each button does anywhere?

Thanks in advance

- mcc
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-01-2008 , 10:32 AM
In your folder where you extracted the scripts to you should see 2 files for betpot:

BetPot-v0.2s.ahk - is the script/code

betpot_default_hotkeys.ahk - is the hotkey setup

Right Click > Edit on the hotkeys file.

Middle Click for my current script is:

Code:
~MButton::
Pot(getid(),"1 1 1 1", "bigblind", 0, 0)
return
Right Click:

Code:
~RButton::
Pot(getid(),"1 0.75 0.66 0.66", "bigblind", 0, 0)
return
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
08-01-2008 , 11:05 PM
Ipoker

After few hours of failed attempts on TITAN POKER , I need to post.
I tried both BetPot-v0.2s and BetPot-v0.2v
I have the The chat options "dealer" and "player actions" checked.
I tried to change fullview_tabstops to 9 after a moment ( that was the number I found with the method described in this thread. )

All in all, nothing works. Or the wheel mouse or the hotkeys.
Is there something crucial I missed ?, something without nothing works ?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m