|
|
| Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods |
06-18-2008, 07:09 PM
|
#3001
|
|
grinder
Join Date: Oct 2005
Posts: 400
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Can someone confirm that either the ipoker_test_3 or test_2 work for any ipoker skin? I tried both on carlos poker mini view and neither worked. I'm about to open up a new account on noiq poker but can't play there unless there is a working betpot script.
Thx
|
|
|
06-18-2008, 07:24 PM
|
#3002
|
|
_Pooh_Bah_
Join Date: Feb 2005
Location: UK
Posts: 8,484
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Test3 is the only one that will produce correct bet sizing on an updated iPoker skin.
Quote:
|
I tried both on carlos poker mini view and neither worked.
|
What did you try / how did "not working" appear?
People have reported working properly on noiq, cardoza, and others I forget... myself on noble works fine. I doubt carlos is any different, but IDK it may be...
|
|
|
06-18-2008, 09:12 PM
|
#3003
|
|
grinder
Join Date: Oct 2005
Posts: 400
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Quote:
Originally Posted by _dave_
Test3 is the only one that will produce correct bet sizing on an updated iPoker skin.
What did you try / how did "not working" appear?
People have reported working properly on noiq, cardoza, and others I forget... myself on noble works fine. I doubt carlos is any different, but IDK it may be...
|
Hey,
Nothing is happening at all. I just tried it on the cardoza play money games and no commands work. Is there anything I have to use in conjuction with Test3? Does the fact that I use ibollide break anything?
|
|
|
06-18-2008, 09:22 PM
|
#3004
|
|
_Pooh_Bah_
Join Date: Feb 2005
Location: UK
Posts: 8,484
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Quote:
Originally Posted by younggunz
Hey,
Nothing is happening at all. I just tried it on the cardoza play money games and no commands work.
|
I imagine it doesn't work on play money games then. try it on cash tables. If it doesn't even move the mouse, it is not recognising the play tables as any known site.
Quote:
|
Is there anything I have to use in conjuction with Test3? Does the fact that I use ibollide break anything?
|
nothing needed, themes do not matter.
All you should need do is have the dealer messages on, and adjust the "tabstops" numbers if it is targetting the wrong control for your ipoker skin.
|
|
|
06-19-2008, 01:13 PM
|
#3006
|
|
adept
Join Date: Aug 2007
Location: Searching the great unknown infinit
Posts: 783
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Quote:
Originally Posted by _dave_
Test3 is the only one that will produce correct bet sizing on an updated iPoker skin.
|
Where can I find it? Have looked the last pages and found nothing...
|
|
|
06-19-2008, 06:56 PM
|
#3007
|
|
grinder
Join Date: Nov 2006
Posts: 415
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
I have noticed a small possible bug in ipoker part of the script (test_v3).
I have right mouse button set to raise pot pre-flop (and this works fine on other sites), and on ipoker if I am the initial raiser it correctly raises the pot. However, I noticed that I was sitting in the SB, the button opened, and I clicked to 3-bet to the pot, however the amount it tried to raise to was $1 (in a 0.5/1 game) less than a pot sized raise (and the amount confirmed by clicking the pot button available in the client).
|
|
|
06-19-2008, 06:59 PM
|
#3008
|
|
_Pooh_Bah_
Join Date: Feb 2005
Location: UK
Posts: 8,484
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
What, this only happens when you are SB?
|
|
|
06-19-2008, 07:14 PM
|
#3009
|
|
_Pooh_Bah_
Join Date: Feb 2005
Location: UK
Posts: 8,484
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
OK people posting in the "Prima Petition" threead, here is I hope a fixed version. I cannot tell since I do not have any monies on MicroGaming at this time.
Looks like they changes the text format to "raises by" notation, which is annoying and awkward, but explains why postflop raising actions were so far messed up.
BetPot-v0.2s_EUROLINX_2
http://overcards.com/wiki/moin.cgi/B...EUROLINX_2.zip
there is a setting at the stat of the main file "prima_miniview := 0" - if you set this to one, it might work on miniview. You must set it to whatever view you are using, I cannot guess a method to accurately tell the difference right now, although I'd like to do so eventually.
There is another setting "enable_prima_actions := 1" - this sets if the Fold(getid()) / call / raise commands work on Prima - they work for me on play money, but if they don't or are dangerous set this to zero to turn them off.
Also, hopefully fixed is the issue where "chat" needs reset after a hundred hands or so - I've manually allocated 2MB for chat data, I guess that should be enough...
Feedback appreciated on any/all Prima issues - if something is now fixed please let me know, if it is still not working properly I'm wanting debug screenshot please and ideally the HH for the hand too (or description of the situation so I can try and reproduce the problem).
dave.
|
|
|
06-19-2008, 09:30 PM
|
#3010
|
|
stranger
Join Date: Mar 2008
Posts: 6
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
This is for the new prima script
I gave it a test and it seems to work fine for me but the only thing is that i dont get it to "bet" the amount. It calculates right and everything but it just dont hit "enter" afterwards.
Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 1)
it used to just set this line to 1 to press enter right ?
what am i missin. Runnin vista as admin and changed the borders to 1
thanks for the great work dave
|
|
|
06-20-2008, 04:34 AM
|
#3011
|
|
enthusiast
Join Date: Jun 2007
Location: Antwerp, Belgium
Posts: 73
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Quote:
Originally Posted by _dave_
OK people posting in the "Prima Petition" threead, here is I hope a fixed version. I cannot tell since I do not have any monies on MicroGaming at this time.
Looks like they changes the text format to "raises by" notation, which is annoying and awkward, but explains why postflop raising actions were so far messed up.
BetPot-v0.2s_EUROLINX_2
http://overcards.com/wiki/moin.cgi/B...EUROLINX_2.zip
there is a setting at the stat of the main file "prima_miniview := 0" - if you set this to one, it might work on miniview. You must set it to whatever view you are using, I cannot guess a method to accurately tell the difference right now, although I'd like to do so eventually.
There is another setting "enable_prima_actions := 1" - this sets if the Fold(getid()) / call / raise commands work on Prima - they work for me on play money, but if they don't or are dangerous set this to zero to turn them off.
Also, hopefully fixed is the issue where "chat" needs reset after a hundred hands or so - I've manually allocated 2MB for chat data, I guess that should be enough...
Feedback appreciated on any/all Prima issues - if something is now fixed please let me know, if it is still not working properly I'm wanting debug screenshot please and ideally the HH for the hand too (or description of the situation so I can try and reproduce the problem).
dave.
|
Thanks Dave! Gonna test it.
|
|
|
06-20-2008, 04:36 AM
|
#3012
|
|
adept
Join Date: Mar 2007
Location: monkeyspew
Posts: 709
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Quote:
Originally Posted by _dave_
there is a setting at the stat of the main file "prima_miniview := 0" - if you set this to one, it might work on miniview. You must set it to whatever view you are using, I cannot guess a method to accurately tell the difference right now, although I'd like to do so eventually.
|
works, thx dave
Last edited by Neku; 06-20-2008 at 04:57 AM.
|
|
|
06-20-2008, 05:17 AM
|
#3013
|
|
enthusiast
Join Date: Jun 2007
Location: Antwerp, Belgium
Posts: 73
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Quote:
Originally Posted by _dave_
OK people posting in the "Prima Petition" threead, here is I hope a fixed version. I cannot tell since I do not have any monies on MicroGaming at this time.
Looks like they changes the text format to "raises by" notation, which is annoying and awkward, but explains why postflop raising actions were so far messed up.
BetPot-v0.2s_EUROLINX_2
http://overcards.com/wiki/moin.cgi/B...EUROLINX_2.zip
there is a setting at the stat of the main file "prima_miniview := 0" - if you set this to one, it might work on miniview. You must set it to whatever view you are using, I cannot guess a method to accurately tell the difference right now, although I'd like to do so eventually.
There is another setting "enable_prima_actions := 1" - this sets if the Fold(getid()) / call / raise commands work on Prima - they work for me on play money, but if they don't or are dangerous set this to zero to turn them off.
Also, hopefully fixed is the issue where "chat" needs reset after a hundred hands or so - I've manually allocated 2MB for chat data, I guess that should be enough...
Feedback appreciated on any/all Prima issues - if something is now fixed please let me know, if it is still not working properly I'm wanting debug screenshot please and ideally the HH for the hand too (or description of the situation so I can try and reproduce the problem).
dave.
|
Ok Dave, tested it and the betsizing is fixed, thanks a lot for that!
However, I found one small problem that I already fixed myself in the previous Eurolinx release. There is an error in how the bb is extracted from the title since the microgaming/prima upgrade.
The Prima table titles are something like "blabla $0.05/0.10 blabla" or "blabla €0.05/0.10 blabla"
Your code:
Else IfWinExist, ahk_id%id% ahk_group PrimaTables
{
StringReplace,title,title,€,$,1
StringTrimLeft, bb, title, InStr(title, "$", true, 0) ; bb is now "0.05/0.10 blabla"
StringMid, bb, bb, InStr(bb, "/")-1,, L ; bb is now "0.05"
}
This causes the bb to be the smallblind. On $10NL, that would be bb=$0.05
I replaced that code with this:
Else IfWinExist, ahk_id%id% ahk_group PrimaTables
{
StringTrimLeft, bb, title, InStr(title, "/", true, 0) ; bb is now "0.10 blabla"
StringMid, bb, bb, InStr(bb, " ")-1,, L ; bb is now "0.10" }
So now bb = $0.10
Thanks again for the fix!
Last edited by HonteleJ; 06-20-2008 at 05:36 AM.
|
|
|
06-20-2008, 05:18 AM
|
#3014
|
|
grinder
Join Date: Nov 2006
Posts: 415
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Quote:
Originally Posted by oracle3001
I have noticed a small possible bug in ipoker part of the script (test_v3).
I have right mouse button set to raise pot pre-flop (and this works fine on other sites), and on ipoker if I am the initial raiser it correctly raises the pot. However, I noticed that I was sitting in the SB, the button opened, and I clicked to 3-bet to the pot, however the amount it tried to raise to was $1 (in a 0.5/1 game) less than a pot sized raise (and the amount confirmed by clicking the pot button available in the client).
|
Quote:
Originally Posted by _dave_
What, this only happens when you are SB?
|
In all honesty I don't know if it only happens in the SB. I noticed that my pot sized 3-bet was incorrectly sized in that specific situation. I don't know if all pot sized 3-bets were incorrect, because PT3 isn't working for me so it put an end to my play pretty much as soon as it got going.
|
|
|
06-20-2008, 05:43 AM
|
#3015
|
|
veteran
Join Date: Feb 2004
Location: Trying to understand NLHTP
Posts: 3,257
|
Re: BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)
Hey _dave_ I don't like running the poker applications as administrators so the BTP script could not succeed at the ControlSetText cannot make it across the managed application barrier. A sloppy work around was to replace the following:
Code:
ControlSetText, %stars_editbox%, %t%, ahk_id%id%
with
Code:
;
; Click on the control
;
ControlClick , %stars_editbox%, ahk_id%id%
;
; Send 8 delete keys to the edit box to delete the contents
; good for up to XXXXX.XX or 99999.99 to erase ;)
;
ControlSend , %stars_editbox%, {Delete 5}, ahk_id%id%
;
; Send the t variable as key sequence to the edit box
;
ControlSend , %stars_editbox%, %t%, ahk_id%id%
It is sloppier and slower, but it does let me cross the managed process boundary that ControlSetText bounces off of.
Last edited by Vern; 06-20-2008 at 05:54 AM.
Reason: Typos
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 03:25 PM.
|