Im getting an 'incorrect number of parameters for function call' autoit error in the 64 bit version of your v2!
Im getting an 'incorrect number of parameters for function call' autoit error in the 64 bit version of your v2!
Any chance this can be changed so that the script has you manually mouse over the item you want to screenshot and press a button. That way you can do this for multiple items you care to screenshot and montage. I don't have much use for screenshots of the gear I am wearing. I need to be able to montage gear I am looking to sell. If I could select 8-10 items, that would be great!
If u need someone to test let me know
Does it crush on a first item? Can you provide me with a screenshot of it?
This will generate a bunch of screens. Can you send me it? Or just one that chrushes script. I need bmp, not jpg diablo generated.Code:#include <ScreenCapture.au3> #include <WinAPI.au3> #include <GDIPlus.au3> HotKeySet("=","Start") $start = 0 While Not($start) WEnd _GDIPlus_Startup() Global $coords[15][2] = [[1172,300],[1172,300],[1265, 278],[1331,316],[1170,393],[1262,374],[1361, 411],[1166, 475],[1265, 440],[1361, 480],[1159, 557],[1257, 500],[1266, 571],[1357, 562]] Global $gX=0, $gy=0, $ss[14], $hs[14], $buff[14] For $i = 1 To 13 MouseMove($coords[$i][0], $coords[$i][1], 0) Sleep(300) $ss[$i] = _ScreenCapture_Capture($i&".bmp", 0, 0, @DesktopWidth, @DesktopHeight, false) Next Func Start() $start = 1 EndFunc
Ill get you some screenshots.
What are your methods of fixing a _ImageSearchArea that doesnt catch (returns 0,0)
I keep adjusting the tolerance, but i either get nothing or random shit sometimes.
1. First of all you need to find does it really work. Because on my clean system script works with no errors but with no profit. But I think you know that it works.
2. I will look to make search in proper area, because item tooltip always just a few pixel near your arrow.
3. I think to adjust pics. Making png screenshots. They are more accurate.
4. Adjusting of treshold might help as well (but it always too tricky).
I hope this evening/night I will install VMWare with x64 Win7 to make tests. My notebook can't handle this resolution.
I already made pngs, but i found that when veiwing the entire screen, can still be inaccurate (itll pick a random spot on the ground, or somewhere else in my hud)
I even limited it to the area around my mouse (480 px left and right) and it still cant accurately pick out the top left, even still picking 0,0 sometimes...
is there a better way for me to collaborate on this with you?