|
|
| Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods |
10-25-2006, 12:37 PM
|
#61
|
|
_Pooh_Bah_
Join Date: Feb 2005
Location: UK
Posts: 8,484
|
Re: Stars Bet Pot AHK ?
Hi,
it would appear Stars is not going as smoothly for everyone as I would have liked.
Jehaim's instructions are good:
1. Download the zip version
2. Extract all files to some folder - this should get you a BetPot.ahk, and a folder names StarsPics, full of more folders and little images.
3. Run BetPot.ahk from this folder.
This should work, but ovbiously something unexpected is causing complications.
Can anyone who can not get it working, please post (or PM me) a screenshot of a Stars table, when it is your turn to act (Slider visible) - This will help me figure out why it is not working.
Ww'll have this working tonight
dave.
|
|
|
10-25-2006, 01:38 PM
|
#62
|
|
Pooh-Bah
Join Date: Sep 2002
Posts: 3,803
|
Re: Stars Bet Pot AHK ?
We should be able to use any theme right?
I dont have to use the Hyper-Simple Theme do I?
btw dave you are awesome. How can I donate a few bucks?
|
|
|
10-25-2006, 01:43 PM
|
#63
|
|
Pooh-Bah
Join Date: Oct 2004
Location: the American Bukkake
Posts: 4,926
|
Re: Stars Bet Pot AHK ?
yeah did those instructions, on Stars the wheel up and wheel down work decently well, but any right click or pot bet, zeroes out the amount in the box, so the slider is all the way to the left.
on Full Tilt...it scans through the chat box, then the amount box gets zeroed out and the chatbox gets/stays highlighted.
all stats in the bubble are listed as zeroes as well.
|
|
|
10-25-2006, 01:51 PM
|
#64
|
|
Pooh-Bah
Join Date: Sep 2002
Posts: 3,803
|
Re: Stars Bet Pot AHK ?
Quote:
yeah did those instructions, on Stars the wheel up and wheel down work decently well, but any right click or pot bet, zeroes out the amount in the box, so the slider is all the way to the left.
|
I had this problem as well then I changed the theme to hyper-simple and it's loading the correct bet amount now but not auto-betting.
Does this script have auto-betting turned off by default?
Right now it's not working.
|
|
|
10-25-2006, 02:15 PM
|
#65
|
|
Entremanure
Join Date: Apr 2006
Location: Too late. Axe in the minivan
Posts: 8,001
|
Re: Stars Bet Pot AHK ?
Quote:
Does this script have auto-betting turned off by default?
Right now it's not working.
|
""autobet
Set to 1 (one) to have the bet/raise button clicked for you automatically, set to 0 (zero) if you wish to click it yourself after reviewing / adjusting bet amounts. "
quoted off wiki page
|
|
|
10-25-2006, 02:20 PM
|
#66
|
|
Pooh-Bah
Join Date: Sep 2002
Posts: 3,803
|
Re: Stars Bet Pot AHK ?
thanks didnt see the wiki just used the zipfile...ahh
|
|
|
10-25-2006, 02:29 PM
|
#67
|
|
Pooh-Bah
Join Date: Nov 2004
Location: (>'.')>
Posts: 4,328
|
Re: Stars Bet Pot AHK ?
Dave, I'm using a modified version of the hypersimple theme, which is basically that theme with a black background, rather than blue. What does the script do that would make it work on the HS theme, but not on one with a black BG?
|
|
|
10-25-2006, 02:54 PM
|
#68
|
|
Entremanure
Join Date: Apr 2006
Location: Too late. Axe in the minivan
Posts: 8,001
|
Re: Stars Bet Pot AHK ?
Quote:
Clayton: Have you disabled "Dealer Chat" from the FT chatbox - this is required to track the current hand betting actions. Also, It may not work when the chat window is detatched from the table. Try changing these if they apply to your situation.
.
|
Just to clarify for Full Tilt. I need to turn ON dealer Normal or dealer Everything? Also, does it matter that player chat is on or off?
I have Stars working on Hyper-Simple, but only the scroll works on FTP. I am using the "Plain" layout with a modified table (all black)
|
|
|
10-25-2006, 02:59 PM
|
#69
|
|
Carpal \'Tunnel
Join Date: Jun 2005
Posts: 9,409
|
Re: Stars Bet Pot AHK ?
Quote:
yeah did those instructions, on Stars the wheel up and wheel down work decently well, but any right click or pot bet, zeroes out the amount in the box, so the slider is all the way to the left.
on Full Tilt...it scans through the chat box, then the amount box gets zeroed out and the chatbox gets/stays highlighted.
all stats in the bubble are listed as zeroes as well.
|
On FullTilt, click options then make sure Dealer: Everything is checked because that is where the script gets its info from me.
For me on FTP it was kinda working, the scroll up and down worked, and middle click got you a psb but it takes a lot longer than it did on Party to retrieve.
Also, when you right click it just brings up that little menu to switch backgrounds. Anyway to make left click or middle click on the flop be 80% bet, that was the mose useful part of the old script.
Thanks, appreciate all of the work you have done Dave.
|
|
|
10-25-2006, 03:08 PM
|
#70
|
|
_Pooh_Bah_
Join Date: Feb 2005
Location: UK
Posts: 8,484
|
Re: Stars Bet Pot AHK ?
Quote:
Just to clarify for Full Tilt. I need to turn ON dealer Normal or dealer Everything? Also, does it matter that player chat is on or off?
|
It needs to be set to "Dealer: Everything" to work.
Player/Observer chat on/off should not make any difference.
dave.
|
|
|
10-25-2006, 03:17 PM
|
#71
|
|
_Pooh_Bah_
Join Date: Feb 2005
Location: UK
Posts: 8,484
|
Re: Stars Bet Pot AHK ?
Quote:
Anyway to make left click or middle click on the flop be 80% bet, that was the mose useful part of the old script.
|
This version lets you set different bet amounts, per street, for each button (I only have a 3 button mouse  )
I the default code, MButton:: is as follows:
Pot(getid(), "1 1 0.75 0.66", "smallblind", "ssnl", 0)
The highlighted blue section os what you want to change to alter bet amounts, these numbers, seperated by a space, are fractions of pot to bet PRE / FLOP / TURN / RIVER, so in this setting it is full pot preflop, full pot the flop, 3/4 pot on the turn and a 2/3 bet on the river.
Play about with these numbers until it is to your liking
They MUST be specified in decimal notation for it to work, for some reason.
dave.
|
|
|
10-25-2006, 03:24 PM
|
#72
|
|
old hand
Join Date: Aug 2004
Location: Atlanta
Posts: 1,977
|
Re: Stars Bet Pot AHK ?
If I change the round amount from small blind to say 5 dollars, eg 5, does it need to be a string?
I guess yes, but just checking.
|
|
|
10-25-2006, 03:24 PM
|
#73
|
|
old hand
Join Date: Aug 2004
Location: Atlanta
Posts: 1,977
|
Re: Stars Bet Pot AHK ?
Also Dave here is an example of what the Stars problem people are experiencing.
Notive the bottom table/Debug.
|
|
|
10-25-2006, 03:52 PM
|
#74
|
|
_Pooh_Bah_
Join Date: Feb 2005
Location: UK
Posts: 8,484
|
Re: Stars Bet Pot AHK ?
Hi AEKDBet,
Quote:
If I change the round amount from small blind to say 5 dollars, eg 5, does it need to be a string?
I guess yes, but just checking.
|
Either option (quoted string or unquoted decimal) should work, I have only tested with quoted "ssno" or "tourney" rules, and unquoted decimals 0.2 and 3, I tested.
The screen shots are helpful, but jpeg compression and/or resizing has made it all but impossible to imagematch-test on them.
Any chance of posting a PNG screenshot of the slider area?
From the screenshot, it looks like it should work fine, but obviously it is not.
The "all zero" results from the debug tooltip suggest that it is not detecting a supported theme (ad found by colour-testing the slider area), and instantly exiting.
Do you see the blue-highlighted image-matching areas when running in debug mode? I'm guessing no?
dave.
|
|
|
10-25-2006, 04:00 PM
|
#75
|
|
Entremanure
Join Date: Apr 2006
Location: Too late. Axe in the minivan
Posts: 8,001
|
Re: Stars Bet Pot AHK ?
Full Tilt
Pressing wheel or right mouse highlights the chat area and changes bet amount to "0". Scroll works
Dealer Everything
Player Chat checked
Arial 10
Display Bet Amount checked
Display Pot Total checked
"Plain" layout
modified table to all black.
|
|
|
| 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:27 PM.
|