the old script i was able to kill the monster now i cant lol.. changing the dps from 0 to 100 1000 8000 didnt make a difference
the old script i was able to kill the monster now i cant lol.. changing the dps from 0 to 100 1000 8000 didnt make a difference
Hi Chancity. Do you have any plans to update the main script with the enhanced cellar finder from your 21s? I notice about 1/10 cellars, sometimes more/less, are not found by just a very small distance. Usually the mouse is at the bottom left of the cellar opening but it doesn't recognize. If not I will try the 21s, thanks.
I've already updated it.
I need a favor for the people using lower or higher resolutions then 1920x1080..I need a screenshot of there character with an open cellar on the map. For all the 1920x1080 who want to manually add this into your script here you go.
Picture you'll need for this.Code:Func FindCellar() $CellCoord = -1 $c = 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, 140) If $gX > 0 Or $gY > 0 Then Do If $c >= Ubound($cellarCoordx) Then ;Make sure we never get stuck here for infinity. If $CellCoord = -1 Then $CellCoord = 0 Return 0 EndIf RandMove(Round($cellarCoordx[$c] * $x_ratio), Round($cellarCoordy[$c] * $y_ratio), 1, 1) ;moves cursor over to the cellar $mousePos = MouseGetPos() sleep($cellarCheckSleep) If $c = 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 $CellCoord = $c Return 1 EndIf $c += 1 Until $CellCoord >= 0 Else Return 0 EndIf If $CellCoord = -1 Then $CellCoord = 0 Return EndFunc
![]()
Hey Chancity,
Awesome script. I am making ~300K per hour with version 2 of the 21s script.
Just wondering how hard it would be (and how I would do it) to pickup iLvl 63 magic weapons and stash them? (in the 21s script - I couldnt make the main script work lol)
Last edited by Ghabad; 06-29-2012 at 01:13 AM.
Got the script to run 19s open cellars and 8.5 closed. With my new addition to the cellar checking. Ill post it in about 30 minutes. You need more damage than the 21s script, about 25k. I'm running it at 553k gph with 280% gf and a wasted 181% me lol. 24s open cellar run with repair haha
Btw cellar check only scans if the cellar is actually open now.
Sent from my DROID RAZR using Tapatalk 2
Last edited by chancity; 06-29-2012 at 01:19 AM.
Awsome got it to finally work, almost...
It will not loot gold, or walk over to the gold after killing the elite. It removes archon, uses wave of force and tp back to town.
for feedback for ppl who can't find cellar, change your skills on bar to match ones on front page, and change sleep cellar to 300. Using 21s script.
Here's a screenshot of what I'm running now.
Sent from my DROID RAZR using Tapatalk 2
for the new 19s script will 30k dps work or do i need less?
i have tried adjusting my right click atk time since my dps is around 34k and i continue to use the archon beam a solid 2 second longer than needed. i have change the value in both the script and the text file. no matter what i do it is the same. so i am excited for this new 19s script. thanks for being so awesome to the community.
Changing dps in the INI changes the attack time.
Sent from my DROID RAZR using Tapatalk 2
do you use % run boots?