View Single Post
  #8  
Old 01-02-2007, 12:10 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

[ QUOTE ]
I am PST, -8. I changed Est to PST and -5 to -8. should I just leave it?
<font class="small">Code:</font><hr /><pre> timezone_difference_PST := "-8" </pre><hr />
This is how that line looks



[/ QUOTE ]

Right, that explains the error...

The variable name is perhaps not clear enough, timezone_difference_EST should be set to the difference between your timezome and PokerStars time, which runs on EST. So I guess yours should be set thus:

timezone_difference_EST := "3"

As I think PST runs 3 hours behind PokerStars time, 3 hours need added to your system clock to match PokerStars time.

No need to change the name of the variable, just the value.

The default is -5, since I am in GMT, my system clock runs 5 hours ahead of PokerStars server time - PokerStars saves the hand histories using server time/date, so the script needs to compensate for this to find the correct HH file.


That should fix it,

dave.
Reply With Quote