Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   Stars Auto Reloader (NL & Limit) - New AHK Script (http://archives1.twoplustwo.com/showthread.php?t=296262)

_dave_ 01-02-2007 01:47 AM

Stars Auto Reloader (NL & Limit) - New AHK Script
 
Hi,

Happy New Year to all in the SW Forum [img]/images/graemlins/smile.gif[/img]

I think this is working OK:

StarsAutoReloader v0.01
<font color="blue">
This script automatically reloads your stack on PokerStars (both NL and Limit tables) when it falls below a certain amount.

Also creates a hotkey (F1 by default) for instant reloading on the table your mouse is over.

There are a few settings right at the start of the script - these will need changed depending on your local timezone, location of PokerStars installation, etc.
</font>


Download here, as usual:
http://overcards.com/wiki/moin.cgi/StarsAutoReloader

Please give feedback, error reports, suggestions etc. in this thread.

Enjoy,

dave.

Clayton 01-02-2007 02:57 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
works great

/me bows

disco_stu1978 01-02-2007 03:36 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
me and my friend are having some problems with it. It says there is some data missing from line 17, but I am not sure what data it requires. I will try to make the error happen again and post it here though.

it looks really good though dave. I am psyched to get it up and running

NoahSD 01-02-2007 03:41 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
This is awesome. Did you somehow get it to work faster than the old stars reloader?

_dave_ 01-02-2007 07:04 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Hi disco_stu,

[ QUOTE ]
me and my friend are having some problems with it. It says there is some data missing from line 17, but I am not sure what data it requires. I will try to make the error happen again and post it here though.

[/ QUOTE ]

Line 17 is the timezone adjustment - what have you changed the timezone setting to / what timezone are you in?

bcscott 01-02-2007 07:23 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Awesome...nh sir

disco_stu1978 01-02-2007 11:58 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
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


_dave_ 01-02-2007 12:10 PM

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.

ThanksInAdvance 01-02-2007 12:32 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Anyone else having problem with website loading?

KungFuManchu 01-02-2007 12:34 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
wait so if Im in PST (3 hours behind pstars time) I need this baby set to:

timezone_difference_EST := "3"

or

timezone_difference_EST := "-3"


All times are GMT -4. The time now is 06:49 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.