Going to keep reposting this for those that didn't see it. I just added gems back in but its custom loot.
Emalkay - When I Look At You - YouTube
https://dl.dropbox.com/s/4knc3wvql0ssduu/LAWL.au3?dl=1 This is my faster version right now, to make it faster/slower change these sleep values:
Have a 1 handed weapon with 1.4 AS, also take alook at $ScreenShotCloseCellar, I put that there so you can put your own coordinates in if you find yourself missing alot of cellars
Code:
;Cellar Check HERE
$ScreenShotCloseCellar = 1;A helper to find different coordinates for cellar detection slows runs down about a second though.
$cellarCheckSleep = 155 ;Increase this if you find the script double clicking
;These correspond to eachother IE: coord 1 (255,290) coord 2 (175,305)
;If you add or change any of these remember to change line: "If $c = 5 then"
;to where ever in the array (600,435) is. Remember when reading the array it starts at 0
Global $cellarCoordx[6] = [255, 280, 175, 265, 315, 600]
Global $cellarCoordy[6] = [290, 302, 305, 340, 314, 435]
Just change these sleeps if you're having issues or if you want faster/slower run times
Code:
$doorWayRun = 2200 ;time (in ms) to wait to use skill archon
$cellarRun = 750 ;time (in ms) it takes to run into the cellar
$mainTeleport = 1500 ;time (in ms) to wait to end the teleporting to the cellar
$abortRun = 275 ;time (in ms) to wait to cast abort skills, decrease if you have high attack speed
$loadtime = 1900 ;Time (in ms) the script waits for the game to load before it starts pathfinding. Slow this down for slower hard drives
$tptime = 5500;Time (in ms) the script waits for teleport before exiting the game