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)

Everlong 10-20-2007 07:14 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
http://i34.photobucket.com/albums/d1...sdfghjkdsa.jpg

what is this?
where does PS inform about new updates ?

Xanderz 10-20-2007 10:46 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Tried it... it only reloads to the bare minimum.

Matixboy 10-23-2007 06:52 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Does anybody know how I can edit this script so that when I fall below 20 bbs(min-buyin) in NL cash games it autorebuys my stack to the min-buyin?

fozzy71 10-23-2007 06:56 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
Does anybody know how I can edit this script so that when I fall below 20 bbs(min-buyin) in NL cash games it autorebuys my stack to the min-buyin?

[/ QUOTE ]

<Insert Short-Stacker Insult here>

timtowdi 10-25-2007 12:42 PM

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

I'm currently in the westcoast PST (-8) and everytime the time hits 9pm PST (12am ET) the auto-reloader stops working..

I've read through this thread and tried setting the timezone_difference_EST variable to both -5 and -8 but I still have the same problem. Has anyone from the westcoast figured this one out?

Thanks dave for a great script,

jm

ematz 10-25-2007 07:58 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
[ QUOTE ]
Does anybody know how I can edit this script so that when I fall below 20 bbs(min-buyin) in NL cash games it autorebuys my stack to the min-buyin?

[/ QUOTE ]

<Die you short stacking douche!>

[/ QUOTE ]

gregorio 10-30-2007 04:22 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
I keep getting an error when I run it.
http://farm3.static.flickr.com/2405/...3fff961546.jpg

The program does not exit: it still runs, and works when I reload with F1, but it doesn't auto reload.

AcesFull 10-31-2007 04:08 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
Hello,

I'm currently in the westcoast PST (-8) and everytime the time hits 9pm PST (12am ET) the auto-reloader stops working..

I've read through this thread and tried setting the timezone_difference_EST variable to both -5 and -8 but I still have the same problem. Has anyone from the westcoast figured this one out?

Thanks dave for a great script,

jm

[/ QUOTE ]

Cliff note answer: set the variable to "-4".

OK, I spend some of my spare time today trying to make this Auto Reloader script to work. I tried a little bit before and never got any of it to work for me. I finally got everything to work. First I had to make just the F1 manual reload work, then finally got the autoreloader working thanks to Caeddyn catch on finding that some users need to trim the extra space in front of the hypen before the user name ID.

Then at 9pm Pacific, the autoreloader stopped working! I did a little research/experimenting and I got the autoreloader to work again by setting thetimezone_difference_EST variable to "-4".

In fact, I think everyone needs this to be set to "-4" for now regardless of where they live. Because I think _dave_ now uses the UTC as a referrence time in relationship to Pokerstars time (i.e. New York, USA). However, I think (not sure) that on November 4, 2007 this value might need to be changed again to something else not "-4".

Please refer to this link:
UTC time offsets - Time Zones

Look at the current time for New York (regardless of where you live) and then look at the bottom of page where it says Current UTC (or GMT/ZULU) time. That how I came up with the "-4" when I checked it was like Wed OCT 31 at 07:34:41 for UTC and Wed 3:34 am for New York (pokerstars time). We need to subtract from UTC four hours to match Pokerstars time.

Anyway the "-4" works perfectly for me for now on West Coast. But I'm not sure if I'm right about it working for anyone in other areas or if it needs to be changed later on November 4th. Maybe _dave_ can give some answers. This variable thing is so confusing since originally it was an offset based on EST and now it uses UTC, not an offset from where we live, is that right?

ASPoker8 10-31-2007 07:08 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
$5 to anyone who can get mine working:

-I live on the East Coast
-I use Windows Vista
-My Stars is in C -> Program Files -> PokerStars -> HandHistory


min_nl_bbs := 104

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"


why wont anything work?

what do I need to do?

GSykes 10-31-2007 07:21 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
min_nl_bbs := 104 cgabge that to like 96 i think


All times are GMT -4. The time now is 12:05 AM.

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