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
  #211  
Old 08-24-2007, 01:59 PM
askrak askrak is offline
Member
 
Join Date: Jan 2006
Posts: 44
Default Re: Table Highlighter (New AHK Script)

sweet thanks for the help!
Reply With Quote
  #212  
Old 08-25-2007, 01:33 PM
Vinny80 Vinny80 is offline
Senior Member
 
Join Date: Dec 2005
Location: Value check folding
Posts: 564
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
[ QUOTE ]
I got it sorta working by replacing all sections of the script that had "ATL:00424070" with "ATL:0041F5F8". Just use find and replace.



[/ QUOTE ]

Thanks, that fixed my problem for interpoker

[/ QUOTE ]

not working since last upgrade (pro view table which I'm not using btw) Anyone know a fix???
Reply With Quote
  #213  
Old 08-25-2007, 09:25 PM
fred4761 fred4761 is offline
Member
 
Join Date: Apr 2007
Location: Bendigo, Australia
Posts: 43
Default Re: Table Highlighter (New AHK Script)

Thanks HalvSame for the soundcard info.

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
I got it sorta working by replacing all sections of the script that had "ATL:00424070" with "ATL:0041F5F8". Just use find and replace.



[/ QUOTE ]

Thanks, that fixed my problem for interpoker

[/ QUOTE ]

not working since last upgrade (pro view table which I'm not using btw) Anyone know a fix???

[/ QUOTE ]

To fix it just replace "ATL:00424070" with "ATL:0041F0A0" using find and replace as before. They seem to be changing this everytime they update the program.

Also if you want to get it working for the pre turn buttons I have rewritten the button positions and colors for interpoker. I don't know if it will work on other skins.

Find the IsTableWaitingExCryto(id) section and update it as follows.


------------------------------------------------------------
IsTableWaitingExCrypto(id) {
CoordMode, Pixel, Screen
WinGetPos, x, y,,, ahk_id %id%

dx := 4
dy := 4

;x2 := x+439
;y2 := y+590
;PixelGetColor, c, x2, y2
;s = x=%x2% y=%y2% c=%c%
;Debug(s)




If ( GetPixelCount(x+429, y+531, x+429+dx, y+531+dy, 0x221D1F) >= 1) ;--- check/fold checkbox is visible
{
If ( GetPixelCount(x+429, y+534, x+429+dx, y+534+dy, 0xECD6D8) >= 1) ;--- fold checkbox is checked
return 0
If ( GetPixelCount(x+555, y+498, x+555+dx, y+498+dy, 0xA3A1A1) >= 1) ;--- call/check checkbox is checked
return 0
If ( GetPixelCount(x+429, y+500, x+429+dx, y+500+dy, 0xE7DEDB) >= 1) ;--- check/fold checkbox is checked
return 0
return 1
}
If ( GetPixelCount(x+430, y+500, x+430+dx, y+500+dy, 0x1F1F1F) >= 1) ;--- fold checkbox is visible
{
If ( GetPixelCount(x+429, y+534, x+429+dx, y+534+dy, 0xECD6D8) >= 1) ;--- fold checkbox is checked
return 0
If ( GetPixelCount(x+555, y+498, x+555+dx, y+498+dy, 0xA3A1A1) >= 1) ;--- call/check checkbox is checked
return 0
If ( GetPixelCount(x+429, y+500, x+429+dx, y+500+dy, 0xE7DEDB) >= 1) ;--- check/fold checkbox is checked
return 0
return 1
}
}

------------------------------------------------------
I didn't bother to update the call any button cause I don't every use it.

To update things yourself you just need to use the AHK windows spy, just right click on a active AHK scrit in the system tray.

With the windows spy you can easily find the info to update the script yourself by clicking on the poker table.
Reply With Quote
  #214  
Old 08-25-2007, 11:33 PM
Vinny80 Vinny80 is offline
Senior Member
 
Join Date: Dec 2005
Location: Value check folding
Posts: 564
Default Re: Table Highlighter (New AHK Script)

thanks again!
Reply With Quote
  #215  
Old 08-29-2007, 01:52 AM
fred4761 fred4761 is offline
Member
 
Join Date: Apr 2007
Location: Bendigo, Australia
Posts: 43
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
thanks again!

[/ QUOTE ]

are you using Interpoker or does it work on other skins?
Reply With Quote
  #216  
Old 09-02-2007, 10:47 AM
SpaceyFCB SpaceyFCB is offline
Junior Member
 
Join Date: Mar 2005
Posts: 25
Default Re: Table Highlighter (New AHK Script)



I'm getting this error when opening the script.

Greets. K.
Reply With Quote
  #217  
Old 09-02-2007, 02:00 PM
notreallymyname notreallymyname is offline
Senior Member
 
Join Date: Dec 2006
Location: NL100
Posts: 123
Default Re: Table Highlighter (New AHK Script)

That was me, sorry. I wrote a feature for it and retyped it on the wiki because it was small, made a typo.
Reply With Quote
  #218  
Old 09-03-2007, 09:17 AM
SpaceyFCB SpaceyFCB is offline
Junior Member
 
Join Date: Mar 2005
Posts: 25
Default Re: Table Highlighter (New AHK Script)

I've tried the new code on the wiki.
Again error:

[ QUOTE ]
line 373.
Line Text Traymenu()
Error: Duplicate Function definition

Program will exit

[/ QUOTE ]
Didn't edit any of the settings.

Greets. K.
Reply With Quote
  #219  
Old 09-05-2007, 09:43 AM
SpaceyFCB SpaceyFCB is offline
Junior Member
 
Join Date: Mar 2005
Posts: 25
Default Re: Table Highlighter (New AHK Script)

BUMP
Reply With Quote
  #220  
Old 09-05-2007, 10:08 AM
palle palle is offline
Junior Member
 
Join Date: Apr 2007
Posts: 12
Default Re: Table Highlighter (New AHK Script)

same for me here Spacey,
i just renamed the function, and that error didnt occur anymore. But there are so many functions used "that are never called" or "nonexistend", i think i changed about 10 things now, and still get new errors. dont know if it still works with all the changes, but it wont without either...
anyone got a working version running these days ?
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 12:15 PM.


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