Search found 5 matches
- Thu Jan 14, 2016 1:37 pm
- Forum: Beginners
- Topic: Need Help True Begginer here
- Replies: 5
- Views: 9961
Re: Need Help True Begginer here
This is what my DB10 macro looks like. It works similar to the macro pic you posted. Only it does not revive or top up energy. You do have to give it a few secs to find the image. for unknown scrolls ect. you can probably make it so that it will just find "get" to make it easier for you. Label>WaitF...
- Thu Jan 14, 2016 1:24 pm
- Forum: Beginners
- Topic: Need Help True Begginer here
- Replies: 5
- Views: 9961
Re: Need Help True Begginer here
Hello this is SWfan123. If you want the program to find first image and click on image 2 it needs to look like this. //Find FIRST image FindImagePos>%BMP_DIR%\image_36.bmp,SCREEN,.99,1,XArr,YArr,NumFound,CCOEFF If>NumFound>0 //If FIRST image found, get position of image TWO and click on THAT FindIma...
- Tue Dec 15, 2015 1:06 am
- Forum: Beginners
- Topic: Help with image recognition wizard
- Replies: 5
- Views: 5865
Re: Help with image recognition wizard
It works! Thanks for your input. My test macro currently looks like this. Only i need it to find an image and click on a different image. How would I do that? Label>WaitForAnImage //Find and Left Click Center of FindImagePos>%BMP_DIR%\image_4.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF If>NumFound>0 ...
- Tue Dec 08, 2015 12:21 am
- Forum: Beginners
- Topic: Help with image recognition wizard
- Replies: 5
- Views: 5865
Re: Help with image recognition wizard
Here is what my test macro looks like. It finds the first image and clicks fine and then will find and click the second image. But if i start the program while the second image is up it will not click that image until the first image shows up. //Wait for WaitScreenImage>%BMP_DIR%\image_8.bmp,0.7,CCO...
- Mon Dec 07, 2015 11:56 pm
- Forum: Beginners
- Topic: Help with image recognition wizard
- Replies: 5
- Views: 5865
Help with image recognition wizard
Hello i am very new to this. I am trying to make a very simple macro. It just needs to search for an image and click another image once the first image is found. So far I can get it to find one image click the image and then move onto the next set of images. The problem is it only does this in the o...