Bot stops working/interrupted whenever the "Auction House is not available" pops up in the lobby screen. Anyone have the additional code to resume?
Bot stops working/interrupted whenever the "Auction House is not available" pops up in the lobby screen. Anyone have the additional code to resume?
So I was running my d3 + demonbuddy in the background, and I loaded up a new d3 with fullscreen windowed for this script. It was working just fine and now it just starts games, status says "goign to town" but it just stands at the checkpoint (dying over and over), leaving game, resuming game, leaving the game.. I'm not sure why it's suddenly doing this when it was working fine behind.
Was there a recent update? The script just doesnt do anythign when it enters the game, then after 10 seconds or w/e it leaves game. Well I closed that specific client and reopened, now it works. Maybe it was messing with the demonbuddy's d3.
You can add a small function and a call to it if you want; I just wrote this for you in 2 mins so you can use it temporarily :P
Add this to the start of the main section of the script, before the "Resume" part. This will call the func Error:
Code:;start Sleep(Random(300, 600)) Error() ;Check for error window
Then add this function to the end of the script. It basically checks for the error image and if it is found, it presses "Escape":
Now just take a pic of the error, crop it to only show the error box, save it as AHError.png and add it to the image folder.Code:Func Error() Sleep(Random(250, 500)) _ImageSearchArea($pngLoc & "AHError.png",1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,130) If Not @error Then Send("{ESCAPE}") EndIf EndFunc ;==> AH Error
Tell me how it goes.
Last edited by Stormreaver; 07-05-2012 at 07:09 PM.
Has anyone gotten this to work with VMWare worksation? Game runs fine in VMWare, but cursor can't seem to find the Resume button.
Same script works fine if I run it regularly, not in VM.
oh geez... now it's working, thx!
for some reason I cannot get the custom loot to work for the life of me. I used Paint.NET to edit my pictures and put it into the pics folder and changed custom loot to "true" and put the image name into the custom loot array and changed the numbers of loot. When it goes to pick up the items an error comes up.
Any ideas?
Also anything know how to turn on the custom looting bot on? I had to pause the script every time after sarkoth dies and go drop the item then resume (this is kinda time consuming as I only want to test the custom loot)
Thanks guys!
What happen to the new version? Still working progresses or is it stop?
Update from me in regards to my delay issue whilst looting. It seems to be coming from the gems. If I switch it to false, the script loots quickly as intended.
need help
lately when I wake up the bot is stuck at "are you sure you want to quit the game" "ok or cancel"
I don't know why it randomly press esc and then leave game on Main Menu
can someone please write me a function for the script so it will go back to MainMenu when this happens
either press escape or click the cancel option
thanks a milion
So, after configuring the bot I'm having one problem. I know exactly what it is and why it is happening but no clue how to fix it. During the looting sequence the bot is missing magic items due to the names of the items on the ground fading away before they are picked up. While watching the bot run if I hit alt during the looting sequence it works just fine. Can anyone help me out?
I can't seem to get it to stash my items. I dont want it to identify them, just stash them after a certain amount of runs, let's say 20. But, for some reason I can't get the number of "Runs Till Vendor" to change from "5" to anything else. I've changed the ini file to:
[ManageLoot]
Every=20
Identify=False
[Stashing]
Loot=True
Legendaries=True
Rares=True
Magic=False
Tomes=True
Gems=False
[Vendoring]
Loot=False
Rares=False
Magic=False
and in the script I have it set to "$mLoot = 20 ;Number of successful runs until Stash and Vendor"
any idea why it won't change? this is becoming rather frustrating lol
Thanks for any help