Originally Posted by
santa666
Ty for the help with the random sleep timer, stealth.
Been scimming trough the last 10 pages or so trying to find what "key" timers to change to optimize the script. Could you help there ?

Also seems like alot of people are changing skill but dont really see why, more dps ?
There is not many others you can tweak or tweak enough to make a difference to be honest. Some skills work better for lower dps and some people just like certain skills. I personally run when botting elemental arrow nether tentacle, bola shot bitter pill, smokescreen displacement, preperation battle scars, companion ferret, caltrop hooked spines and passives tactical advatange(required) archery and sharpshooter. Archery and sharpshooter increases your dps A TON so help out alot i think my timer for killing sarkith is like 1 sec. The best way to speed it u pwould be getting 25% run speed and swapping passives to tactical advantage, 10% run speed one think its hot pursuit?, and sharpshooter and raising dps to kill them faster. Lightening balls would prob be a better spell then nether tentacles as well.
and to synfoe im sorry the default script he posted doesn't have a log was something i added myself
add this after EndFunc ;==>VendItems
Code:
Func StopLog()
$repairCountPercent = $repairCount / $run
$deathsCountPercent = $deathCount / $run
$cellarCountPercent = $cellarCount / $run
$closedCellarCountPercent = ($run - $cellarCount) / $run
$trt = TimerDiff($t)
;Total runtime calculation.
$hours = Floor((($trt / 1000) / 60) / 60)
$minutes = (($trt / 1000) / 60)
If $minutes > 60 Then
While $minutes > 60
$minutes -= 60
WEnd
EndIf
_FileWriteLog("Dank Cellar Log.txt", @CRLF & "************************************************" & @CRLF & _
"Dank Celler" & @CRLF & @CRLF & "Stats:" & @CRLF & _
"Total Runtime: " & $hours & " hours, " & Ceiling($minutes) & " minutes" & @CRLF & _
"Total Cellars Found: " & $cellarCount & " (" & Round($cellarCountPercent * 100,.00) & "%" & ")" & @CRLF & _
"Total Cellars Not Found: " & $run - $cellarCount & " (" & Round($closedCellarCountPercent * 100,.00) & "%" & ")" & @CRLF & _
"Total Deaths: " & $deathCount & " (" & Round($deathsCountPercent * 100,.00) & "%" & ")" & @CRLF & _
"Total Repairs: " & $repairCount & " (" & Round($repairCountPercent * 100,.00) & "%" & ")" & @CRLF & @CRLF & "Loot:" & @CRLF & _
"Magic: " & $MagicCount & " - Gems: " & $GemCount & " - Tomes: " & $TomeCount & @CRLF & _
"Legendary: " & $LegendaryCount & " - Set: " & $SetCount & " - Rare: " & $RareCount & @CRLF & _
"************************************************")
EndFunc
also edit the global declartion line and erase $hFont = 0 and everything behind it and paste what i have put below
Code:
$hFont = 0, $title, $Paused, $Go = False, $i = 0, $gX = 0, $gY = 0, $LegendaryCount = 0,$RepairCount=0, $SetCount = 0, $RareCount = 0, $MagicCount = 0,$deathLabel, $GemCount = 0, $TomeCount = 0, $deathCount = 0, $cellarCount = 0, $t = TimerInit(), $rt = 0, $run = 0, $yellow = 0xFFF000, $red = 0xD90000, $lblRun, $lblLocation, $lblStatus, $lblLast, $lblRuntime, $lblGear, $lblItems, $lblFailed