Open Side Menu Go to the Top
Register
StarsCash - free script for PokerStars containing all functions cash player may need. StarsCash - free script for PokerStars containing all functions cash player may need.

05-27-2010 , 02:41 PM
Also at BetPot, on the river it sometimes shoves all in if the pot is over 1$ (cost me a few buy-ins at 2NL)
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-27-2010 , 03:27 PM
malloc,aliens, there aren't currently any plans to add table joiner.
aliens, looks like script can't read numbers from call button correctly, are you using latest version (post 371 link)? Which table theme are you using and are table buttons modified somehow? You can try using different table theme, you can also try setting debug:=1 at the script beginning to check if any number is being read wrong from screen. Set pre to 100 in addition to ssnl for 4+1 preflop open raise.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-27-2010 , 09:44 PM
Max,

Yes I am using the version in the 371 post, using the black table theme, no buttons are modified whatsoever. Pre is set to 100, same result. Will try a different theme, but momentarily I'll have to use the Stars Hotkeys script, which would be great if you could implement it in your Table Hotkeys tab.

It's basically similar to betpot, but it can't bet a procent of the pot, you have to use the "bet x bb" keybinds or the "increase/decrease bet by 25/50%" - which is not all that bad since it no longer requires reading stuff from the table, and it is thus theme independent (also doesn't require turning off aero on windows 7 or any other modifications).

Regarding betpot, I will try to use it with debug on, and see what's going on.

One more thing regarding betpot, it behaves weird when someone else made a raise before me (it has not been folded/checked to me). Let me give you an example:

Heads up on the flop, pot is 0.24. Villain bets 0.10. Action goes to me. betpot correctly indentifies new pot of 0.34 (used debug), however the value for betpot with flop percent at 70% is 0.41.

Another example:

Preflop SB, BB, 1 limper, 1 raises 3xBB. Betpot with pre set at 100% is 0.23 (even if it correctly identifies pot size as being 0.11).

Last edited by aliens; 05-27-2010 at 10:02 PM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-27-2010 , 10:24 PM
A problem I found (though cannot replicate every time) is when there is only one limper preflop, betpot debug identifies pot correctly, but identifies street as "river", thus 0.66 (or whatever the river procent is) applies.

Also I found the problem with pots over 1$. For example, a pot of 1.05 is identified as 105, thus the betpot key would pretty much put me all in. This is on the black theme.

Last edited by aliens; 05-27-2010 at 10:50 PM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-27-2010 , 11:52 PM
Both problems above no longer seem to appear when using hypersimple theme. Guess the black theme has some issues with betpot.

The "someone raised before me" issue is still there. This seems theme independent and has something to do with the betpot script itself. I'm not sure how betpot calculates it, probably adds something that it shouldn't (maybe it calculates the x% of the pot, then it also adds a minraise?) Anyway this is less of a problem since, when I get raised, I shouldn't use the betpot button anyway (either check, call or raise).
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 12:35 AM
Quote:
A problem I found (though cannot replicate every time) is when there is only one limper preflop, betpot debug identifies pot correctly, but identifies street as "river", thus 0.66 (or whatever the river procent is) applies.
Script is looking for certain number of white pixels at card supposed location to check if it is there so it is independent of limpers number, it may be custom deck or background problem.
Quote:
Also I found the problem with pots over 1$. For example, a pot of 1.05 is identified as 105, thus the betpot key would pretty much put me all in. This is on the black theme.
Ok, i'll check it out.
Quote:
The "someone raised before me" issue is still there. This seems theme independent and has something to do with the betpot script itself.
It is not an issue at all, xPot% will work for not raised pot and it will work as 3bet in raised flop, here is formula
Code:
pot := ((pot + call)* (frac)) + call
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 01:23 AM
Quote:
It is not an issue at all, xPot% will work for not raised pot and it will work as 3bet in raised flop, here is formula
Code:
pot := ((pot + call)* (frac)) + call
Ah ok, my bad then didn't know about the 3bet thingy. Thanks for pointing out the formula in case I want to adjust it.

Seems everything else betpot related was being caused by the black theme.


I do have one more issue regarding table highlighting, after a certain amount of time it doesn't draw the red box anymore on active table if I have the "Popup table whenever user action is required" option. To redraw it I have to click another table or to use "Activate next table" hotkey. I've tested this only with black theme.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 03:23 AM
aliens, here is fixed set of starspics for Black theme http://depositfiles.com/files/0hgqb3tbj
You mean "Highlight table with action on hero" option i guess? Active table with fold button visible should be highlighted, if there is no fold button on active table then it won't be highlighted. You can use "Highlight active table" option instead to highlight active table no matter what.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 03:37 AM
Here is StarsCash version with alternative BetPot function: xbb preflop open raise +xbb per limper and xbb 3bet for every street can be specified, pot% from BetPot tab will still work for contbet and donkbet. There is alternative street detection function implemented too, it can be disabled by setting altstreetdetection:=0 at the script beginning, alternative function should make BetPot function work much faster. It is recommended to set debug:=1 and check if it is working correctly on first run.
These new settings must be specified manually at the very script beginning for now. This version was tested just by few people so any bug report is welcome.

http://depositfiles.com/files/45s1uj0i0

I'll try to add all recent requests to this version as soon as i'm sure that it is working correctly.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 07:47 AM
Hello. I'm using the latest version. Betpot me not working. When I press the wheel button, set the bet to zero. I use the hyper-simple theme

Thanks
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 07:58 AM
Teijeiro, is correct table theme chosen on General tab?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 12:50 PM
Quote:
Originally Posted by Max1mums
there aren't currently any plans to add table joiner
Actually just replacing this code


Code:
 If Black
 {
  joinbutton=PokerStarsButtonClass4
  unjoinbutton=PokerStarsButtonClass3
 }
with this code

Code:
 If Black
 {
  joinbutton=PokerStarsButtonClass10
  unjoinbutton=PokerStarsButtonClass3
 }
in your JoinWaitlistLobbyGroup function will actually join x tables instead of joining x waiting lists. Now if there was a way to check if there is a waiting list button, so you can condition to join the waiting list if there is a waiting list button, and join the table if there isn't :>

PS: For Black lobby theme

Last edited by aliens; 05-28-2010 at 12:57 PM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 03:28 PM
Quote:
Originally Posted by Max1mums
aliens, here is fixed set of starspics for Black theme http://depositfiles.com/files/0hgqb3tbj
You mean "Highlight table with action on hero" option i guess? Active table with fold button visible should be highlighted, if there is no fold button on active table then it won't be highlighted. You can use "Highlight active table" option instead to highlight active table no matter what.

The new black theme pics work perfectly, no longer have any problems with pots over 1$.

About the highlight thing, I was already using the Highlight active table option. When a new active table shows up, sometimes the highlight just doesn't appear (although it may appear on the next one).
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2010 , 04:07 PM
You can try changing
Code:
settimer,Highlighter,70
line to make highlighter work faster.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-29-2010 , 06:54 PM
Hi Max1mums,

I've never used AHK.
I just started reading today about it in the 2+2 and read threads of :

StackAndTile
Poker Shortcuts
StarsHotkeys

and yours off course

I use the Slick theme on Pokerstars with modified background that is yellow and CoffeeDeck Card Mods from tiltbuster.
Now a cool script is that of StackAndTile in combo with yours or with Poker Shortcuts/StarsHotkeys but I have no idea which one works for my setup, so I don't know which one I have to download and try to learn-and it seems a LOT to learn about scripts.
I play 6max on 6 tables - tried 9 tables and it's overlapping too much w the tables tiled on my 19"monitor and that's why I was thinking of the StackAndTile + StarsCash.

Can you please advise ?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-29-2010 , 07:09 PM
Lebon33, i'm not cash player myself so i can't say which combination works best, my advise is to test all scripts/combos on microlimits/playmoney first. I'm not sure about your deck compatibility with StarsCash BetPot function, you can set debug:=1 at the script beginning and check if street is being detected correctly, there shouldn't be any problems with custom background.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-29-2010 , 07:17 PM
Quote:
Originally Posted by Max1mums
Lebon33, i'm not cash player myself so i can't say which combination works best, my advise is to test all scripts/combos on microlimits/playmoney first. I'm not sure about your deck compatibility with StarsCash BetPot function, you can set debug:=1 at the script beginning and check if street is being detected correctly, there shouldn't be any problems with custom background.
Thanks for answering so fast
Well ...I don't know exactly what you mean by setting debug:=1 at the script beginning -like I said, I started reading about AHK today but considering I use slick theme which script should I download ??

On post
433:
Quote:
aliens, here is fixed set of starspics for Black theme http://depositfiles.com/files/0hgqb3tbj
434:
Quote:
This version was tested just by few people so any bug report is welcome.

http://depositfiles.com/files/45s1uj0i0

Or another version even earlier than from those links ?


Also what functions will NOT work on playmoney but should work on real money ?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-30-2010 , 01:46 AM
No, this was the fault. Now works correctly.
Thanks

Quote:
Originally Posted by Max1mums
Teijeiro, is correct table theme chosen on General tab?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-30-2010 , 03:17 AM
Lebon33, you can try using script version from post 371 or post 434 link, all functions should work fine for both playmoney and realmoney tables.
By setting debug:=1 i mean rightclick script icon in the tray, choose edit, change debug:=0 line to debug:=1.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-30-2010 , 09:40 AM
Hi,

Today I found this page and I must say that it is a great script.

I made some modifications as I had a problem with betting, folding etc just with a single letter like 'a' (Allin), 'f' (fold).

So, first, I adapted the 'AllIn' hotkey function to the structure of the 'fold' hotkey funtion. I mean adding the whole stuff with:
"if class=PokerStarsTableFrameClass" etc. So; now I can use the letter 'a' also in the chat area.

As I also saw a problem, that the keys 'f', 'a' etc do not work outside of pokerstars windows and that those keys create in the starscash script an endless loop until the mouse hovers a pokerstars windows, I adapted the following at the end of those hotkeys function ('raise' example):

Code:
...
else
{
;ControlGetFocus,ctrl,ahk_id%id%
;ControlSend,%ctrl%,%raise%,ahk_id%id%
 suspend              <<== ADDED
 send {%raise%}
 sleep,100            <<== ADDED
 suspend              <<== ADDED
}
sendmode input
return
Now, my single hotkeys are working fine.

If you agree to this solution, you can put this into your next version.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-30-2010 , 02:19 PM
disregardplease

Last edited by buddhamonk; 05-30-2010 at 02:29 PM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
06-02-2010 , 03:20 PM
I am trying the StarsCashxbb on NL5 cash tables.

If someone has raised it correctly sets it to 3x the betsize as the raise amount.
If however nobody has made a move, it sets the raise amount to $7.08 which is strange.

The hotkey for sit out on all tables works fine, which is great because thats my main use. It toggles however, so if you have 1 table timed out and sitting out, that one will become active. That's fine, but the other hotkey for Remove sitout on all tables doesn't work. I use the Black theme.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
06-02-2010 , 04:51 PM
RNauta, all those problems can happen cause of moded buttons (Call, I'm back).
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
06-03-2010 , 02:10 PM
Max1mums, let me start off by saying thank you so much for the script. Works very well for me using the slick theme. Yesterday, for the first time ever, I was able to take a pee break without fear. That alone is worth a $10 donation.

I've only used it for a day, so I am not extremely familiar with the ins-and-outs of it yet, but I have a few things I want to bring up. (btw I do play FL HE so there is no slider bar if that makes a difference)

Lag: While playing 12 tables, it lagged out my computer a few times, but only for a couple of seconds each time. Happened maybe once every 10 or 20 minutes. Running win7 x64, Intel 2160 1.8GHz, 4GB of memory. Never caused any major hassles, but do you know what might be causing this? Do I just need a faster CPU?

Highlight table: I haven't tried this on "active," only "with action on hero," but it seems to only show the active table with action on the hero. Basically only one at a time, not all of the tables requiring action. If this is a limitation with how stars works, no biggie, but I was just under the impression it would show on all tables where I need to act.

Hotkeys: how do I set ctrl-Q, for example, as a hotkey? I couldn't find info on this.

Auto post blinds: I had this checked together with "press wait for big blind" and I auto-posted as soon as I sat down from UTG+1. I thought it would press wait, then check auto-post, but instead it posted me right away. Is this a bug or can these two not be combined?

Thanks for the time and effort (and support for slick!) you've put into this project.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
06-03-2010 , 02:50 PM
Script is using alot of pixel detection functions so it may be lagging sometimes, i don't think your processor is the problem. The only thing i can suggest is turning aero off (for Pokerstars at least) because pixel detection works much slower with aero on.
Highlighter function is supposed to show table for which hotkeys will be used and how will you determine where to act with few tables highlighted? It is not any kind of limitation.
You should set ^q for ctrl+q hotkey, you can find list of available hotkeys and modifiers here http://www.autohotkey.com/docs/KeyList.htm, http://www.autohotkey.com/docs/Hotkeys.htm
You can use waitbb or auto-post function but not both at the same time for now, there was solution suggested on page 28, i'll add it to the next version.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote

      
m