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
  #191  
Old 10-03-2007, 03:27 PM
tehDiceman tehDiceman is offline
Senior Member
 
Join Date: Oct 2006
Location: Indiana
Posts: 1,290
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

i've reinstalled the latest version of autohotkey, checked and double checked my values, still isnt working.

thoughts or ideas?
Reply With Quote
  #192  
Old 10-03-2007, 05:58 PM
Mike Kelley Mike Kelley is offline
Senior Member
 
Join Date: Jul 2005
Location: Reraising
Posts: 2,126
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

[ QUOTE ]
_dave_,

you did change the default program files direction.

filepath := A_ProgramFiles "\PokerStars\HandHistory\"

i have changed my timezone back and will test it out later today. one thing i did was change min_nl_bbs to 104. i dont remember why but i think that when it did work for one session it was waiting until i was down like 5 or 6 BB, then reloading me. i changed it to 104 hoping that it would reload after being 1 or 2 down, but i dont think it has ever worked since then so that might be my problem. [img]/images/graemlins/laugh.gif[/img]

[/ QUOTE ]

shouldn't the line read

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

?
Reply With Quote
  #193  
Old 10-03-2007, 06:02 PM
Mike Kelley Mike Kelley is offline
Senior Member
 
Join Date: Jul 2005
Location: Reraising
Posts: 2,126
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

I guess not. That's not working either.
Reply With Quote
  #194  
Old 10-03-2007, 07:02 PM
Mike Kelley Mike Kelley is offline
Senior Member
 
Join Date: Jul 2005
Location: Reraising
Posts: 2,126
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

Is this correct Dave?


min_nl_bbs := 104

min_limit_bbs := 50
rebuy_limit_bbs := 4


filepath := A_ProgramFiles "C:\Program Files\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"

SetTimer, KillPopUps, 200
;SetTimer, KillPopUps, Off
Reply With Quote
  #195  
Old 10-03-2007, 07:03 PM
tehDiceman tehDiceman is offline
Senior Member
 
Join Date: Oct 2006
Location: Indiana
Posts: 1,290
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

you bring up a good point though, i might try changing that line to a previous version to see if it works.

you have this for the line,

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

it should either be:

filepath := A_ProgramFiles "\PokerStars\HandHistory\"

or

filepath := "C:\Program Files\PokerStars\HandHistory\"
Reply With Quote
  #196  
Old 10-04-2007, 09:19 AM
tehDiceman tehDiceman is offline
Senior Member
 
Join Date: Oct 2006
Location: Indiana
Posts: 1,290
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

and changing that line didnt do anything either. same deal, F1 works but auto reload does not. [img]/images/graemlins/frown.gif[/img]
Reply With Quote
  #197  
Old 10-04-2007, 10:38 AM
Mike Kelley Mike Kelley is offline
Senior Member
 
Join Date: Jul 2005
Location: Reraising
Posts: 2,126
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

I'm shipping $5 to whoever gets this thing working for me.
Reply With Quote
  #198  
Old 10-04-2007, 10:53 AM
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

I just now, FINALLY, got the F1 key to work for me. Havent tested to know if the Aut-rebuy feature works.

What is the default % set at, where the auto-rebuy is supposed to activate?
Reply With Quote
  #199  
Old 10-04-2007, 02:59 PM
schumi84 schumi84 is offline
Junior Member
 
Join Date: Oct 2007
Posts: 8
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

I would like to max.20 BigBlinds reload and not 100BB.Is that possible?my settings work not.


min_nl_bbs := 20

min_limit_bbs := 20
rebuy_limit_bbs := 20



filepath := A_ProgramFiles "C:\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 := "6"
Reply With Quote
  #200  
Old 10-05-2007, 04:31 AM
Caeddyn Caeddyn is offline
Junior Member
 
Join Date: Jul 2004
Location: Southern CA, USA
Posts: 27
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

I was having the same problem as the other posters, F1 worked but the autorebuy didn't. So I took a look at the source code and found the problem. Lines 144 and 220 look like this:

str := str . " StringTrimRight, title, title, (StrLen(title) - InStr(title, ""- "", true, 0))+1`n"

This line removes the right side of the title of a table in order to find the relative hand history. However it's not removing the space before the dash. I noticed this because the script was not finding the hand history file since the filename had a space before ".txt". The line should be changed to something like this:

str := str . " StringTrimRight, title, title, (StrLen(title) - InStr(title, "" - "", true, 0))+1`n"

Notice the space before the '-'. Anyway, I'm just glad I could get the autorebuy finally working.

-Caeddyn
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 10:17 PM.


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