I can't get it to pick up emeralds by color I must be doing something wrong or maybe it's too small I dunno.
I tried getting the color and using a few different ones, but it never seems to pick them up. Maybe chancity can get it to work.Code:If $LootGems == 1 Then $GemCount += LootGear(0x79BE75) EndIf
Total Runtime: 7 hours, 13 minutes
Open Cellar Avg: 26.8s - Closed Cellar Avg: 9.8s
Total Cellars Found: 433 (42%)
Total Cellars Not Found: 588 (58%)
Total Deaths: 3 (0%)
371K Per Hour - Accumulated Gold: 2.66M
18 rares, nothin else
@ 241k GF, going to try to get some more after hearing people say they get 600k+ an hour
[solved...]
problem with the 800x600 version. It does not repair.
Last edited by cw30000; 07-06-2012 at 11:43 AM.
800x600 version:
Running it right now testing it out. I turned all the shadows off, settings to low, low fx, etc. as well as max fps = 40. Seems to work ok at the moment, will let it run for a longer period of time to see![]()
Your open cellar average is waaaaaay to high to be hitting 600k/hr.
Do you have loot everything on??? Turning off like magic, and custom loot should drop you to like 22 second open cellar time, and play around with yours sleeps.
(edit)
people with like 600k gph are at like 18sec open cellar times
Im at around 400-450k gph with a 23 sec open cellar time. 255% GF.
I was able to fixed it by change the coordinate for the search. Thanks for the great script. finally no lag when running vm.
Line: 849 to 858
Func CheckRepair()
$RepairArea = PixelSearch(570,20,577,35, $yellow)
If Not @error Then
Call("DoRepair")
EndIf
$RepairAreaRed = PixelSearch(570,20,577,35, $red)
If Not @error Then
Call("DoRepair")
EndIf
EndFunc ;==>CheckRepair
Hello
Can anyone tell me why I only collect items and no gold?![]()
to those geting 16-19secs open cellar runs, mind sharing whats your weapon dps+stats?
in order to get a quick answer for you request use this template, which is clearly stated on first page of this thread.
i want you to actually check these things before putting what you think it is.
Script and version:
Help or request:
Desktop resolution:
Diablo 3 window type:
Operating system (32-bit or 64-bit):
Manual or auto install:
Move bound to mouse3:
Where are you starting the:
Game language:
A well written out explanation of what your problem/request is, if it's "it duzn't work"
i'm going to refer you to this template and not help you until you go by it. Any screenshots of an error would help exponentially.
To fix repair, coordinates for repair tab are 286,277
coordinates for "all items" are 155,331
simply edit it in the vendor items area
right now its set on 500x something for 1920x1080.
"dorepair" is already correct. repair after selling items is what needs to be fixed. anyone can do this manually, you don't need to wait on an update.
Last edited by LATM; 07-06-2012 at 12:20 PM.
Heya LATM,
Sorry to hear of your frustrations getting pm'ed, heheI like your vm guide btw. Anyhow, I am reading your instructions and am not sure what to fix, do you mean to change
line 1073,1074 (the vendorloot() function)
from
$slot1x = 538 ; first slot x coordinate
$slot1y = 367 ; first slot y coordinate
to the 286,277 coordinates? That doesn't seem quite right to me...