[DPS]
DPS=30500
[Cellar Detection]
Screen Shot=0
Cellar Check Time=155
[Timing]
Load Time=3000
Teleport Time=5100
Sarkoth Doorway=1500
Cellar Run=400
Wormhole Cast=1500
Loot Time=600
Abort Seplls=235
[Looting]
GPH Only=1
Sets=1
Legendaries=1
Rares=1
Tomes=1
Gems=1
[ManageLoot]
Every=125
[Stashing]
Legendaries=1
Rares=1
Magic=1
Tomes=1
Thanks - will use those as a base to play with
Edit: still jumped from 20.5ish from 19.6ish - not sure why - ah well no big deal
Edit 2: tweaked more, down to 19.8
Last edited by tempperson34856; 07-02-2012 at 09:20 PM.
Trying LAWL script atm. Will see which times I need but seems to look fine now.
Did you remove the teleport usage with Archon?
correct - with high dps you're better off using improved archon and running than teleporting, since it takes a second or two to drop loot anyway
Is there a minimum DPS for use with the LAWL script? I think I might have seen something to that effect but don't really remember. Just checking...
It'll help if you have 25k buffed - I've run it with as low as 20k though - you just make gold more slowly, and will have to tweak the times more.
using 2.0.2 21s script what do i need to change for it to pick up gems? in the 21s.ini there isn't anywhere to change gems from 0 to 1.
Chancity awesome.. using the new lawl script.. but finding that its not running far enuff (closer to chest) missing some gold.. is there anyway to make him run further towards the chest?... and missed a rare but i stopped script to grab it lol
Keep up the awesome work. =)
LAWL script in action: https://dl.dropbox.com/s/qe1dopq3zd5nh61/Move.wmv?dl=1
My wife had just finished making dinner, I'll try it right now. I'm assuming the box area the pixel search is looking is wrong for your resolution..no idea why. It'll be awhile till i fix it.
Code:MouseMove(Round($cellarCoordx[$CellCoord] * $x_ratio), Round($cellarCoordy[$CellCoord] * $y_ratio), 1) ;moves cursor over to the cellar sleep($cellarCheckSleep) If $CellCoord < 6 then $Pixel2 = PixelSearch($cellarCoordx[$CellCoord] - 71 * $x_ratio,$cellarCoordy[$CellCoord] - 148 * $y_ratio,$cellarCoordx[$CellCoord] + 139 * $x_ratio,$cellarCoordy[$CellCoord] + 22 * $y_ratio, 0x334FB7, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be) Else $Pixel2 = PixelSearch($cellarCoordx[$CellCoord] - 71 * $x_ratio,$cellarCoordy[$CellCoord] - 148 * $y_ratio,$cellarCoordx[$CellCoord] + 139 * $x_ratio,$cellarCoordy[$CellCoord] + 22 * $y_ratio, 0x007CB7F8, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be) EndIf
Last edited by chancity; 07-02-2012 at 09:48 PM.
hey i've noticed the script stops working due to "AH is currently unavailable" message
im not sure why you even get this msg when AH is down - but script just stops.
any fix to that?
Anyone else having low open cellars? I'm at 37% (63) open and 63%(10closed for 1 hour. I wasn't watching but my guy could be missing the cellar. Currently running the LAWL script
Update: Saw him miss the cellar twice that might be the reason.. The fix is to just take an ss of the words "Dank Cellar" and put them in the folder?
Last edited by chink4olif3; 07-02-2012 at 10:13 PM.
No problem take your time. I noticed that part of the code is a little bit different than the old 21 script one that works. This is the 21 version:
Also the cellar coordinates at the top are different. These are the old ones.Code:Func FindCellar() $CellCoord = 0 $gX = 0 $gY = 0 ;A precheck to the cellar search _ImageSearchArea($pngLoc & "Cellar.png", 1, Round(1672 * $x_ratio),Round(175 * $y_ratio),Round(1717 * $x_ratio),Round(209 * $y_ratio), $gX, $gY, 160) sleep($cellarCheckSleep) If $gX > 0 Or $gY > 0 Then Do MouseMove(Round($cellarCoordx[$CellCoord] * $x_ratio), Round($cellarCoordy[$CellCoord] * $y_ratio), 1) ;moves cursor over to the cellar $mousePos = MouseGetPos() sleep($cellarCheckSleep) If $CellCoord = 5 then $Pixel2 = PixelSearch($mousePos[0] - 71 * $x_ratio,$mousePos[1] - 148 * $y_ratio,$mousePos[0] + 139 * $x_ratio,$mousePos[1] + 22 * $y_ratio, 0x007CB7F8, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be) Else $Pixel2 = PixelSearch($mousePos[0] - 71 * $x_ratio,$mousePos[1] - 148 * $y_ratio,$mousePos[0] + 139 * $x_ratio,$mousePos[1] + 22 * $y_ratio, 0x334FB7, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be) EndIf If Not @Error Then Return 1 EndIf $CellCoord += 1 Until $CellCoord >= Ubound($cellarCoordx) Else Return 0 EndIf Return 0 EndFunc
and the lawl onesCode:Global $cellarCoordx[6] = [255, 175, 315, 265, 280, 600] Global $cellarCoordy[6] = [290, 305, 314, 340, 302, 435]
Code:Global $cellarCoordx[6] = [255, 280, 175, 265, 315, 600] Global $cellarCoordy[6] = [290, 302, 305, 340, 314, 435]
Yeah, from the LAWL vid, it seems like its a 1 click to get wiz to run to cellar, mine's like 4 clicks all the time, plus the last click is always on the ground in front of the cellar, anyone with 1366 res also experiencing this?