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-06-2007 08:19 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
disco_stu, yes post customized section please.

Are you running any other scripts?

disco_stu1978 01-06-2007 10:22 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
<font class="small">Code:</font><hr /><pre> timezone_difference_EST := "3"


min_limit_bbs := 25

rebuy_limit_bbs := 25 <font color="green">; this is just set this way so I can test the script without losing $$ </font>

min_nl_bbs := 100


filepath := "C:\Program Files\PokerStars\HandHistory\"
</pre><hr />

The other scripts I run are betpot and stars planner.

Grey 01-07-2007 05:03 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
I'm EST, so I set time zone to "0"

The F1 thing works, but it does not auto-reload.

NoahSD 01-07-2007 07:20 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Don't set time zone to zero for EST... set it to -5. That worked for me at least.

I'm in England now, so I switched it to zero and that worked as well.

Grey 01-07-2007 08:04 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
-5 Does not work either.

6max6max 01-09-2007 12:07 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
[ QUOTE ]
i got the F1 key reload to work, but i could not get the script to reload on its own, i.e. i had to use the F1 key. is it necessary to add the username folder to the file path:

....pokerstars\handhistory\username?

or is pointing it to the hand history folder adequate?

thanks dude....

[/ QUOTE ]

exact same question plz [img]/images/graemlins/laugh.gif[/img]

splashing at .02/.04 is fun, but it did not reload at the specified BB's.

[/ QUOTE ]

Same problem here??

Dave can you please give us some ideas? Our F1 key works great, but it will not reload on it's own??

Thanks

6max6max 01-09-2007 12:11 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
What do some of you use for the "filepath"? The default must not be working for me??

6max6max 01-09-2007 09:50 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
anyone?

NoahSD 01-09-2007 11:09 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
It should be like WhereverStarsStuffIs/HandHistory/YourScreenName

PatInTheHat 01-11-2007 05:06 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Any progress on problems?

NoahSD 01-21-2007 09:04 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Bump... Stars update killed this.

downtown 01-23-2007 01:30 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
Bump... Stars update killed this.

[/ QUOTE ]

This is an awesome script, much thanks to the authors, I'm missing it a lot tonight!

demon102 01-23-2007 02:44 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Theres a new update that is better than the old on as it updates all stacks on all tables. heres link

http://overcards.com/wiki/moin.cgi/ChipReloader

_dave_ 01-23-2007 09:24 PM

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

Stars update killed this.


[/ QUOTE ]

Horrible new buyin window [img]/images/graemlins/frown.gif[/img]

Version 0.2 uploaded now, took a little more effort than I thought it would to get it working properly again.

Sorry for the delay.

http://overcards.com/wiki/moin.cgi/StarsAutoReloader

dave.

canta 01-24-2007 01:25 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Great script, very useful. Could you make the mouse move back to original place after reloading? Now it stays on the table, wich is a bit annoying. (i use TN with gamepad, no mouse) Or if not possible, away from the table at least.
Maybe also auto closing the script after closing the Stars software. Not a big deal, but i always forget it.

fopah 01-24-2007 01:55 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
its telling me there is no disk in the drive wtf could make it do this?

LuckyDevil 01-25-2007 01:08 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Thanks Dave. Sending you a donation for all you do for the software forum.

morello 01-25-2007 08:45 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
I'm getting the "there is no disk in the drive" error as well. My primary HD is not C:, maybe this is causing it?

1C5 01-25-2007 12:01 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Hi Dave, what part of the script lets you change when it auto reloads? What is it set at currently and how do I change it?

APerfect10 01-25-2007 01:42 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
its telling me there is no disk in the drive wtf could make it do this?

[/ QUOTE ]

Have you changed the filepath setting to the correct drive and directory?

PatInTheHat 01-25-2007 07:20 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
I am still unable to get this script to work [img]/images/graemlins/frown.gif[/img] I have the latest version of ahk and this my code is pretty standard:

timezone_difference_EST := "2"

min_limit_bbs := 40
rebuy_limit_bbs := 10

min_nl_bbs := 100

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

_dave_ 01-25-2007 07:26 PM

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

does the F1 (reload) hotkey key work for you?

1C5 01-25-2007 08:06 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
Hi Dave, what part of the script lets you change when it auto reloads? What is it set at currently and how do I change it?

[/ QUOTE ]


In addition to this question, I tried it out today and my hotkey works great but the tables don't seem to reload automatically but then again I am not sure when they are set to reload.

PatInTheHat 01-25-2007 08:11 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
I have changed it to F9, but yes it does work.

_dave_ 01-25-2007 08:21 PM

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

I think you need a backslash "\" on the end of the filepath line.

1C5,

the defaults are I think what Pat posted just above - in NL it should auto-reload after you drop below 100bb (the hand after, actually, since we need for the hand to be written to disk).


And oops, I just checked overcards.com and I uploaded the 0.2 version without changing my "E:\Program files" filepath - now changed it to C: drive, but if you have not fixed this it may be the cause of problems...


dave.

1C5 01-25-2007 08:34 PM

Re: Stars Auto Reloader (NL &amp; Limit) - New AHK Script
 
Thanks Dave, mine was set as E:, not C:

PatInTheHat 01-26-2007 04:19 AM

Re: Stars Auto Reloader (NL &amp; Limit) - New AHK Script
 
I've tried it with and without. Also with my screen name with and without the "\".

los_toros 01-26-2007 05:30 AM

Re: Stars Auto Reloader (NL &amp; Limit) - New AHK Script
 
[ QUOTE ]
I've tried it with and without. Also with my screen name with and without the "\".

[/ QUOTE ]
I'm having the same issue. It's not autoreloading but the hotkey (F1) works fine.

_dave_ 02-18-2007 12:27 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Horrible new buyin window (AGAIN!!) [img]/images/graemlins/frown.gif[/img]

Version 0.2a uploaded now.

http://overcards.com/wiki/moin.cgi/StarsAutoReloader

dave.

Jesper_6 02-18-2007 09:14 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Thank you.. Much better! [img]/images/graemlins/wink.gif[/img] Great job... as always _dave_!!!!

demon102 02-18-2007 09:50 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
I appreciate it dave

Bantam222 02-19-2007 03:10 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
The F1 auto reload works fine, but the auto reload doesn't work. Do i need to specifify my username somewhere? i have it linked to the correct handhistory folder.

Mrage 02-19-2007 01:41 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
I appreciate it dave

[/ QUOTE ]

Hensa 02-24-2007 12:42 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
I would like to reload only to 80 % of the full buy-in.
I tried to change the script, but I am unable to get what I want. ( it seems I always get the full buy-in while I was sure all was ok. I am lost )

That would be very nice to get some help.

Caruso 03-15-2007 06:19 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
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 [img]/images/graemlins/smile.gif[/img] )

EkL 03-15-2007 06:40 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
wow, this script is awesome. new discovery for me [img]/images/graemlins/smile.gif[/img]

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)?

1C5 03-16-2007 09:27 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ 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 [img]/images/graemlins/smile.gif[/img] )

[/ QUOTE ]


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

http://img294.imageshack.us/img294/4823/probim8.jpg

_dave_ 03-16-2007 10:35 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ 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 [img]/images/graemlins/smile.gif[/img] )

[/ QUOTE ]


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

http://img294.imageshack.us/img294/4823/probim8.jpg

[/ QUOTE ]

That looks different to what I get, guess I'm gonna have to force-update my Stars and see what's changed [img]/images/graemlins/smile.gif[/img]

I'll have it sorted soon enough - looks like BetPot maybe broken also, reading the latest posts in there [img]/images/graemlins/frown.gif[/img]

Why do they do this on a Friday night, I should be playing lol [img]/images/graemlins/frown.gif[/img]

dave.

1C5 03-16-2007 11:30 PM

Re: Stars Auto Reloader (NL &amp; Limit) - New AHK Script
 
funny enough but my bet pot still works fine!

PerDoom 03-17-2007 02:51 AM

Re: Stars Auto Reloader (NL &amp; Limit) - New AHK Script
 
Yeah bet pot still works for me, but auto reload does that pop up.


All times are GMT -4. The time now is 10:13 PM.

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