Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #251  
Old 10-20-2007, 07:14 PM
Everlong Everlong is offline
Senior Member
 
Join Date: Aug 2005
Location: Ano PS.theme package in bio
Posts: 1,260
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script



what is this?
where does PS inform about new updates ?
Reply With Quote
  #252  
Old 10-20-2007, 10:46 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

Tried it... it only reloads to the bare minimum.
Reply With Quote
  #253  
Old 10-23-2007, 06:52 PM
Matixboy Matixboy is offline
Junior Member
 
Join Date: Nov 2006
Posts: 20
Default 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?
Reply With Quote
  #254  
Old 10-23-2007, 06:56 PM
fozzy71 fozzy71 is offline
Senior Member
 
Join Date: Mar 2007
Location: Got Themes?
Posts: 2,013
Default 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>
Reply With Quote
  #255  
Old 10-25-2007, 12:42 PM
timtowdi timtowdi is offline
Member
 
Join Date: Oct 2005
Location: Vancouver, Canada
Posts: 30
Default 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
Reply With Quote
  #256  
Old 10-25-2007, 07:58 PM
ematz ematz is offline
Senior Member
 
Join Date: Sep 2006
Posts: 305
Default 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 ]
Reply With Quote
  #257  
Old 10-30-2007, 04:22 PM
gregorio gregorio is offline
Senior Member
 
Join Date: Jan 2007
Posts: 958
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

I keep getting an error when I run it.


The program does not exit: it still runs, and works when I reload with F1, but it doesn't auto reload.
Reply With Quote
  #258  
Old 10-31-2007, 04:08 AM
AcesFull AcesFull is offline
Member
 
Join Date: Sep 2002
Posts: 52
Default 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?
Reply With Quote
  #259  
Old 10-31-2007, 07:08 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

$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?
Reply With Quote
  #260  
Old 10-31-2007, 07:21 AM
GSykes GSykes is offline
Senior Member
 
Join Date: Mar 2007
Location: Blogging
Posts: 3,049
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

min_nl_bbs := 104 cgabge that to like 96 i think
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:39 PM.


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