Originally Posted by
orion0212
This is from page 77 and fixed the loot problems on x64 for me.
I didn't install Visual Studio Pro Beta 11.
I did copy the dll's to both the Windows folder and the Windows/SysWOW64 folders.
I also put the ImageSearch.au3 into the Program Files (x86)/AutoIt3/Include (created that folder) and the Program Files/AutoIt3/Include folder.
I figured it wouldn't hurt to have those things in both places but you probably don't need them like that. Either way looting works now.
Edit: I'll try to summarize this into steps. Credit to greenxeyezz for this if it works for ya.
This is to get the loot function working on a Windows 7 x64 operating system. I'm using 1900x1080 16:9 resolution in both Windows and Diablo3
1- Install AutoIT3 in x64 mode but edit the install path to Program Files (remove the (x86) in the install path).
2- Copy the dll files: msvcr110.dll, msvcr110d.dll, ImageSearchDLL_x64.dll, and ImageSearchDLL.dll into both the C:\Windows and the C:\Windows\SysWOW64 folders (prob not necessary but thats what I did to make sure. Note that the msvcr dll's are the same in the x64 and x86 folders.)
3- Copy the Imagesearch.au3 from the x86 folder and put it in both the "C:\Program Files\AutoIt3\Include" folder and the "C:\Program Files(x86)\AutoIt3\Include" folder. You may have to create the x86 Include folder. Make sure you're using the x86 Imagesearch.au3 here as it is different from the x64 version.
4- Tweak the script and put the pics in whatever folder you want to but change the path in the script to point to them.
5- Compile the script as an x86 exe.
6- Reboot your system then try it.
Hope this is more clear, it's working for me after doing this.