![]() |
|
#151
|
|||
|
|||
|
Has there been any thought to highlighting the table based upon what (Harrington) zone one is in a tourney? For someone that multi-tables MTTs, that could be very nice enhancement, but I don't know know how difficult it would be code.
|
|
#152
|
|||
|
|||
|
this script is no longer working at Full tilt since the Jan 25th software update. Is there a fix available?
|
|
#153
|
|||
|
|||
|
[ QUOTE ]
this script is no longer working at Full tilt since the Jan 25th software update. Is there a fix available? [/ QUOTE ] There is now! [img]/images/graemlins/wink.gif[/img] |
|
#154
|
|||
|
|||
|
Code change required for Full tilts latest update on Jan. 25, 2007 to get Table Highlighter working properly
Edit the following part of the script: IsTableWaitingFulltilt(id) { if ( IsVisCtrl("FTCButton9",id,3))--> to "FTCButton13" should fix all tables being shown as active |
|
#155
|
|||
|
|||
|
[ QUOTE ]
Code change required for Full tilts latest update on Jan. 25, 2007 to get Table Highlighter working properly Edit the following part of the script: IsTableWaitingFulltilt(id) { if ( IsVisCtrl("FTCButton9",id,3))--> to "FTCButton13" should fix all tables being shown as active [/ QUOTE ] I changed it to 11, works as well, I believe. (Also, on the Overcards-site) I fixed a bug in the script there with the addition I made last year). |
|
#156
|
|||
|
|||
|
I get an error with the script Functions.ahk:
Error:The leftmost character above is illegal in an expression. Specifically:: Line# 758:} 761:{ 765: if activate 766:WinActivate,ahk_id%table_id% 767:PostMessage,0x201,0x0001,((y<<16)^x),,ah k_id%table_id% 768:PostMessage,0x202,0,((y<<16)^x),,ahk_id% table_id% 769:} ---->775:{ I am a noob at AHK but I looked through this part of the code and everything looked fine. Anyone has any idea ? |
|
#157
|
|||
|
|||
|
Doesn't seem to be working anymore with FTP update
|
|
#158
|
|||
|
|||
|
is this supposed to be working with Party atm? it goes bat crazy beeping all the time when I try to use it
|
|
#159
|
|||
|
|||
|
Praetor, do you datamine while playing? It picks up the "join waitlist" button on the tables that you're not seated at and thinks it is your turn to act on those tables. Me, I don't use the beep-functionality, so I just minimize the tables I'm not sitting at and reload the script so that the highlight bars are hidden.
I've been meaning to get this properly fixed, I'll have a look at it one of these days. |
|
#160
|
|||
|
|||
|
The only function I want to use is the beep function
|
![]() |
|
|