Anyone have any ideas on how to make the bot move from one treasure chest to another. Like how can it know which dot on the map it already clicked and move to the next one ?
There is a mod that puts dots on the map depicting the locations of the chest s . i just need the Autoit to go to those locations in a specific order . When u move , however , the points of the dots ( the cordinates shifts ) so fixed values of x and y are no use.Quote:
unless u can paint on the screen u cant
ik that =_= u cant mark the dots really it just goes to the one closest to the top right of the screenQuote:
There is a mod that puts dots on the map depicting the locations of the chest s . i just need the Autoit to go to those locations in a specific order . When u move , however , the points of the dots ( the cordinates shifts ) so fixed values of x and y are no use.
Thanks i never knew it searched from the top right and work it's way down. Thats alot of help. is there a posssible way though to limit the area that the Image search is allowed to search? that might reduce lag and provide us with the red dot treasure locations that we want (not the ones we already visited).Quote:
ok this is how you'll probably have to do it when the dots come up on the map make it search from the top of the screen to the bottom and you're gonna have to give it time like idk about 1 minute. then when it goes to the dot (or after the time limit is over ) make the mouse move to right under the characters feet. load the skill wait like 3 seconds click then image search fro the chest.. that's just what i think you could do. try it. i learned by trial and error on how to script.