Open Side Menu Go to the Top
Register
Stars Auto Reloader (NL & Limit) - New AHK Script Stars Auto Reloader (NL & Limit) - New AHK Script

03-15-2007 , 06:40 PM
wow, this script is awesome. new discovery for me

I'm in the same boat as Hensa, as I like to buy in short when testing the waters with higher buy-ins in NL. Is there an easy fix to this? Maybe swapping the NL and Limit scripts some how (not that I would be able to do this on my own)?
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-16-2007 , 09:27 PM
Quote:
the last dialog window ("your stack will be updated after the current hand is finished" or something) isnt removed by the script. bug, new rebuy window again or am i just missing something? thx in advance (and for the script itself )

Dave, got this problem also, got a screenshot of what happens every time it reloads.

Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-16-2007 , 10:35 PM
Quote:
Quote:
the last dialog window ("your stack will be updated after the current hand is finished" or something) isnt removed by the script. bug, new rebuy window again or am i just missing something? thx in advance (and for the script itself )

Dave, got this problem also, got a screenshot of what happens every time it reloads.


That looks different to what I get, guess I'm gonna have to force-update my Stars and see what's changed

I'll have it sorted soon enough - looks like BetPot maybe broken also, reading the latest posts in there

Why do they do this on a Friday night, I should be playing lol

dave.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-16-2007 , 11:30 PM
funny enough but my bet pot still works fine!
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-17-2007 , 02:51 AM
Yeah bet pot still works for me, but auto reload does that pop up.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-17-2007 , 04:04 AM
i have that popup problem too, and until it is fixed it is pretty much making more work for me than without the script because it gets in the way and i have to keep clicking OK everywhere.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-17-2007 , 04:25 AM
thats weird. anybody know why it used to reload on all tables, but give that popup message...but now its not reloading at all. the f1 key does work though.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-17-2007 , 11:02 PM
anyone know why the auto reloader just stopped working today?
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-17-2007 , 11:23 PM
note to all

i dont know if it matters, but with the change in Daylight Savings Time EST is GMT-4 instead of GMT-5.

dave: for the next version, maybe timezone_difference_GMT would be easier with a short " ; change this to '8' for GMT-8 " or something type of comment

just my $.02
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-18-2007 , 05:31 PM
When I use this the table options screen comes up but it doesn't auto reload.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-19-2007 , 08:04 AM
any news to stop making this annoying popup to keep coming up every time it reloads?
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-21-2007 , 02:14 PM
bump
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-25-2007 , 03:52 PM
Quote:
any news to stop making this annoying popup to keep coming up every time it reloads?
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-25-2007 , 04:04 PM
Quote:
Quote:
any news to stop making this annoying popup to keep coming up every time it reloads?
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-25-2007 , 05:38 PM
Quote:
Quote:
Quote:
any news to stop making this annoying popup to keep coming up every time it reloads?
I will update my Stars and fix it tonight. Does StarsPlanner not kill this annoying popup anyway... it should.

EDIT: Oops, looks like Planner will miss this one also - Another update on it's way

EDIT2:
Quote:

dave: for the next version, maybe timezone_difference_GMT would be easier with a short " ; change this to '8' for GMT-8 " or something type of comment
It may be important to note this value is of no relation to GMT - it is the offset between your System clock (GMT in my case) and PokerStars Server time (EST I thought).


dave.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-26-2007 , 01:13 AM
anything?
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-26-2007 , 01:38 AM
Quote:
anything?
Yeah I think I got it.

New Stars update is a pain... no window text visible at all in the re-buy pop-ups, so having to auto-close anything with just an OK button

I need to knock out another couple of K hands tomorrow before I'm happy it's working reliably and not causing trouble by dismissing other pop-ups we may want to see.

dave.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-26-2007 , 05:08 PM
thank you thank you thank you thank you thank you thank you
thank you thank you thank you thank you thank you thank you
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
03-26-2007 , 11:59 PM
UPDATED

StarsAutoReloader v-0.2b

<ul type="square">[*]Should now properly close the "Your stack will be updated..." and other pop-ups (it will auto-close any pop-up with the title "PokerStars" and only an "OK" button)[/list]
StarsPlanner update next on the list

Enjoy,

dave.
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
03-27-2007 , 05:34 AM
HOTNESS!!!!! TYTYTYTYTY
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
03-27-2007 , 05:44 PM
is there any way to make the reload automatic instead of hitting f1?
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
03-27-2007 , 06:34 PM
Quote:
is there any way to make the reload automatic instead of hitting f1?
Yeah it should do this, you will have to edit the settings at the start of the script.

the important ones are:

<font class="small">Code:</font><hr /><pre>timezone_difference_EST := "-5"
</pre><hr />

Change this one depending on where you are on the planet. It is the difference between your computer's time and PokerStars server time.

This only makes a difference when Stars and your computer think it is a different day, e.g. ofter midnight and before 5am here in the UK. This is bacause Stars saves the HHF files the script needs to read named by their system date, not yours.

and this one will almost certainly need changed:
<font class="small">Code:</font><hr /><pre>filepath := "E:\Program Files\PokerStars\HandHistory\"
</pre><hr />

Probably just to C: drive, unless you have Stars store your HHF files elsewhere. Looks like I forgot to change this from my setting (E: drive) before uploading, sorry

Your screen name is not required in this line (the script will figure this out for itself from window titles).

Good Luck,

dave.
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
03-27-2007 , 06:45 PM
thanks, works greaT!
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
03-28-2007 , 07:00 PM
Dave, it is not autoreloading for me.

These are the settings I have:

(I am central time)

THIS IS THE DIFFERENCE BETWEEN YOUR TIME &amp; STARS SERVER TIME
timezone_difference_EST := "-1"

min_limit_bbs := 50
rebuy_limit_bbs := 4

min_nl_bbs := 100

filepath := "C:\Program Files\PokerStars\HandHistory\"


Any ideas?
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
03-28-2007 , 07:06 PM
My pokerstars client version is 2.141 if that makes any difference. Is that the newest one?
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote

      
m