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

10-25-2006 , 04:02 PM
Having the same problem as everyone else with Stars. Using the default theme.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 04:02 PM
Quote:
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.
You got it, here's the screenshot almost unaltered in png format. I am using 2 monitors @ 1600 X 1200 each.


IMAGE HERE, ~950K
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 04:06 PM
On PS the script works fine except the extra zeros if you want to get picky.

On FTP it works but with a delay (this normal?) But Right click doesn't work for me, I get the option to change the background instead
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:02 PM
_dave_

I have noticed that on Full Tilt, when I run your debug script, BTP.ahk doesn't pick up the Blinds.

I worked on Stars first and it now runs fine. I was testing on a .10/.25 table. When I started to try and figure out my FTP problem (on a .25/.50 table), I ran the debug and it showed:

Pot 3.05
Call 1.10
Hero_bet 0

Blinds .10/0
Street flop

4
1111 (wheel button setup)

1

And it showed the same thing for 10 hands, every street. I assume it was a Stars left over....

So I rebooted and now get:
Pot 0
Call 0
Hero_ 0

Blinds 0/0
street pre

4
1111

1

after starting only FTP and your script... no change, 40 hands.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:20 PM
For those who have it working on Stars please give exact details on your setup.

after downloading zip file...

-did you edit BetPot.ahk? or just run it.
-what theme are you using
-when you tested it what was the size of your table? Large, Medium, Small, tiny? (0-6) in actions folder if you know what that means

- were u using a card mod?
- what resolution is your monitor running?


Thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:31 PM
AEKDBet,

After studying your PNG image, something really weird is going on...

All of the shades of blue in your Hyper-Simple theme are *ever so slightly darker* than on my PokerStars install.

This of course means that anything checking the colours of areas or matching bitmaps of numbers etc. (like all of the Stars code) does not work as expected, if at all.

I suspect this is the cause of failure for most in this thread having trouble with Hyper-Simple on Stars.

I wonder if it is possible Stars have changed the colours slightly at some point, but did not feel it was sufficient a change to push the uppdate to all users?

Open up a few of the large (6) pot or call images, and compare the the blues between my images and yours to see what I mean.




This is not hard to fix (just needs a new folder full of pot/call images) but I have no idea how to make my client display the slightly different shades of blue


Will think of something....

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:35 PM
Hi King Spew,

Try this:

Go to line 436 in the BetPot.ahk script, and uncomment (remove the preceding ; symbol) the line:

Msgbox, %hh%

This will cause the FullTilt Pot code to pop up waht it thinks is the current hand history.

You do not need to be seated for this to work, so just open up a few random tables, wait for a hand or two to be polayed, and middle click - See if you are actually realtime hand-histories into the script, it sounds like for some reason you are not.


So you have any software running that would prevent AHK access to the Windows clipboard (used for capturing the HH)?

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:43 PM
Dave I had noticed this and am working on a fix
I changed the code so that
if (col = "0x00327F")
{
ThemeDir := "normal"
}
else if (col = "0xDDD7CC")
{
ThemeDir := "HyperSimple"
}
else
{
Msgbox, exiting`n%col%

return
}

MSGbox exiting would come up if the colors didn't match, so that is the problem, I'm photoshoping now
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:44 PM
Quote:

On FTP it works but with a delay (this normal?) But Right click doesn't work for me, I get the option to change the background instead
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:46 PM
AEKDBet,

you were getting a Msgbox saying your colour was 0xDED7CE ?


Quote:
I'm photoshoping now
Are you photoshopping the pot/call images, or trying to change your theme?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:47 PM
Dave: Script is working fine for me on Stars using Hyper Simple. When using my custom theme (basically just a black table) only the scroll functions work. Is there a way I can mod this so it works for my xtheme?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 05:55 PM
Quote:

Script is working fine for me on Stars using Hyper Simple.

Glad to hear it

Quote:
Is there a way I can mod this so it works for my xtheme?
Absolutely, but what to do depends on what your custom theme is based on, i.e which pot/call images are used.

I am presuming it is not just hyper-simple with a black background image? that should work as is...


Post a screenshot if you like - it helps to see what you are thinking of..

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:01 PM
Ahh im using the silver buttons as well. Heres a SS:

BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:04 PM
Is there a way to change the color of the POT box?

The thing is I was changing the colors of the numbers in pot and call....

EG for the default theme your color is


E0 D9 B5 (the tan / skin color)
...............VS my monitor the color is
E7 DB B5
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:07 PM
I can tell from this screenshot that the "pot" images from the "normal" folder will work fine.

But since you are not sitting, I can't see your action buttons / slider.

I presume they are not from the normal theme, due to your silver "leave table" / "Chat window" etc.

Are the rest of the buttons from Hyper-Simple?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:08 PM
ControlSend, FTCChat1, {PGDN}, ahk_id%id%
}
hh := clipboard

BlockInput, Default

StringTrimLeft, hh, hh, InStr(hh, "Dealer: Hand #", true, 0)

Msgbox, %hh% <---------------------

Loop, Parse, hh, `n
{
If a_loopfield contains %nl_actions%
{

I don't have a line so I copied where I deleted the ;

I get a 2" square popup window with an "OK" radio button.... so I guess I am not getting the histories.

When I press the wheel button or right bttn, the chat window does get highlighted.

I rebooted and only started FTP and your app.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:15 PM
SS with me sitting:


Edit: I think my button colors are from the "Stars" Theme.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:18 PM
Quote:
Ahh im using the silver buttons as well. Heres a SS:


Pat, How do you put those dots instead of open seats?
Im using AEKD's mod, but would love to add those dots into it or just use yours since its soo similar. Hook a brother up =)
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:18 PM
Quote:
AEKDBet,

After studying your PNG image, something really weird is going on...

All of the shades of blue in your Hyper-Simple theme are *ever so slightly darker* than on my PokerStars install.

This of course means that anything checking the colours of areas or matching bitmaps of numbers etc. (like all of the Stars code) does not work as expected, if at all.

I suspect this is the cause of failure for most in this thread having trouble with Hyper-Simple on Stars.

I wonder if it is possible Stars have changed the colours slightly at some point, but did not feel it was sufficient a change to push the uppdate to all users?

Open up a few of the large (6) pot or call images, and compare the the blues between my images and yours to see what I mean.




This is not hard to fix (just needs a new folder full of pot/call images) but I have no idea how to make my client display the slightly different shades of blue


Will think of something....

dave.
Just to let you now, I have the same issue using the standard Stars theme.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:29 PM
DonButtons: I actually got the mod from Handsome

I will PM you with info, I don't think he would mind me passing it along.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:33 PM
Dave,

maybe upload the hypersimple images from your stars directory to Overcards, that way people will have the same color buttons, slider etc.

dunno if this is possible but seems like an easy fix
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:33 PM
Quote:
Just to let you now, I have the same issue using the standard Stars theme.
With the brown buttons?

Pls post a PNG screenshot if you don't mind,

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:37 PM
Pat,

That does indeed look like the rest of "hyper-simple" but with "normal" pot colours.

Because of the colour of your slider, this will be recognised by the script as Hyper Simple.

If you want the script to work on your mod, copy the entire contents of

starspics\normal\pot

over to

starspics\hypersimple\pot

overwriting all.

This will of course break the script when using hypersimple theme, but it should work for your current (handsome) theme

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:40 PM
Ok, played with it a bit more, it was working on some tables perfectly fine, and on others I kept getting this popup:

Error: This variable or function name contains an illegal character. Specifically: c-948

Line 1205: C%lastXpos% = %t%

Also, it's betting half a bb more than pot for me, how do I fix this?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
10-25-2006 , 06:47 PM
Oreo,

Quote:

maybe upload the hypersimple images from your stars directory to Overcards, that way people will have the same color buttons, slider etc.

dunno if this is possible but seems like an easy fix

This seems like a good plan, just trying to figure out if it can be done.

I am starting to think the colour of the potsize area is controlled by gx.ini, but I can't pin down where yet...

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m