2 things may cause the "exiting game in the beginning of the fight" bug.
one of them is fixed in this version: gb232RC.zip
the other reason i will be able to fix later.
let me know if this one works...
2 things may cause the "exiting game in the beginning of the fight" bug.
one of them is fixed in this version: gb232RC.zip
the other reason i will be able to fix later.
let me know if this one works...
ok i found one issue.
After 1000+ runs, when i woke up i had this AutoIt Error window:
Line 913 (File "g:\Kill Ghom All Resolutions v2.1.au3"):
MouseClick("left", _GetCoord("OK Disconnected", True), _GetCoord("OK, Disconnected", False)
MouseClick("left", _GetCoord("OK Disconnected", True), _GetCoord("OK, Disconnected", False^ ERROR
Error: Error parsing function call.
Is this normal error you get when you get disconnected or did i find bug or something?
you found a bug! thanks.
in file "Kill Ghom All Resolutions v2.1.au3" line 913
the correct line should be:
MouseClick("left", _GetCoord("OK disconneted", True), _GetCoord("OK disconneted", False))
the bot handles disconnected only on 1920 and 1366 resolutions, but nobody got disconnected so this code didn't run before now. good catch.
tried the new version on my WD and still got the same problem of exiting game once it is hit by a gas cloud i play on 1920x1080
new version is uploaded, 234, it should fix the exiting game bug. + some extra features.
In 234, when inventory gets full and it goes to stash, it always goes to tab 2, which for me is always full, i use tab 3 or tab 4 for stashing legs (usually 4 tho). again with 1920x1080 resolution.
Oh.. and since my tab 2 was full, it pretty much went on infinite loop on trying to stash them legs. After 5mins i had to restart my windows because F1 or F2 didnt do anything. Restarting is actually faster than going to task manager and closing it down![]()
Yes, i did, i tried multiple times. I know it saved them becouse i made it loot magic items also. One time i deleted it and downloaded it again.
For the Witch Doctor issue, try to change line 684 in file "Kill Ghom All Resolutions v2.1.au3"
toCode:Case "Witch Doktor"
That's the name that is returned for my english client.Code:Case "WitchDoctor"
With WD, killing Ghom is ok, but have issue in the looting, keeps running to the end of the room and after that dont leave the game by itself, i need to press ESC, to find the leave game button.
Im playing in 1920x1080.
im playing 1280 x 1024 and it runs once and then it gets stucked after taking wp and it doesnt go down to the boss. (maybe sleep(???ms) issues between taking wp and going down?) Its also very hard to stop the bot with F1/F2. It bugs when trying to store items in the box.
Last edited by plasticstone; 07-06-2014 at 10:18 AM.