View Single Post
  #321  
Old 11-23-2006, 08:10 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi PercentileDoom,

[ QUOTE ]

I have not edited any of the settings, so I don't know if logging is enabled or not. It scans the table for about 2-3 seconds, then a bubble thing pops up, and finally it then adjust the bet size.

[/ QUOTE ]

If you get the bubble, debug logging is on, and each image recognition stage (like there is on Stars & FT) will take 500ms - so you can see where it is scanning for images (a white box will appear on your tables).

Oops, it seems in my tiredness last night I didn't turn the debug mode off before zipping & uploading [img]/images/graemlins/frown.gif[/img]

Edit the file in notepad, about 15 lines from the top there is a line that reads:

debug := 1

Change this to:

debug := 0

Save and reload the script - It should be much quicker now.



dave.
Reply With Quote