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

08-24-2012 , 04:12 AM
Quote:
Originally Posted by Nieko
What settings do you use? Maybe I'm missing something
Which OS u use? if W7 or Vista -- try run script under admin.
I use this settings :

AHK script:Stars Filtered SNG Opener Quote
08-25-2012 , 09:22 AM
Hello , what version should i use for Win7/64bit ?
Ty
AHK script:Stars Filtered SNG Opener Quote
08-26-2012 , 05:48 AM
I am on Windows 7, 64-bit version. Just tested it on playmoney sngs and it works. Thanks for the hard work.
AHK script:Stars Filtered SNG Opener Quote
08-26-2012 , 08:25 AM
how should I insert logfile path? when i simply write it there and try to run it than I get error at that line with an illegal character in an epression.. there is a screenshot


I´m running windows 7 64bit sp1
AHK script:Stars Filtered SNG Opener Quote
08-26-2012 , 09:04 AM
clickys, anyone.
Brnas, eg
Code:
logfile:="C:\Program Files (x86)\PokerStars.FR\pokerstars.log.0"
Nieko, try changing pokerstars.log.0 file path using the example above.
AHK script:Stars Filtered SNG Opener Quote
09-11-2012 , 09:59 AM
Yep, that helped to count the number of SNGs right but still opened too many tables. Disabled the "reg next if full" and it works fine now. Thanks!
AHK script:Stars Filtered SNG Opener Quote
09-11-2012 , 12:38 PM
Nieko, did you try the second test version i posted along with changing pspath and using regnext if full?
AHK script:Stars Filtered SNG Opener Quote
09-13-2012 , 07:20 AM
Yep, I did. I use 2 sec register interval and it works as if 'reg next if full' is on but with no mistakes. Maybe you should remove that option on the whole.
AHK script:Stars Filtered SNG Opener Quote
09-22-2012 , 08:43 PM
The scripts works for me the only thing that does not work in it is the counter, it shows 0 on registering a 0 on waiting and everything is at zero and yet it registers automaticly which is sweet
AHK script:Stars Filtered SNG Opener Quote
09-23-2012 , 04:06 AM
67steinip, read several posts above for the solution.
AHK script:Stars Filtered SNG Opener Quote
09-23-2012 , 07:21 AM
I'm happy I finally got this to work. Thanks to the author(s) and esp to Maximums for the great support itt. Few things though:

1. Yesterday the 'Tables Open/Waiting' counter reset to 1 right at the day break (CET) (maybe a coincidence) and I had to pause it. When I recognized this it already reg'd me for 3 more SNG than I intended to play at once, and it didn't even count those - it kept showing 1. Any idea what could have caused this?

2. Maybe this goes along with above issue as I could have misclicked it... what exactly is the F11 hotkey supposed to do? It doesn't seem to do anything reproducable, in fact it doesn't do anything at all afaict.

3. I want to play longer sessions than 250min without further user input. Any way to edit/increase the drop down list? 30min steps from 30 to at least 480 would be great.

TIA

Last edited by Baobhan-Sith; 09-23-2012 at 07:27 AM.
AHK script:Stars Filtered SNG Opener Quote
09-23-2012 , 12:07 PM
I did read those responses before posting Max, i changed the logfile thing to C:/Program files/Pokerstars.... thing and i did alter the line above it to fit my pokerstars location and at that point it started regging me, at first it never regged me it found the game but didnt reg but after i changed this it regs me but it does not count.. the counter is 0 at all times and yet when i got 6 windows open and limit is 6 it doesnt reg me anymore since it says that i got 6 open .. otherwise this is such a lucury for sng
AHK script:Stars Filtered SNG Opener Quote
09-23-2012 , 07:49 PM
Quote:
Originally Posted by Baobhan-Sith
1. Yesterday the 'Tables Open/Waiting' counter reset to 1 right at the day break (CET) (maybe a coincidence) and I had to pause it.
Def not a coincidence as it did it again. Can this be fixed so it runs through the day break pls?

Quote:
Originally Posted by Baobhan-Sith
3. I want to play longer sessions than 250min without further user input. Any way to edit/increase the drop down list? 30min steps from 30 to at least 480 would be great.
Figured this one out fwiw.

Code:
;==============================================================
tcount=0
RegSofar=0
OpenTables=0
trows=17
SysGet,mon, MonitorworkArea
fifteen=0
two=0
ddlist4=Off|
ddlist5=Off|
ddlist6=Off|
ddlist7=Off|
LobbyList=Default|Black|
ddlist2:=ddlist2 . 1 . "|"
Loop 100
{
two:=two+2
ddlist2:=ddlist2 . two . "|"
ddlist3:=ddlist3 . two . "|"
ddlist:=ddlist . A_index . "|"
If (A_index<51)
{
fifteen:=fifteen+15
ddlist5:=ddlist5 . fifteen . "|"
ddlist6:=ddlist6 . fifteen . "|"
If (A_index<22)
{
ddlist7:=ddlist7 . A_Index . "|"
If (A_index<16)
{
ddlist4:=ddlist4 . A_index . "|"
}
}
}
}
ddlist3:=ddlist3 . 9999 . "|"
Gosub, BuildGui
Return
;==============================================================
Reg. every sec -> 1,2,4,6,8,10,...200
Limit total time -> 15,30,45,60,...750

much better imo

Last edited by _dave_; 09-23-2012 at 08:01 PM.
AHK script:Stars Filtered SNG Opener Quote
09-24-2012 , 04:05 AM
Try this version guys, http://213.148.171.9/SFSO_4.0a.ahk
AHK script:Stars Filtered SNG Opener Quote
09-24-2012 , 10:42 AM
I tried this version as well and still the counter remains at 0, im using Win7 32 bit at this computer..
AHK script:Stars Filtered SNG Opener Quote
09-24-2012 , 12:23 PM
67steinip, recheck pokerstars.log.0 file path still maybe, use the example from the previous page.
AHK script:Stars Filtered SNG Opener Quote
09-24-2012 , 03:03 PM
do i need to create the pokerstars.log.0 file? or

Nevermind figured it out, the path to that file is way off.. its not even in program files its in users/appdata/local directory

C:\Users\Steini\AppData\Local\PokerStars
AHK script:Stars Filtered SNG Opener Quote
09-24-2012 , 03:11 PM
I forget to make one thing clear Max, THANK YOU!!! as soon as i found the real path to the log file everything works perfectly "Registering: 2" "Waiting:" and all that .. it's lovely!
AHK script:Stars Filtered SNG Opener Quote
09-24-2012 , 06:59 PM
Recent update didn't fix the day break issue fwiw, also F11 still does nothing (not meant as a rant, just fyi; actually it's still a great script)

edit: oh and it counted 1 table too much as waiting/open for the whole session
AHK script:Stars Filtered SNG Opener Quote
09-26-2012 , 04:04 PM
Baobhan-Sith, no time issue for me, were you running the correct version for sure?
AHK script:Stars Filtered SNG Opener Quote
09-26-2012 , 08:18 PM
TY for looking into this. Yea I tried test1 and the most recent version (post#589), both reset open/waiting to zero at 0:00CET. Script config seems fine, Stars all set to english but CET, OS is w7u64 with UAC off. Local time zone is obv CET as well. Will try setting Stars to ET tomorrow, will report back.
AHK script:Stars Filtered SNG Opener Quote
09-27-2012 , 07:10 AM
Baobhan-Sith, maybe your pokerstars.log.0 file gets deleted at that time somewhy?
AHK script:Stars Filtered SNG Opener Quote
09-27-2012 , 12:12 PM
seems true as this is first entry in the file:
Code:
[2012/09/27 00:00:00]
MSG_TABLE_SUBSCR_ACTION
Now how do I prevent the file from getting cleared? PokerStars.EU here fwiw...
AHK script:Stars Filtered SNG Opener Quote
10-01-2012 , 01:45 PM
I think I found a solution. I modified _dave_'s TimeOutHelper a little so it continuously writes the content of .log.0 into one separate file, and direct SFSO to this file instead.

Code:
NEW_FILE := "C:\Users\x\AppData\Local\PokerStars.EU\Log0.ini"
Code:
FileAppend, %_NEWLINES%, %NEW_FILE%
http://www.autohotkey.com/docs/commands/FileAppend.htm
AHK script:Stars Filtered SNG Opener Quote
10-03-2012 , 10:28 AM
pls, tell me more how to modify the file dave_'s TimeOutHelper?
AHK script:Stars Filtered SNG Opener Quote

      
m