Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software > Free Software

Notices

Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods

Reply
 
Thread Tools Display Modes
Old 12-10-2010, 04:47 PM   #16
Pooh-Bah
 
Join Date: Nov 2005
Location: Get a life, Jews!
Posts: 5,261
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Cool, got it working. Thanks _dave_
Brian O'Nolan is offline   Reply With Quote
Old 12-10-2010, 04:52 PM   #17
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,145
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Awesome was it something particular to your setup or something that affects all newer Windows systems that I should code for?
_dave_ is offline   Reply With Quote
Old 12-10-2010, 07:34 PM   #18
Pooh-Bah
 
Join Date: Nov 2005
Location: Get a life, Jews!
Posts: 5,261
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

I may have changed where the hh files etc are stored from the default location at some point for HEM compatibility... I vaguely remember doing something like that... but in any case my comp is a few years old and running Vista, so I couldn't really speak for newer systems.
Brian O'Nolan is offline   Reply With Quote
Old 12-11-2010, 03:34 AM   #19
journeyman
 
Join Date: Nov 2006
Posts: 243
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Quote:
Originally Posted by _dave_ View Post
The file PokerStars.log.0 is theonly one this script reads - if it isn't in Program Files (like you have PokerStars installed elsewhere, or maybe Win7 writes it elsewhere) line ~13 will need editing to the correct location.

my log file is under users/myname/appdata/local/pokerstars

I dont know how to edit the line in the script to that location. Would really appreciate your help
Mikka is offline   Reply With Quote
Old 12-11-2010, 10:56 AM   #20
Pooh-Bah
 
Join Date: Nov 2005
Location: Get a life, Jews!
Posts: 5,261
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Quote:
Originally Posted by Mikka View Post
my log file is under users/myname/appdata/local/pokerstars

I dont know how to edit the line in the script to that location. Would really appreciate your help
Change this line:
Code:
_FILE := A_ProgramFiles . "\PokerStars\PokerStars.log.0"
to
Code:
_FILE := C . "\Users\Myname\AppData\Local\PokerStars\PokerStars.log.0"
(or whatever the appropriate path is, if the hard drive is D change the A to a D)

As _dave_ mentioned, you can uncomment the first msgbox line and that will tell you as soon as you open the lobby if the script is reading the log file by popping up some message boxes.
Brian O'Nolan is offline   Reply With Quote
Old 12-11-2010, 01:53 PM   #21
journeyman
 
Join Date: Nov 2006
Posts: 243
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

works perfect.. thanks a lot to both of you
Mikka is offline   Reply With Quote
Old 12-12-2010, 02:03 AM   #22
grinder
 
spellofmaya's Avatar
 
Join Date: May 2006
Location: Friday nights are killing me
Posts: 500
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Quote:
Originally Posted by _dave_ View Post
Ugh doesn't look too likely - the Stars table seems to post MSG_TABLE_FORCE_SITOUT after sitout next BB, but this also gets posted for a timeout. Difference is for the next BB option it is posted without the MSG_TABLE_SITTING_STATUS a moment later, which is what I'm looking for.

If you don't care how the sitout occurs it's easy to make it auto-close tables, if you only want that to happen after a "sitout next BB" selection that'll take more thinking

ETA: actually it posts "sitOutNextBigBlindCheck set to 1" to the log file, it is possible to keep a list of windows with that option set and auto-close only them if need be.
For me it would be fine to auto close any table that i'm sitting out on, wouldn't necessarily have to be after next BB. Do you think it would be possible for you to make a version that does this? Would be very appreciated.
spellofmaya is offline   Reply With Quote
Old 01-21-2011, 01:17 PM   #23
adept
 
JustAmazing777's Avatar
 
Join Date: Dec 2009
Posts: 993
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Hey... the tool is working fine with me and Im like super excited because I finally have autotimebank clicking as TN wouldnt do this for me.
However could it be that your tool has some sort of a "never sit out" option running the whole time? could you tell me how to disable that?
JustAmazing777 is offline   Reply With Quote
Old 02-19-2011, 08:10 PM   #24
enthusiast
 
Join Date: Oct 2008
Posts: 87
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

I used tableninja's free 30daytrial this year and it ran out so I'm looking for a timeouthelper. I went to autohotkey.com and downloaded it, copied dave's code from post 1, saved it to notepad, called it timeouthelper.ahk and have run into problems getting it to work. I have the green H icon in the system tray. I've clicked run as administrator and/or run script and it still doesn't work. I'm using a laptop with windows 7. I am clueless when it comes to computer codes. The only thing I really enjoyed of tableninja was the autoclicking the timebank. Can anyone help me out?
JoeShowdown is offline   Reply With Quote
Old 02-19-2011, 11:16 PM   #25
enthusiast
 
UrSoUnusual's Avatar
 
Join Date: Mar 2010
Location: Learning what we call life
Posts: 79
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

This is great! Thanks, _dave_.
UrSoUnusual is offline   Reply With Quote
Old 02-20-2011, 12:14 AM   #26
grinder
 
zeneil's Avatar
 
Join Date: Jun 2010
Location: Manila, Philippines
Posts: 412
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

I can't seem to get this to work.

I use windows 7 64 bit professional, and I play on the smallest table size possible, and I use the new black theme.

Installed the PS software on the default folder it suggests during installation, or more specifically on C:Program Files (x86)/etc...

I didn't move any log file, but I did change the folder where the HH's saves at the C:.../Pokerstars/HandHistories.

Any help would be appreciated.
zeneil is offline   Reply With Quote
Old 02-20-2011, 12:48 AM   #27
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,145
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

On Win7 I think it writes the log elsewhere, maybe users\appdata or similar. it needs finding, although it may not show up in a search unless you enable an option to search "view hidden files and folders"
_dave_ is offline   Reply With Quote
Old 02-20-2011, 02:27 AM   #28
grinder
 
zeneil's Avatar
 
Join Date: Jun 2010
Location: Manila, Philippines
Posts: 412
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Quote:
Originally Posted by _dave_ View Post
On Win7 I think it writes the log elsewhere, maybe users\appdata or similar. it needs finding, although it may not show up in a search unless you enable an option to search "view hidden files and folders"
Ok I enabled the "view hidden files and folders". Cant find it during search though. What am I suppose to type? I tried Pokerstars Log, and it shows nothing.
zeneil is offline   Reply With Quote
Old 02-20-2011, 03:09 AM   #29
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,145
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

PokerStars.log.0 is the file. it is constantly being written to while Stars is open. Actually, there may be a link in the help menu of the Stars client to show you the location.
_dave_ is offline   Reply With Quote
Old 02-20-2011, 10:32 AM   #30
grinder
 
zeneil's Avatar
 
Join Date: Jun 2010
Location: Manila, Philippines
Posts: 412
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Quote:
Originally Posted by _dave_ View Post
PokerStars.log.0 is the file. it is constantly being written to while Stars is open. Actually, there may be a link in the help menu of the Stars client to show you the location.
Typed that on search bar, nothing comes up.

Where in the PS client can I find it? I tried looking but could'nt find it.
zeneil is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 04:00 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive