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)

Eye4AnEye82 11-05-2007 04:09 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
if u want 100BB u should change min_nl_bbs into 100 imho

[/ QUOTE ]

still doesnt work.

ASPoker8 11-05-2007 05:32 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
KLJ, I did everything you suggested...

F1 is now working sometimes. The actual act of reloading my stacks automatically still just isn't happening. But F1 works for the most part!

Should I expect to get the actual function of autoreloading working? Or is it just not gonna happen [img]/images/graemlins/frown.gif[/img]

KLJ 11-05-2007 10:18 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
sorry bro, i'll try to pick my brain about this. i have essentially the same setup as you, and mine at least works randomly sometimes. must be something i'm forgetting

_dave_ 11-05-2007 11:18 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
KLJ, TY for helping out others [img]/images/graemlins/smile.gif[/img]

ASPoker8 - if auto-reload is not working, it may be because you timezone is wrong (should always be "-5") or it may be because it can't process your HHF files because you have unusual characters in your name (check ehat folder PS saves your HH to)

F1 should work always - but it does act on the table under the mouse cursor, regardless of active window... maybe that explains "sometimes"?

Glad to hear you having some success with it if not ideal so far,

dave.

ASPoker8 11-06-2007 09:52 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Dave, thanks for the reply

I have my timezone settings as "-5". Here is what my script looks like:

min_nl_bbs := 98

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"


As far as the folder my HH's are saved in, I copy/pasted the location to show to you incase it is the source of the problem:

C:\Program Files\PokerStars\HandHistory


Is there anything I am overlooking?

PS - F1 works all the time now [img]/images/graemlins/smile.gif[/img] Thanks

KLJ 11-06-2007 01:42 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
your settings are fine, exactly the same as mine.

zac777 11-30-2007 02:24 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Gregorio, I ran into the same problem.

I'm running XP with the latest version of AHK.

The mysterious MZ[] is the last piece of text that's appended to the autorebuy script that is generated by autoreloader.

it's added in the following line:
str := str . "`n`n" . fns

The part of the script that grabs the functions below the "CHOP" line and stores them in "fns" is apparently not returning what it's intended to.

If the manual reloading (which is great by itself) isn't enough to keep me happy then maybe I'll track down the rest of the issue, but hopefully dave or someone else familiar with the script will have an idea.

If you just want to run the "F1" part and get rid of the error message, change "SetTimer, UpdateTables, 1000" to ";SetTimer, UpdateTables, 1000".


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

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