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
  #81  
Old 08-12-2007, 11:27 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

[ QUOTE ]

still cant believe that there hasn't been a way of implementing autocheck when timeout.


[/ QUOTE ]

It *can* be done, but not cleanly.

Without OCRing the "time" button, there is no way for a script to tell how much time is left - so one would have to choose a "limit time" that it would ato-check - say 10 seconds. This would then lead to situation where you are about to value-bet the nuts, and it auto-checks for you with plenty timebank remaining... not ideal.

It couold be done, but not (easily) in a way I would consider acceptable... Also this shouldn't happen if you are using the urgent_table border to see which table to act on first - timebank should never become exhausted.

dave.
Reply With Quote
  #82  
Old 08-17-2007, 03:58 AM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

still doesn't work.
Reply With Quote
  #83  
Old 08-18-2007, 04:11 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

anybody else having problems?
Reply With Quote
  #84  
Old 08-19-2007, 11:47 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

sorry i didn't elaborate, i thought it was down for everybody.

essentially the time bank is not being clicked. the high lighter works, as does the auto mouse move, but the time bank doesn't work and i sit out on all of my hands if i don't manually click them.

that's about it.

does it matter which theme i use? i use hyper simple, as well as no graphics.
Reply With Quote
  #85  
Old 08-20-2007, 03:30 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

Themes / mods do not matter with this particular script.

Are you playing 9-seat tables by chance?
Reply With Quote
  #86  
Old 08-20-2007, 08:07 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

yes, i am, unfortunately. so that means the clicker is in a different place? i didn't have this problem before, and it doesn't happen ALL the time, so maybe just the size relocation?

why wasn't there this problem in previous versions of stars (did they move the button just enough?)

thanks for your work!!
Reply With Quote
  #87  
Old 08-20-2007, 08:35 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

[ QUOTE ]

why wasn't there this problem in previous versions of stars (did they move the button just enough?)


[/ QUOTE ]

It is possible they have moved the button slightly for 9 max tables, Gnumsploitz posted this fix many posts up in this thread, hopefully it still works:

[ QUOTE ]
[ QUOTE ]
Any chance dave or Juk could edit the script so the auto time bank feature works with the 9 seated turbo sng's @Stars ?

[/ QUOTE ]

This works great for me. I'm testing it as I post this.

Change:

[ QUOTE ]
{
StringTrimLeft, waiting_table, A_LoopField, InStr(A_LoopField, "_")
timebank_x := 570
timebank_y := 440
relStarsClientPoint(waiting_table, timebank_x, timebank_y)
PostLeftClick(timebank_x, timebank_y, waiting_table, 0)
}

[/ QUOTE ]
to...

[ QUOTE ]
{
StringTrimLeft, waiting_table, A_LoopField, InStr(A_LoopField, "_")
timebank_x := 530
timebank_y := 440
relStarsClientPoint(waiting_table, timebank_x, timebank_y)
PostLeftClick(timebank_x, timebank_y, waiting_table, 0)
}

[/ QUOTE ]

Save and run the script. Should work fine. The timebank is a little further to the left for the 9-man turbos.

For anyone that is looking to use this script purely as a timebank clicker, just follow dave's above instructions on how to comment out the MouseMove line. I also removed the border from my tables (I cascade) by defining:

[ QUOTE ]
border_size := 0

[/ QUOTE ]

...in settings near the beginning of the script.

Thanks for your hard work on this one, dave. I'll be using it in all the sessions I play.

[/ QUOTE ]

Any joy?

dave.
Reply With Quote
  #88  
Old 08-20-2007, 10:18 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

I will let you know, but i'm excited. (got bet pot fold to work too).
Reply With Quote
  #89  
Old 09-14-2007, 03:33 PM
Jehaim Jehaim is offline
Senior Member
 
Join Date: Nov 2005
Location: His love is everlasting
Posts: 3,375
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

Is there anyway that you can alter this script so that it will work if someone goes allin? [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #90  
Old 10-13-2007, 02:35 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

some questions about this script.

what do the settings do?

;--------------- SETTINGS -----------------------

border_colour := "ff0000"
border_size := 5
trans := 255
timebank_min := 10
timebank_max := 13
refresh_interval := 333

specifically, i feel like this AHK is hitting my time bank button too soon (feels much quicker than whatever allotted time i usually get. i want to maximize the amount of time i get on hard decisions).

Thanks
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 06:14 PM.


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