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
  #271  
Old 11-05-2007, 04:09 PM
Eye4AnEye82 Eye4AnEye82 is offline
Junior Member
 
Join Date: Nov 2007
Posts: 6
Default 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.
Reply With Quote
  #272  
Old 11-05-2007, 05:32 PM
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

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]
Reply With Quote
  #273  
Old 11-05-2007, 10:18 PM
KLJ KLJ is offline
Senior Member
 
Join Date: Oct 2006
Location: ucla
Posts: 2,890
Default 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
Reply With Quote
  #274  
Old 11-05-2007, 11:18 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default 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.
Reply With Quote
  #275  
Old 11-06-2007, 09:52 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

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
Reply With Quote
  #276  
Old 11-06-2007, 01:42 PM
KLJ KLJ is offline
Senior Member
 
Join Date: Oct 2006
Location: ucla
Posts: 2,890
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

your settings are fine, exactly the same as mine.
Reply With Quote
  #277  
Old 11-30-2007, 02:24 AM
zac777 zac777 is offline
Senior Member
 
Join Date: Sep 2004
Location: CA
Posts: 131
Default 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".
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 02:02 PM.


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