damn i can't choose that resolution on my pc
damn i can't choose that resolution on my pc
Thanks for the scripts. Tofuartist’s use of the skills when running towards the cellar works a bit better for me.
One issue I have is with the vendor visit as both scripts run into the villager and will stop then. Haven’t seen a post about this, no one else has problems with the vendor?
Last edited by michael8; 06-24-2012 at 11:20 AM.
edit: I was reading too quickly, and here I am talking about not reading instructions carefully enough!!!! sorry. refer to fix below
awesome thing I solved that in my vmware thread, head on over or wait for resolution changes. allows you to use any resolution, even ones your monitor does not support.
Last edited by LATM; 06-24-2012 at 12:10 PM.
your issue is you have to just readjust the coordinates for the merchant. its an easy fix.
I was having the same problem, but I kept fiddling with the INI until my character ran to the stash first, THEN went to the vendor. That's why it hits that villager, the little bit of distance between when you exit the portal and your stash is pretty key.
As I said, I fixed my vendor issue, but now a new problem has arised... When I return to store, etc. my character doesn't store any of the gems I pick up.
I've been trying to tweak the coding for a few days, to no avail.... Any ideas as to where in the coding the problem may lie, and/or how I can fix it? It's not a critical problem, but I would like to keep all the gems I am finding, considering my log says about 80 in the 4 hours I let this run.....
This is my INI if this will help you michael.[Custom Loot]
PNG Location=C:\Your Path\
Total Items=1
[Additional]
Movement Speed=0
Walk Time=2400
Load Time=3400
Teleport Time=6900
[Looting]
Sets=True
Legendaries=True
Rares=True
Magic=True
Gems=True
Tomes=False
Custom=False
[ManageLoot]
Every=10
[Stashing]
Loot=True
Legendaries=True
Rares=False
Magic=False
Tomes=False
Gems=True
[Vendoring]
Loot=True
Rares=False
Magic=True
All=True
All-Rows=6
All-Cols=10
[Variability]
Timer=True
Manage Off By=2
Last edited by DTard; 06-24-2012 at 11:46 AM.
My bad!!! Was reading too quickly and didn't read your full response. I apologize, my fault my fault.
[QUOTE=PureLifeWater;2332789]S|ck has come up with a way to check the ilvl of items (in the notAres' Sarkoth DH Gold Script) and hellsan631 has modified it for easy customization.
ie.
;New Analyze Loot Settings Options are "salvage", "stash", and "vend"
$i59Rare = "stash"
$i60Rare = "stash"
$i61Rare = "stash"
$i62Rare = "stash"
$i63Rare = "stash"
$i59Magic = "vend"
$i60Magic = "vend"
$i61Magic = "salvage"
$i62Magic = "salvage"
$i63Magic = "stash"
i already try to re edit the script or add in the new ilvl script in my previous script, both way didnt work out. yours cant find the cellar. what resolution did you use?
Not a problem good sir. I'm glad I could help. =)
Please note that NONE of the gems that you pick up will be stashed. Legendaries will, as I got a legendary fist weapon overnight, and as it's set, your rares will stack in your characters inventory because he doesn't identify them for selling. Not that big a deal if you're only running this for say, 5 hours, but after a while you'll lose inventory space and not be able to pick up the magic items and sell them.
Heres a progy of BlackSack's and LATM's edited script with a few additional changes of my own. I added a new path to pick up more gold (4 corners) and sped up nearly every 'Sleep' for faster reaction times. I pick up only blues and when at the shop I sell everything in my inventory (for least amount of time wasted)
When the cellar is closed the run time is always below 18 seconds. When the cellar is open the run time is always below 45 seconds, usually stays around 39-41. One thing that I believe should be looked at is running to a safe place before aborting when the cellar is closed. It is quite annoying having teleport canceled when hit by a mob. It would be great if someone could edit the script, or show me how to edit it to where it immediately leaves game after teleporting is interrupted because at its current stage you will waste 5 seconds waiting for the prompt to leave the game, then another 10 actually leaving it.
Also
[Custom Loot]
PNG Location=C:\Program Files (x86)\AutoIt3\pics\
Total Items=1
[Additional]
Movement Speed=50
Walk Time=2400
Load Time=3000
Teleport Time=5200
[Looting]
Sets=True
Legendaries=True
Rares=True
Magic=True
Gems=False
Tomes=False
Custom=True
[ManageLoot]
Every=12
[Stashing]
Loot=True
Legendaries=True
Rares=True
Magic=False
Tomes=False
Gems=False
[Vendoring]
Loot=True
Rares=False
Magic=True
All=True
All-Rows=6
All-Cols=10
[Variability]
Timer=False
Manage Off By=2
Last edited by iwillnotdie; 06-25-2012 at 01:26 PM.
Not sure why but whenever i press = my mouse just fly to the top left corner of my screen
Ensure that all of the system32 files are actually in the system32 folder, I simply dragged the two folders on top of each other and it did not work, I had to manually drag the files to the bottom of the system32 folder. Also use BlackSack's edited version, it is updated and works much more efficient.
[AutoIt] BlackSack's 1.9e SALVAGE with OCR, tab choosing, logging - Pastebin.com
The only additional thing you will need is Tesseract. Download that from the link below then you will need to navigate to the autoIT3 Include folder (C:\Program Files (x86)\AutoIt3\Include) and create a new file titled tesseract.au3 and copy the tesseract script into it which will also be in a link below.
Tesseract
https://tesseract-ocr.googlecode.com...tup-3.01-1.exe
Tesseract.au3
https://dl.dropbox.com/u/22203901/Tesseract.au3
; you will need tesseract from https://tesseract-ocr.googlecode.com...tup-3.01-1.exe
; and you will need tesserect library to in your auto it include folder from https://dl.dropbox.com/u/22203901/Tesseract.au3
Last edited by iwillnotdie; 06-24-2012 at 02:00 PM.
damn, just realised thi is for 1920x1080 my laptop can only supports up to 1366x768..... what to do?