View Single Post
  #275  
Old 11-06-2007, 09:52 AM
ASPoker8 ASPoker8 is offline
Senior Member
 
Join Date: Aug 2006
Location: Titletown (Boston, UF)
Posts: 13,738
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

Dave, thanks for the reply

I have my timezone settings as "-5". Here is what my script looks like:

min_nl_bbs := 98

min_limit_bbs := 50
rebuy_limit_bbs := 4



filepath := A_ProgramFiles "\PokerStars\HandHistory\"

; END OF SETTINGS

#NoEnv
#SingleInstance, Force
SendMode Input
tables := ""
nltables := ""
SetTitleMatchMode 2
GroupAdd, StarsTables, Logged In as ,,, PokerStars Lobby
SetTimer, UpdateTables, 1000
timezone_difference_EST := "-5"


As far as the folder my HH's are saved in, I copy/pasted the location to show to you incase it is the source of the problem:

C:\Program Files\PokerStars\HandHistory


Is there anything I am overlooking?

PS - F1 works all the time now [img]/images/graemlins/smile.gif[/img] Thanks
Reply With Quote