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)

ryanj247 09-25-2007 07:08 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
i've read through this thread a few times and i don't think i see an answer to this question:

is this script automatically reloading for anyone using vista?

tehDiceman 09-25-2007 12:20 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
i've read through this thread a few times and i don't think i see an answer to this question:

is this script automatically reloading for anyone using vista?

[/ QUOTE ]

im on XP and it doesnt work so dont feel too bad.

Sandviper23 09-26-2007 09:11 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Thanks Sounded Simple,

working on getting everything set up slowly but surely.

Sandviper23 09-26-2007 09:20 AM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
Do I need to fill in anything extra in these fields?

min_nl_bbs := 100

min_limit_bbs := 100
rebuy_limit_bbs := 10



filepath := "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"

Sandviper23 09-26-2007 06:39 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[img]/images/graemlins/frown.gif[/img]

_dave_ 09-26-2007 08:46 PM

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

Nothing needs changed to make it work.

[ QUOTE ]

Do I need to fill in anything extra in these fields?

min_nl_bbs := 100

min_limit_bbs := 100
rebuy_limit_bbs := 10


[/ QUOTE ]


You can alter these settings if you wish to change the auto-reload behavior.

_dave_ 09-26-2007 08:48 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
im also having problems with the automated portion. F1 works fine. using 0.2e, changed the timezone to "0" since i am on stars time. hand history location is correct. no errors that are obvious. thoughts?

[/ QUOTE ]

Don't change the timezone.

It is the differentce between Stars time and UTC - so it should be always -5 except for the odd week where the USA defies global conventions for daylight savings time.

_dave_ 09-26-2007 08:50 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
[ QUOTE ]
hi,
the f1 manual rebuy works fine, but the automatic don`t. may it be that this is because of a . in my screenname? because the hand history folder doesnt have the . in it?
thank you

[/ QUOTE ]

Yeah, the . in your screenname will break auto function [img]/images/graemlins/frown.gif[/img]

I'll update a new version with a fix for this tomorrow.

dave.

Sandviper23 09-26-2007 09:55 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
it just doesn't seem to work....

so this is fine below the way it is?


#NoEnv
#SingleInstance, Force
SendMode Input
tables := ""
nltables := ""
SetTitleMatchMode 2
GroupAdd, StarsTables, Logged In as ,,, PokerStars Lobby
SetTimer, UpdateTables, 1000
timezone_difference_EST := "-5"

_dave_ 09-26-2007 10:01 PM

Re: Stars Auto Reloader (NL & Limit) - New AHK Script
 
That should be fine.

Does the F1 reload hotkey work for you?

are you Vista?


All times are GMT -4. The time now is 01:28 AM.

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