[Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080] menu

User Tag List

Page 278 of 300 FirstFirst ... 178228274275276277278279280281282 ... LastLast
Results 4,156 to 4,170 of 4489
  1. #4156
    santa666's Avatar Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 ?

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #4157
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by santa666 View Post
    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
    Last edited by stealthingyew; 07-04-2012 at 05:29 PM.

  3. #4158
    Synfoe's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    what version of the script are you running?
    newest 1.9.3 or what ever

  4. #4159
    ilCookie's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    1. something you would have to code as noone is sharing it
    2. something you would have to code as noone is sharing it
    cool :\ ive no idea how to code those, so it's kinda sad!
    ty for the answer

  5. #4160
    santa666's Avatar Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, it gets bit confusing when you first say increase dps for killing sarkoth faster then sentence after best is having 25 run speed.
    And which passive is most dps, archery, sharpshooter or steady aim (20% increase from 10 yards away) ?

    Just the dps portion has had me thinking for a couple days, probably where i can gain most time besides the random timer fix

  6. #4161
    Ledoocat's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Feb 2011
    Posts
    504
    Thanks G/R
    2/0
    Trade Feedback
    58 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Giving $20 over PayPal to whoever can provide screenshots for this profile to work on an RU client:

    http://www.ownedcore.com/forums/diab...ml#post2363182 (RU client pics for autoit ($20))

    Send me a PM if you can do this/have the stuff ready.

  7. #4162
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you should be able to raise dps and runspeed without sacrificing much your dps doesnt have to be that high to kill sarkoth in a second. I would recommend tactical advantage, sharpshooter, and the 10% run speed one unless you are struggling to kill him then i would swap to steady aim(thats the talent i meant i was just calling it wrong name).

  8. #4163
    santa666's Avatar Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    More hmm

    For reference:
    No cellar runs takes me 13-14 secs
    Open cellar takes me 36-38 seconds.
    Takes ~5 seconds to kill sarkoth.
    Have 10% from boots, tactical advantage and hot pursuit for 25% total.

    I have 10k unbuffed dps, with sharpshooter by time i reach sarkoth its ~13k.
    Using the default skills setup with Lightning ball.
    Sometimes i even fail to kill him in time(using steady aim).

    I cant get more dps by gear (way to expensive, have 300gf, 180mf).

    What would you suggest to optimize ?
    Tyvm for all the help stealth, much appreciated!
    Last edited by santa666; 07-04-2012 at 05:48 PM.

  9. #4164
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think better gear is what will make a big difference with you that is 4 seconds you could cut down by increasing your dps

  10. #4165
    santa666's Avatar Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nvm, was probably just lag, still doesnt do any log tho
    Either way to tired, ill look tomorrow, again cheers for all the input stealth
    Last edited by santa666; 07-04-2012 at 05:58 PM.

  11. #4166
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stormreaver View Post
    You can actually leave the function as it is. Just comment out (using semi-colon ; ) any calls for the func. That will solve your problem.
    It's always better to comment out codes rather than delete

    However, I'd rather have some randomness and I even include a lot of Sleep(Random(x,x)) lines.
    Even though it slows me down a bit, it is a bit safer.
    Originally Posted by santa666 View Post
    Nvm, was probably just lag, still doesnt do any log tho
    Either way to tired, ill look tomorrow, again cheers for all the input stealth
    Oh my bad there's 1 other peice of code I forgot lol gimme a sec and I'll post it

    Find the function stop
    And add

    Func stop()
    call("stoplog")
    Exit
    Endfunc
    Last edited by stealthingyew; 07-04-2012 at 06:25 PM.

  12. #4167
    isit123's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to set up the script to just loot rares that start with "Archon" "Ring" "Amulet" etc but the custom loot is really confusing me. On the OP it says test the png's with the "Custom Loot Bot" which I have no idea how to set up? And also I'm not sure which part of the script I need to be editing.

    Do I have to edit the "@ScriptDir" part with the png directory? (even though the png directory is already in the ini?....)

    Below is what I've got right now, and what I'm confused about:

    ;Custom Loot
    $pngLoc = "@ScriptDir" ;Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE) <---WHAT DO?
    $totalItems = 3 ;Number of items in the pick array <----Changed this from 1 to 3, correct?
    Global $pick[$totalItems] ;DONT CHANGE THIS

    ;Array of items to loot (GEMS AND TOMES ALREADY INCLUDED)
    $pick[0] = "mythic.png|40" ;png|Tolerance
    ;$pick[1] = "archon.png|40" <------Added the filenames of the pngs?
    ;$pick[2] = "Ring.png|40"<----------/

    Help would be great, I'm a scripting derp

    p.s. Thanks stealth for the help here and in PM! Much appreciated here also.
    Last edited by isit123; 07-04-2012 at 06:30 PM.

  13. #4168
    arevin01's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by santa666 View Post
    More hmm

    For reference:
    No cellar runs takes me 13-14 secs
    Open cellar takes me 36-38 seconds.
    Takes ~5 seconds to kill sarkoth.
    Have 10% from boots, tactical advantage and hot pursuit for 25% total.

    I have 10k unbuffed dps, with sharpshooter by time i reach sarkoth its ~13k.
    Using the default skills setup with Lightning ball.
    Sometimes i even fail to kill him in time(using steady aim).

    I cant get more dps by gear (way to expensive, have 300gf, 180mf).

    What would you suggest to optimize ?
    Tyvm for all the help stealth, much appreciated!
    As long as you have dex on all your gear and have a 1000+ 2h xbow, you should have at least 16k-20k dps without sharpshooter.


    Originally Posted by stealthingyew View Post
    I was orginally looting and stuff but turned it off besides legendaries/sets and that was my biggest jump in gph and then increasing the manageloot runs to like 150. However i revereted back to atleast collecting rares since i got a 1250 dps xbow with a socket that was rare.

    2012-07-04 08:09:44 :
    ************************************************
    Dank Celler

    Stats:
    Total Runtime: 11 hours, 22 minutes
    Total Cellars Found: 545 (49%)
    Total Cellars Not Found: 570 (51%)
    Total Deaths: 8 (1%)
    Total Repairs: 0 (0%)

    Loot:
    Magic: 0 - Gems: 0 - Tomes: 0
    Legendary: 2 - Set: 0 - Rare: 0
    Starting Gold: 37373839 Gold Per Hour: 249573 Gold Earned: 2832305
    Total Gold: 40206144
    ************************************************
    I checked my exact stats and they are 7 pickup radius 226gf 128mf only gold/legendary 0 movement speed when im back in town ill get mymovement speed to 25% i think that will probably help a lot as well. There was 1 legendary in my bag couldnt check my stash its hard to do when you are remotely connected to your pc with a phone lol When I am available to actually emtpy my stash i do collect rares.

    Here is a log from when i looted all and had it salvaging blues

    2012-06-30 08:21:19 :
    ************************************************
    Dank Celler

    Stats:
    Total Runtime: 8 hours, 10 minutes
    Total Cellars Found: 340 (48%)
    Total Cellars Not Found: 364 (52%)
    Total Deaths: 8 (1%)
    Total Repairs: 0 (0%)

    Loot:
    Magic: 622 - Gems: 349 - Tomes: 31
    Legendary: 0 - Set: 0 - Rare: 29
    Starting Gold: 26709647 Gold Per Hour: 219137 Gold Earned: 1784867
    Total Gold: 28494514

    and here is a log from just looting rares

    2012-06-30 21:52:40 :
    ************************************************
    Dank Celler

    Stats:
    Total Runtime: 7 hours, 18 minutes
    Total Cellars Found: 338 (48%)
    Total Cellars Not Found: 372 (52%)
    Total Deaths: 8 (1%)
    Total Repairs: 0 (0%)

    Loot:
    Magic: 0 - Gems: 0 - Tomes: 0
    Legendary: 0 - Set: 0 - Rare: 23
    Starting Gold: 29040345 Gold Per Hour: 242362 Gold Earned: 1765272
    Total Gold: 30805617

    as you can see there is not much of a change in the gold per hour.
    Best way to increase your GPH is increase your dps to be able to kill sarkoth in 4 hits or less with spike traps and decrease some timings and random sleep times. I'm able to get 400 GPH with 296 GF and some good days 450 GPH.
    Last edited by arevin01; 07-04-2012 at 06:32 PM.

  14. #4169
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by isit123 View Post
    I'm trying to set up the script to just loot rares that start with "Archon" "Ring" "Amulet" etc but the custom loot is really confusing me. On the OP it says test the png's with the "Custom Loot Bot" which I have no idea how to set up? And also I'm not sure which part of the script I need to be editing.

    Do I have to edit the "@ScriptDir" part with the png directory? (even though the png directory is already in the ini?....)

    Below is what I've got right now, and what I'm confused about:




    Help would be great, I'm a scripting derp
    Did you turn it on in the Ini

  15. #4170
    isit123's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    Did you turn it on in the Ini
    Yea it's turned on in the ini, what I'm asking is, the parts I pointed out in the quote, are they correct as they stand? And do I need to edit the ScriptDir?

Similar Threads

  1. Replies: 17
    Last Post: 12-14-2012, 07:21 PM
  2. Replies: 108
    Last Post: 07-03-2012, 02:39 PM
  3. Auto IT Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By Peterk426 in forum Diablo 3 Bots Questions & Requests
    Replies: 5
    Last Post: 07-02-2012, 03:05 PM
  4. Replies: 5
    Last Post: 06-19-2012, 01:36 PM
  5. [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By notAres in forum Diablo 3 Bots and Programs
    Replies: 1118
    Last Post: 06-11-2012, 10:32 AM
All times are GMT -5. The time now is 08:14 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search