Quote:
Originally Posted by Halfslashed
That's writing an entire unnecessary function just for the practice.
Say you're making a bot that moves one file in the corner of your desktop to your recycle bin. You could do one of two things :
A. Search for file image. Locate image. Save image coordinates as variables. Search for recycle bin image. Locate image. Save image coordinates as variables. Have mouse drag from the file image variables to the recycle bin's variables. Release mouse.
B. Mouse goes to coordinates. Mouse drags file to recycle bin coordinates. Mouse releases.
FYI, I'm an idiot
|
Not only did I say that it was for practice that I would challenge myself to write much more complicated and difficult scripts, but you say that image search is easier than coordinates? HA! Image search is not only time consuming, but there are many different images involved in games like mabinogi. With the window's slight transparency and a user defined color, things behind the window can easily screw up the image search. Besides, resolution screws up image search pretty well too.
*red in quote is fixed*