Open Side Menu Go to the Top
Register
AHK script:Stars Filtered SNG Opener AHK script:Stars Filtered SNG Opener

05-23-2013 , 11:17 AM
It doesn't work for me, I've installed autohotkey, downloaded the latest ver of script (opened in notepad, saved as opener.ahk) , moved it to appdata/local/pokerstars.eu and it says that "pokerstars.log.0 file path is incorrect". I tried to delete pokerstars.log.0 file but it didn't work.
EDIT: ok it works, i runned Pokerstars as admin, thanks!
AHK script:Stars Filtered SNG Opener Quote
05-24-2013 , 01:36 PM
Sorry for not taking the time to read the entire thread but have a question, doest this script helps to auto reg for several types of SNGs?
AHK script:Stars Filtered SNG Opener Quote
05-24-2013 , 04:01 PM
Quote:
Originally Posted by Potamito
Sorry for not taking the time to read the entire thread but have a question, doest this script helps to auto reg for several types of SNGs?
I'd like to know this as well, especially given the ongoing crisis with TN. Does this replace SNG sensei effectively?
AHK script:Stars Filtered SNG Opener Quote
05-24-2013 , 04:36 PM
The script if running will register you to everything in the lobby (so be careful) it currently doesn't give you an option via the script what to individually register to, so you have to set up your stars filters to avoid registering to unwanted games.

Once you set your stars filters to say $8 180 mans and $3r 180 then set the script to register you for say 20 games you cant choose how many of each you want to load (8 $3r 12 $8), it will just register you to which ever one comes available, so $3R will load faster so you will be registered to more of those over the $8s.
AHK script:Stars Filtered SNG Opener Quote
05-30-2013 , 10:04 AM
what is batch-register, setreg mode, times to scroll for?
The close lobbies feature, you can already do this from Stars?
AHK script:Stars Filtered SNG Opener Quote
05-31-2013 , 02:20 PM
I always have the problem that it opens one table more than wanted.
What exactly do I have to setup to always have 6 tables open at once and stop after an hour of play?

Thanks for any help!
AHK script:Stars Filtered SNG Opener Quote
05-31-2013 , 02:58 PM
Always, you say?

No of SNG's to keep open: 5
Limit total time to (min): 60
AHK script:Stars Filtered SNG Opener Quote
05-31-2013 , 03:25 PM
if i do this, then its not opening another sng if one has been closed and only 5 left. but it will open up two if another gets closed, so when 4 left.
Thats strange.
AHK script:Stars Filtered SNG Opener Quote
05-31-2013 , 09:43 PM
Kreatief, set your "pokerstars.log.0" file path manually at the script beginning if the count is incorrect or you get error message at the script start.
Code:
;;;;;;;;;;;SET YOUR pokerstars.log.0 file path here;;;;;;;;;;;;;;;
;;;;;;;;;;;eg logfile:="c:\Program Files\PokerStars\pokerstars.log.0"
logfile:= pspath . "pokerstars.log.0"
AHK script:Stars Filtered SNG Opener Quote
06-01-2013 , 03:43 AM
I did that and opening sngs is working, but with the exception that it opens one sng too much.
No one else having this problem? I also increased the sng opening times, cause I thought it might not find the opening sng while checking for the amount of opened tables.
I will have to check the code myself, although i have never written a line of ahk code

Which lobby theme is the best to work with the opener?
AHK script:Stars Filtered SNG Opener Quote
06-01-2013 , 05:44 AM
Kreatief, this happened to people if incorrect filepath was used (the script shows Tables Open/waiting: 0 all the time in that case), table amount is limited to the physical table count then. Press ctrl+r in the stars client and check if Tables Open/waiting is equal to the table count there.
AHK script:Stars Filtered SNG Opener Quote
06-01-2013 , 12:25 PM
Quote:
if i do this, then its not opening another sng if one has been closed and only 5 left. but it will open up two if another gets closed, so when 4 left.
To me this souds like the script is registering too fast to catch up with file reads. Try increasing the time interval (Register every (sec)).

edit:
Quote:
yes its always saying 0 open/Waiting
Ok then, scratch that.

Last edited by Baobhan-Sith; 06-01-2013 at 12:31 PM.
AHK script:Stars Filtered SNG Opener Quote
06-01-2013 , 12:28 PM
Quote:
Originally Posted by Max1mums
Kreatief, this happened to people if incorrect filepath was used (the script shows Tables Open/waiting: 0 all the time in that case), table amount is limited to the physical table count then. Press ctrl+r in the stars client and check if Tables Open/waiting is equal to the table count there.
Ok i see. And yes its always saying 0 open/Waiting, although no error message box pops up at startup. I will have to check that. (Stars and ahk are started as admin, dunno what else could be wrong, path should fit).

Thanks for the help so far, I will test the path.
AHK script:Stars Filtered SNG Opener Quote
06-01-2013 , 12:39 PM
Kreatief, you use unicode Autohotkey program build then i believe, try installing this version http://www.autohotkey.com/download/A...05_Install.exe
AHK script:Stars Filtered SNG Opener Quote
06-04-2013 , 03:03 PM
Quote:
Originally Posted by Max1mums
Kreatief, you use unicode Autohotkey program build then i believe, try installing this version http://www.autohotkey.com/download/A...05_Install.exe
I had the same problem, now it works. Thank you!
AHK script:Stars Filtered SNG Opener Quote
06-07-2013 , 06:09 PM
I have done all the log.0 business and my counters are still on 0.

Also the minimise lobby doesn't seem to work, always pops up at the front.

any ideas with this?
AHK script:Stars Filtered SNG Opener Quote
06-07-2013 , 06:14 PM
Just updated my Client max and current version is not working Just says waiting
AHK script:Stars Filtered SNG Opener Quote
06-07-2013 , 08:20 PM
NVM

Last edited by Matsuri; 06-07-2013 at 08:29 PM. Reason: solved
AHK script:Stars Filtered SNG Opener Quote
06-07-2013 , 11:40 PM
Thanks Maxi,

This seems to work no problems so far. Was a little difficult to set up without reading the entire thread. (well not that difficult)

So cliff notes are:

1) download Autohotkey
2) copy maximums SFSO_4.0a
3) change the log.0 file line in the script to your log.0 file directory. Probably in your users\appdata\pokerstars folder
4) change the regButton:="PokerStarsButtonClass10" (from class 9)

and everything should be grooovy.

Best
AHK script:Stars Filtered SNG Opener Quote
06-08-2013 , 12:04 AM
Quote:
Originally Posted by Matsuri
4) change the regButton:="PokerStarsButtonClass10" (from class 9)

Best
what is this actually doing?
AHK script:Stars Filtered SNG Opener Quote
06-08-2013 , 05:21 AM
OditeRussia, check the "Register" button class with the WindowSpy tool.
AHK script:Stars Filtered SNG Opener Quote
06-08-2013 , 05:44 AM
Quote:
Originally Posted by Max1mums
Kreatief, you use unicode Autohotkey program build then i believe, try installing this version http://www.autohotkey.com/download/A...05_Install.exe
works perfect now. thanks alot.
AHK script:Stars Filtered SNG Opener Quote
06-08-2013 , 09:16 AM
Quote:
Originally Posted by Max1mums
OditeRussia, check the "Register" button class with the WindowSpy tool.
Thanks Max fixed
AHK script:Stars Filtered SNG Opener Quote
06-09-2013 , 03:57 PM
Quote:
Originally Posted by CaulDRON_of_WisDoM
I have done all the log.0 business and my counters are still on 0.

Also the minimise lobby doesn't seem to work, always pops up at the front.

any ideas with this?
Quote:
Originally Posted by Matsuri
4) change the regButton:="PokerStarsButtonClass10" (from class 9)

Best


what is this actually doing?


bump
AHK script:Stars Filtered SNG Opener Quote
06-11-2013 , 11:29 AM
crap, it doesn't work
AHK script:Stars Filtered SNG Opener Quote

      
m