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

10-03-2012 , 11:12 AM
Quote:
Originally Posted by steelzone
pls, tell me more how to modify the file dave_'s TimeOutHelper?
Turned out it didn't work without further edits, but this actually does the trick (replace "..." with your windows user name):

- create dummy PS folder C:\Users\...\AppData\Local\PokerStars (my original folder is \PokerStars.EU)

- define the clone file within dave's script, like between timebank coords and _FILE definition:
Code:
NEW_FILE := "C:\Users\...\AppData\Local\PokerStars\PokerStars.log.0"
- add the FileAppend command within the FILE_CHECK routine:
Code:
FILE_CHECK:
If (_NEWLINES := CheckFile(_FILE))
{
  FileAppend, %_NEWLINES%, %NEW_FILE%
  ;msgbox, %_NEWLINES%
  Loop, Parse, _NEWLINES, `n
  {
- set CheckTime to 1

Now dave's script will create a clone of .log.0 and will continuousely add new lines without clearing the file content at a certain time (which obv means the clone file gets bigger and bigger over time, so you manually have to delete it every now and then, preferrably after each session). All you now have to do is to direct SFSO to the clone file instead of the original .log.0.
AHK script:Stars Filtered SNG Opener Quote
10-12-2012 , 03:03 AM
Hi Max1mums

I am having an issue when using: http://213.148.171.9/SFSO_4.0a_test2.ahk

Firstly it will not auto register for me until I click on the PS client as soon as I open the client from the task bar it will auto reg, also when the game loads it loads the games lobby and will not auto close it.

I am using the Black theme with the settings tramantana09 lists in post #576

Also If anyone can point me in the direction of an AHK script that auto sits me back in after timing out of sngs would be great, Ive searched a few threads but cant find any updated working versions.

Thanks.

Last edited by OditeRussia; 10-12-2012 at 03:26 AM.
AHK script:Stars Filtered SNG Opener Quote
10-12-2012 , 09:06 AM
OditeRussia, the script doesn't work for the minimized lobby, you can try moving it out of the screen instead. Opening tourney lobby can be disabled in the PokerStars client directly, you can use "Close lobbies" option on the SFSO Advanced Settings tab alternatively. Check dave_'s TimeOutHelper mentioned above for sitting back in.

Last edited by Max1mums; 10-12-2012 at 09:27 AM.
AHK script:Stars Filtered SNG Opener Quote
10-12-2012 , 01:39 PM
^^ "Reg next if full" apparently clicks the wrong button which brings up a lobby from another similar SNG. Just fyi.
AHK script:Stars Filtered SNG Opener Quote
10-19-2012 , 08:50 AM
tried everything but status is : Pokerstars Lobby not found

I am using black theme, any ideas?
AHK script:Stars Filtered SNG Opener Quote
10-19-2012 , 09:56 AM
Alch_Roy, may happen for nonenglish pokerstars client, you have to be logged in.
AHK script:Stars Filtered SNG Opener Quote
10-19-2012 , 11:16 AM
Hey guys, is anyone having any problem with the script after PokerStars updated yesterday? It was working perfectly before that but not anymore, the lobbies scroll down as I have configured but it doesn't register. Any help?

Thank you very much

Last edited by w10lvl; 10-19-2012 at 11:17 AM. Reason: :)
AHK script:Stars Filtered SNG Opener Quote
10-19-2012 , 12:17 PM
Thanks Mac1mums
AHK script:Stars Filtered SNG Opener Quote
10-19-2012 , 01:38 PM
Quote:
Originally Posted by Max1mums
Thank you very much man, YOU ARE THE BOSS.
AHK script:Stars Filtered SNG Opener Quote
10-20-2012 , 07:32 AM
Quote:
Alch_Roy, may happen for nonenglish pokerstars client, you have to be logged in.
Ty sir!!! very good program, i love it!
AHK script:Stars Filtered SNG Opener Quote
11-01-2012 , 02:28 PM
i got problems setting this one to either stars.eu or stars.fr

path is program files/PokerStars.EU or /PokerStars.FR but simply editing this give me an error pokerstars.log.0 cant be found

any ideas?
AHK script:Stars Filtered SNG Opener Quote
11-01-2012 , 03:01 PM
Have you considered searching for the logfile? Hint: It's in AppData, not in Program Files.
AHK script:Stars Filtered SNG Opener Quote
11-02-2012 , 10:18 AM
ah ok my bad, cause the comments in the script say link to stars folder

will edit this one, THX !
AHK script:Stars Filtered SNG Opener Quote
11-03-2012 , 10:17 PM
Hi,
I´m little confused and not sure how to set it. On the right side of the picture there is SNG opener that I have been using now but I needed to update PS client so I have downloaded the latest SNG opener, but when I set logfile as on the right side and I dont put there pspath line because I dont know where then it just jumpes from one sng to another, doesn´t register and just opens lobbys.
Pleas can you help me guys? I love this program, I would even buy it :-)
AHK script:Stars Filtered SNG Opener Quote
11-04-2012 , 07:45 AM
Brnas, the link to the latest version is in the post #608.
AHK script:Stars Filtered SNG Opener Quote
11-04-2012 , 12:00 PM
Quote:
Originally Posted by Max1mums
Brnas, the link to the latest version is in the post #608.
I did download latest version from the 608 post...on that picture is it the left script...right script is a script that I have been using now without PS client update...but I needed to update PS client because of bonding FTP an PS account...
So I downloaded latest version from 608 post bud I´m little confused...
In the latest version I don´t see pspath, there is only logfile...a when I set log file same as in the old script (that used to work before update) and I don´t set pspath because I don´t know how and where, then when I lanch script it only jumps from one SNG to another, opens lobbys, but doesn´t register...
AHK script:Stars Filtered SNG Opener Quote
11-04-2012 , 12:52 PM
Brnas, it has nothing to do with the file path unless you get the message "file path is incorrect". Recheck if you have the latest PS client update installed (i'm not sure if .fr and .com clients may have different versions), try running the script as admin. Basically you need to check if "regButton:="PokerStarsButtonClass12" line is correct, you can check "Register" button class inside the PS client using the Autohotkey built-in "Window Spy" tool.
AHK script:Stars Filtered SNG Opener Quote
11-04-2012 , 02:15 PM
awesome, thx...had to change regButton number, Window Spy helped...thank you
AHK script:Stars Filtered SNG Opener Quote
11-11-2012 , 04:42 AM
Everlong,

Thank you for the script - it is indeed very useful.
AHK script:Stars Filtered SNG Opener Quote
11-17-2012 , 05:36 PM
Hey guys,

Was there any proper solution for this? This is the 4.0 download, and I can't stop getting this error for the life of me.



Cheers, and it looks like a great program!
AHK script:Stars Filtered SNG Opener Quote
11-17-2012 , 06:01 PM
JayFranchize, the latest version link is several posts above, right click - save as.
AHK script:Stars Filtered SNG Opener Quote
11-17-2012 , 06:24 PM
Quote:
Originally Posted by w10lvl
Thank you very much man, YOU ARE THE BOSS.
This is the one I am currently trying to use, with that error. I have tried reinstalling AHK too.
AHK script:Stars Filtered SNG Opener Quote
11-17-2012 , 07:38 PM
JayFranchize, that was a problem of copy-pasting on some systems i believe so downloading the file instead should be the solution. You can try installing Autohotkey basic also (if you have different version installed).
AHK script:Stars Filtered SNG Opener Quote
11-17-2012 , 08:47 PM
okay... put in my "C:\..\pokerstars.log.0"

Still get this error.

AHK script:Stars Filtered SNG Opener Quote

      
m