Ah thanks but still missing a Mob sometimes
okay tahnks xlifer changed this but still got:
Line 15 (File"C:\user\timo\desktop\1.au3"):
#include <ImageSearch.au3>
Error: Error opening the file
edit: fixed that. didnt have imagesearch script on desktop![]()
Last edited by botimo; 06-14-2012 at 03:56 PM.
So I saw there was a new version released with GUI so I thought ill give it a try.
So after setting up everything and trying to run the bot it works fine till it gets into the cellar.
When it's in the cellar it will say in the log area not found and it will tp back to town to do it again etc etc
Anyone know how to fix this?
sometimes the GUI closed, how can i see it again ?
Made my own png for tristram, i think i fixed the repair issue, just noticed, there is no function for STASH gems?
i make a summary of what i do:
download the pack extract files
copy x86's ddl in windows and system32
change line 42 and put the good directory
compile to exe with lowest option
take exploring cave quest
take the 1st wp go west until i get the checkpoint
return to town then leave
go back to windows and run the script go back in diablo 3 and press =
i got 2 errors in status :
Error : Cannot find Resume button
Error : me button
Then i cry xD.
could you help me to make it work plz ?
EDIT : i m full screen 1920 1080
Did you changed any square.png or anything? This doesnt pickup any gems. It will pick items and tomes. Is there any fix? change tolerance or anything? use old .png?
I cant seem to find where the ExitGame.png was made from. It doesnt seem to be on the game menu in game, or when I press escape from the character screen.
Nevermind i was running fraps and that was on top of the name thats why it didn't see the name properly xD
Still having problems with picking up gems now tho
Last edited by kevink88; 06-14-2012 at 04:16 PM.
Found a problem with 1.6. I died and it did not leave game, just sat there dead with cannot find resume button error, i let it sit there for a good 10 minutes to see if it would eventually recover, but it never did.
I use this to stash my gems. Works perfectly for me. Copy the top part to stashing variables and the bottom to the StashLoot func
Code:$StashRuby1 = True $StashRuby2 = True $StashAmethyst1 = True $StashAmethyst2 = True $StashTopaz1 = True $StashTopaz2 = True $StashEmerald1 = True $StashEmerald2 = True While $StashRuby1 Sleep(200) $Ruby1Pixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0xE0110D, 2) If Not @error Then GUICtrlSetData($lblStatus, "Status: Stashing Square Rubies") MouseClick("right", $Ruby1Pixel[0], $Ruby1Pixel[1]) Else ExitLoop EndIf WEnd While $StashRuby2 Sleep(200) $Ruby2Pixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0xF10E10, 2) If Not @error Then GUICtrlSetData($lblStatus, "Status: Stashing Flawless Square Rubies") MouseClick("right", $Ruby2Pixel[0], $Ruby2Pixel[1]) Else ExitLoop EndIf WEnd While $StashAmethyst1 Sleep(200) $Amethyst1Pixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0xC246FD, 2) If Not @error Then GUICtrlSetData($lblStatus, "Status: Stashing Square Amethyst") MouseClick("right", $Amethyst1Pixel[0], $Amethyst1Pixel[1]) Else ExitLoop EndIf WEnd While $StashAmethyst2 Sleep(200) $Amethyst2Pixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0xC140FB, 2) If Not @error Then GUICtrlSetData($lblStatus, "Status: Stashing Flawless Square Amethyst") MouseClick("right", $Amethyst2Pixel[0], $Amethyst2Pixel[1]) Else ExitLoop EndIf WEnd While $StashTopaz1 Sleep(200) $Topaz1Pixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0xDE930F, 2) If Not @error Then GUICtrlSetData($lblStatus, "Status: Stashing Square Topaz") MouseClick("right", $Topaz1Pixel[0], $Topaz1Pixel[1]) Else ExitLoop EndIf WEnd While $StashTopaz2 Sleep(200) $Topaz2Pixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0xCB8100, 2) If Not @error Then GUICtrlSetData($lblStatus, "Status: Stashing Flawless Square Topazt") MouseClick("right", $Topaz2Pixel[0], $Topaz2Pixel[1]) Else ExitLoop EndIf WEnd While $StashEmerald1 Sleep(200) $Emerald1Pixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x46E245, 2) If Not @error Then GUICtrlSetData($lblStatus, "Status: Stashing Square Emerald") MouseClick("right", $Emerald1Pixel[0], $Emerald1Pixel[1]) Else ExitLoop EndIf WEnd While $StashEmerald2 Sleep(200) $Emerald2Pixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x49DE45, 2) If Not @error Then GUICtrlSetData($lblStatus, "Status: Stashing Flawless Square Emerald") MouseClick("right", $Emerald2Pixel[0], $Emerald2Pixel[1]) Else ExitLoop EndIf WEnd
Now can anyone help me figure out how to fix this exit game?.. Still having problems with it.. lol
Also got the error cannot find resume button. Is it missing the resume button png? I didn't see it in the latest update file. I started the script from main menu and put the \ in so there was no directory error.
@kocho
I'm not really sure, the "cannot find resume button" has something to do with the script not finding the resume.png
make sure your directory doesnt include the folders of the png, but the png itself. Thats what solved my problem.
ie)$pngLoc = "C:\Users\Randy\Desktop\D3 SCRIPTS\pics2\ <--- pics2 is the folder that contained my png
ie)$pngLoc = "C:\Users\Randy\Desktop\D3 SCRIPTS\ <--- this is what gave me the error b/c my png wasnt in D3 SCRIPTS, but pics2
If that doesnt work, try re downloading the scripts+files and restarting your computer after you added the DLL files into your sys folders