Try just the "Compile" option.if I used the windows' context menu to compile (x64)
That works on my win8 64bit
I believe the issue is incompatibility of autoit running on 64bit OS.
Try just the "Compile" option.if I used the windows' context menu to compile (x64)
That works on my win8 64bit
I believe the issue is incompatibility of autoit running on 64bit OS.
Last edited by burgaud; 07-21-2014 at 06:08 PM.
i have a issue.
try to run v20140710 1920x1080 resolution.
instead of selecting quest is going to video then socialthen customer suport and open d3 site in chrome.
log.txt is ending :
23.07.2014 00:36:04 Stabilizing Battle.net
23.07.2014 00:36:14 Loading Diablo III
23.07.2014 00:36:39 Set Quest
v20140604 works fine.
Last edited by fr0ggy; 07-22-2014 at 04:52 PM.
New version has feature that"
uncheck "Quick Join"
uncheck "Players Near You"
This is why you saw it "Video" then "Social"
But it should not do Customer Support.
If you'd look carefully, "Customer Support" button and "Game Settings" button are in the same Location.
let me check some more how this could happen....
New version has feature that:
uncheck "Quick Join"
uncheck "Players Near You"
This is what you saw. Likewise, it will also change the game to Private game.
This is to prevent other players from joining your game. Somehow, when you were invited by friends to their games, these settings can change such that, they can now freely join your game.
But it should not do Customer Support.
If you'd look carefully, "Customer Support" button and "Game Settings" button are in the same Location.
let me check some more how this could happen....
What is "SPACE" key bounded to do?
You should have SPACE key bound to default - close windows.
Last edited by burgaud; 07-22-2014 at 05:22 PM.
yeh, was just about to post that i found the issue.
i have space set to force move, aslong with v key.
thanks !
when support for 1680x1050? cant run on 2nd pc
Can you install VMWare 8 and bot from there in 1600x900?
2nd pc not good enough for vmware. will not run 1600x900 smoothly only 1280x720.
so. im using different bot for it instead.. i like this bot, better skills usage. i dont like using skills all bots using. blizard can know we are all bots by checking eveyrone same skills
Last edited by Lamboot; 07-24-2014 at 06:26 PM.
Any way to increase the 30 sec timer on the "Creating Game" I tried checking through the Script, but nothing increased it :/
Why do you reset the game when it can't create the game... when it obviously did create it, since we're in-game? It's so annoying cause it takes more than 30 seconds to start a game on my Laptop :c
Edit: It was in the config :P
Last edited by Kenneth Hoff; 07-30-2014 at 10:36 AM. Reason: Fixed it
hello, i just use your bot. it works great when i leave it heading to bed . But this morning when i check, there was a error : the launch turn to PTR ( region/ account ) so bot can't start the game .Log end like this :
8/4/2014 5:51:43 AM Launching Battle.net
8/4/2014 5:51:48 AM Stabilizing Battle.net
8/4/2014 5:53:48 AM Error: Battle.net unresponsive
8/4/2014 5:53:48 AM Reset: Diablo III not running
8/4/2014 5:53:53 AM Launching Battle.net
8/4/2014 5:53:58 AM Stabilizing Battle.net
8/4/2014 5:55:58 AM Error: Battle.net unresponsive
8/4/2014 5:55:58 AM Reset: Diablo III not running
8/4/2014 5:56:03 AM Launching Battle.net .... and so on
Does anyone else have the same problem ? kinda weird
The error is:
8/4/2014 5:53:48 AM Error: Battle.net unresponsive
The Code that generates that error is:
#1 Either because the PLAY button is not visibleCode:elseif $STATUS = "Stabilizing Battle.net" then MouseClock() if ProcessExists("Diablo III.exe") then $STATUS = "Loading Diablo III" $TimeOut = SetTimeOut(120000) ; Wait 120 seconds for Diablo3 to Load, Login, Stabilize elseif IsTimeOut($TimeOut) then $ErrorCount += 10 $STATUS = "Error: Battle.net unresponsive" ProcessClose("Battle.net.exe") $TimeOut = SetTimeOut(5000) ; 5 seconds wait elseif _ImageSearchArea($PNGFolder & "PLAY.png", 1,0,0,@DesktopWidth,@DesktopHeight,$x,$y,16) then if $z = 0 then $z = SetTimeOut(5000) ; wait 5 seconds after seeing Play Button before clicking it elseif IsTimeOut($z) then print("CLICKING PLAY!") ClickMouse("left", $x, $y, 1, 200) ; no conversion needed, xy is in screen resolution $z = SetTimeOut(1000) ; 1 second to reclick PLAY endif endif
or
#2 You do not have the PLAY.png file (you have to manually create this as stated with PNGMaker.AU3)
or
#3 The Battle.net app is not defined properly such that, Battle.net is not launching and therefore, no PLAY button as stated in reason #1
[RunTime]
Battle.net=C:\Program Files (x86)\Battle.net\Battle.net Launcher.exe
This has already happened to one user and has posted his problem weeks ago. His problem was that the PLAY button was partially hidden such that it is not matching the PLAY.PNG file.
PLAY.PNG is needed for BKBot to auto reconnect/login when disconnected.
How it turned into PTR mode I have no idea. more of the log.txt is need for me to see where it went wrong. perhaps zip it and attach it here
Last edited by burgaud; 08-03-2014 at 10:44 PM.
Here is my log. not sure why launch turn to PTR :gusta: