Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software

Reply
 
Thread Tools Display Modes
  #1  
Old 06-21-2006, 07:33 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: Table Highlighter (New AHK Script)

Perhaps one thing that could also help, would be to have the bar flash when you are running very low on time at a table (I have a new version of AR which kinda does this in a different way [and it was very helpful], but it still has a small bug, so I've not released it yet).

I set the threshold for flashing to be about 7-8 seconds remaining and found this was a good balance between too much flashing, and too little time to get to the table to act.

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #2  
Old 06-21-2006, 07:40 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
Perhaps one thing that could also help, would be to have the bar flash when you are running very low on time at a table (I have a new version of AR which kinda does this in a different way [and it was very helpful], but it still has a small bug, so I've not released it yet).

I set the threshold for flashing to be about 7-8 seconds remaining and found this was a good balance between too much flashing, and too little time to get to the table to act.

Juk [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]

Good points. I'll try and see how it looks. I hope the flashing experience won't be too overwhelming though, since the PA stats are quite flashy for me now, at least some time into a multitable session.

Adde
Reply With Quote
  #3  
Old 06-21-2006, 11:20 PM
Mogobu The Fool Mogobu The Fool is offline
Senior Member
 
Join Date: Sep 2005
Location: On teh internets.
Posts: 617
Default Re: Table Highlighter (New AHK Script)

Nice script. I noticed you're doing it with graphic checks instead of looking for action buttons. Don't you find that slower than checking for the windows?

On flashing: Set the script up so that anyone who likes/doesn't like the flashing can toggle it easily in the script code, and let them choose.

Nice job.
Reply With Quote
  #4  
Old 06-22-2006, 02:53 AM
photojake photojake is offline
Member
 
Join Date: May 2006
Posts: 33
Default Re: Table Highlighter (New AHK Script)

Thanks Adde,

Is there a way to make it to work more generally. Like for any active window? Right now I believe it only works for Party and their skins. Thanks.

Jacob
Reply With Quote
  #5  
Old 06-22-2006, 09:44 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
Thanks Adde,

Is there a way to make it to work more generally. Like for any active window? Right now I believe it only works for Party and their skins. Thanks.

Jacob

[/ QUOTE ]

Yes, no probs. I'll add this later on.

Adde
Reply With Quote
  #6  
Old 06-22-2006, 01:20 PM
Back In Black Back In Black is offline
Senior Member
 
Join Date: Apr 2005
Location: Debt, CA
Posts: 341
Default Re: Table Highlighter (New AHK Script)

How do you change the bar location, size and color? I couldn't find anything useful on OC.com...maybe I'm just retarded though.
Reply With Quote
  #7  
Old 06-22-2006, 02:34 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
How do you change the bar location, size and color? I couldn't find anything useful on OC.com...maybe I'm just retarded though.

[/ QUOTE ]

; Define width and height of Highlight Bar.
; Bar will be drawn at (x,y) coordinates (0+th_bar_left,0+th_bar_top) of active window.
; Default values 26 and 0 for Height and Top will mimic the window title bar.
; Default values of 65 and 510 will create a larger bar over the chat box area.
; Try wich one suits you best.

th_bar_width = 795
th_bar_height = 26 ;65
th_bar_left = 0
th_bar_top = 0 ;510

; Define color and transparancy of Highlight Bar.

th_bar_color = FF0000
th_bar_trans = 150
Reply With Quote
  #8  
Old 06-22-2006, 09:43 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
Nice script. I noticed you're doing it with graphic checks instead of looking for action buttons. Don't you find that slower than checking for the windows?

On flashing: Set the script up so that anyone who likes/doesn't like the flashing can toggle it easily in the script code, and let them choose.

Nice job.

[/ QUOTE ]

Thanks Mogobu. As for grapic checks, that's the only way to see if the advance action button is checked or not. If already checked, no highlight bar should be shown.

Adde
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

Forum Jump


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


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