Does not work for me in 1600X900
Does not work for me in 1600X900
how can i bind move to mouse button 3? it's greyed out in the options
never mind: got it
Last edited by Shintr; 06-20-2012 at 02:43 PM.
When it goes to take the screenshot to ocr i am getting an error in the tesserect.au3 include
line 145
$obj1.ShowFile($capture_filename,1)
$obj1^error
Error:Variable must be of type "Object"
any idea? I turned it on to show the screenshot it took because my gold function was just showing 0 entire time.
I should probably remove that bit of code in the include. That portion of the code only works with Windows XP, ("Preview.Preview.1") uses windows fax and viewer and Windows Vista or 7 doesn't have that program include with the operating system install. Now the question I have for you is what version of tesserect are you running?
ya I am on windows 7
it was the one included in your download. The release notes say
Tesseract Oct 21 2011 - V3.01
I guess i should add I am not using your script but the code is working its just not scraping the screen basically. 1920x1080 resolution I even checked the coords for the scrape and its correct for me it just never seems to take the screenshot.
the program is installed to the location its calling for as well: C:\Program Files (x86)\Tesseract-OCR
Last edited by stealthingyew; 06-20-2012 at 02:58 PM.
I am doing 360k/h with 5.6k dps. I have modded the loot routine a bit so it moves around and get's more gold since I only have 7 radius. I have 329% GF.
My version of notAres' script does 310k/hr. with 36 second success, and 16 second fails I do not use teleport and I use Magic Weapon so I kill a bit faster. I think the extra boost in gph is I vary rarely die using yours. I guess I need to up my DPS a bit more and get some better GF rings and i could easily see 400k+/gph. I do not collect gems, just magic and up, sell the magic and do not identify anything.
I think I am going to play with some more delays and get your script running faster, only thing I changed was I added my attack routine and post attack before loot.
Thanks again for your hard work.
Also I think if you made the window a bit wider the accumulated gold thing would not vanish. I don't even watch that anyways.
Chancity is this based off windowed/windowed full screen/ or full screen resolution
reading the info on the wiki and it said make sure Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) was installed so reinstalling it to see if that may be my problem
still didnt help
Last edited by stealthingyew; 06-20-2012 at 03:12 PM.
you should consider adding this to your script.
http://www.ownedcore.com/forums/diab...ml#post2324990 ([Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080])
thanks, works like a charm![]()
My 2 cents
Script is awesome,however there are some minor flaws that can get ironed out.
1)Should move a bit more inside the cellar,when looting,because even with about 20 yds pickup radius,some of the gold is not looted(usually on the left of the chest)
2)Should include a relog function.That's the only thing that's keeping me from full afk botting.This can be a pain,especially for people with crappy internet(like me)
3? )Im not sure about this,but i think the bot is selling the legendaries?Because every time I see that status screen,it says like 1-2 legendaries collected.but when I check the stash,I see none there.
Other than that,everything is running smooth.
Sitting at 230k-270k GPH with 200% GF.
Real good if you ask me,especially for a free script.
Keep it up!
thanks for this
Mhmm my GPH also calculates lose in gold due to repairs. Also if you got the update version the gold vanishing has been fixed.
Just added this, I always found I had 2 of scripts opening and it would mess shit up.
Code:$Kill = ProcessList("AutoIt3_x64.exe") For $i = 1 To $Kill[0][0] $CurrentPID = @AutoItPID If $CurrentPID < $Kill[$i][1] or $CurrentPID > $Kill[$i][1] Then ProcessClose($Kill[$i][1]) EndIf Next
Lengendaries are the some color as the lamp on the right of the chest, it sometimes gets clicked on. I setup to just run to the chest because I was running into problem with the bot getting stuck on the chest on the left side. Normally my character gets all the gold and thats with 17 yd pickup radius.Code:If $LootLegendaries == True Then $LegendaryCount += LootGear(0xBF642F, 0) EndIf