stumm
New Member
Posts: 6
|
Post by stumm on Sept 6, 2005 11:05:51 GMT -5
I previously made a fishing bot with AC Tools and worked great. But I quit playing FFXI and now I'm back. I noticed people use AutoIT now, is there a reason for this? But more importantly, with AC Tools one had the option of mapping out a portion of the screen for comparison, with AutoIt I can only see the pixelgetcolor() method. So to look for a word in the chat log I have to do a whole bunch of pixel checks. Is there a way to map out a portion of the screen for comparison like in AC Tools?
|
|
|
Post by TinyTerror on Sept 6, 2005 11:45:08 GMT -5
To be honest, the ability to map objects in actools is a hack. It uses the same pixel operations that autoit uses, it just abstracts them behind a pseudo object construct. The same thing can be done with autoit by simply making a function full of if statements that check pixel values. If all of the if statements are true, the function returns true. It works the same way as AC Tool's object mappings, and is quite possibly faster.
I don't really like actools that much. The language is too hackish.
|
|