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

User Tag List

Page 5 of 300 FirstFirst 12345678955105 ... LastLast
Results 61 to 75 of 4489
  1. #61
    wittekop's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh i give up (at least for today)

    even with the hardcode it sends me to repair when not needed alot

    i might've found a way to fix the checkdead function (for me at least) but didn't get to test it coz of the repair thingy thats bugging me ..
    anyways its getting too late for me

    incase u get bored, here's the mess i made so far keep in mind this is for my wizard with my buggy d2 settings @ 1280x720, i doubt if it'll work for anyone :..

    wittekop's messy wizard edit of notAres' script - Pastebin.com

    thanks for all the help so far, i'll be back tomorrow
    goodnight all!

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #62
    XII02's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    - Deleted.

  3. #63
    Bouidge's Avatar Private Authenticator enabled
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Make sure it's fullscreen windowed as per the instructions
    I made sure everything was the same as in the script, middle button for move, fullscreen windowed, both my windows and diablo 3 res are at 1080, skills as they should, the hand hover over the cellar but then the bot decide to go back to town. Any other ideas?

    Finaly got it to work, i start D3 back then it was keeping fullscreen windowed on...but then i realise my dps suck and that i don't kill Sarkarth hahaha ill add some hits, thanks for all.
    Last edited by Bouidge; 06-07-2012 at 11:19 PM.

  4. #64
    Milkshakes00's Avatar Active Member
    Reputation
    29
    Join Date
    May 2012
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, going to ask again, what can I do to this to make it search for the gems?

    As of right now, the script does some weird crap when it actually does scan(which doesn't seem common,) and just runs up against the back wall.

    I'm using 1920x1080.
    Code:
    Func CheckLoot()
    Sleep(Random(1200,3200))
    $Pixel4 = PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0xBF642F, 1) ;searches main window for color of legendary lootz
    If Not @error Then
       MouseClick ('left', $Pixel4[0], $Pixel4[1])
       Sleep(Random(800,1200))
       $i+= 1
       If $i < 8 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    $Pixel5 = PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0xFFFF00, 1) ; rare lootz (also f3f45b)
    If Not @error Then
       MouseClick ('left', $Pixel5[0], $Pixel5[1])
       Sleep(Random(800,1800))
       $i+= 1
       If $i < 8 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    $Pixel6 = PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0x00FF00, 1) ; set lootz
    If Not @error Then
       MouseClick ('left', $Pixel6[0], $Pixel6[1])
       Sleep(Random(800,1200))
       $i+= 1
       If $i < 8 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    $Pixel7= PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0x7D6BC9, 1) ;searches for Amethyst.
    If Not @error Then
       MouseClick ('left', $Pixel7[0], $Pixel7[1])
       Sleep(Random(800,1200))
       $i+= 1
       If $i < 8 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    $Pixel8= PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0xC11D2C, 1) ;searches for Ruby. 
    If Not @error Then
       MouseClick ('left', $Pixel8[0], $Pixel8[1])
       Sleep(Random(800,1200))
       $i+= 1
       If $i < 8 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    $Pixel9= PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0xF4FC96, 1) ;searches for Emerald.
    If Not @error Then
       MouseClick ('left', $Pixel9[0], $Pixel9[1])
       Sleep(Random(800,1200))
       $i+= 1
       If $i < 8 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    $Pixel10= PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0xFFFF59, 1) ;searches for Topaz.
    If Not @error Then
       MouseClick ('left', $Pixel10[0], $Pixel10[1])
       Sleep(Random(800,1200))
       $i+= 1
       If $i < 8 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    EndFunc

  5. #65
    Kilise's Avatar Member
    Reputation
    2
    Join Date
    Nov 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Am I doing something wrong? I have AutoIT version 3.3.8.1 or w/e is the newest (I'm new to AutoIT) and I can't right click anywhere to open a script to make any of these work =(

  6. #66
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wittekop View Post
    Oh i give up (at least for today)

    even with the hardcode it sends me to repair when not needed alot

    i might've found a way to fix the checkdead function (for me at least) but didn't get to test it coz of the repair thingy thats bugging me ..
    anyways its getting too late for me

    incase u get bored, here's the mess i made so far keep in mind this is for my wizard with my buggy d2 settings @ 1280x720, i doubt if it'll work for anyone :..

    wittekop's messy wizard edit of notAres' script - Pastebin.com

    thanks for all the help so far, i'll be back tomorrow
    goodnight all!
    Just copy the one from mine, I changed it back to a scan area. I bet it works great for ya.

    Originally Posted by Kilise View Post
    Am I doing something wrong? I have AutoIT version 3.3.8.1 or w/e is the newest (I'm new to AutoIT) and I can't right click anywhere to open a script to make any of these work =(
    Just run autoit and it will ask you which script to open..
    Last edited by notAres; 06-07-2012 at 11:28 PM.

  7. #67
    orion0212's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all,

    Thanks notAres for your efforts and for helping people with problems.

    I've never used AutoIt before and had to make some adjustments so I thought I'd share. I hope this helps someone and sorry if something has been mentioned before:

    - Make sure your WIndows resolution and the game resolution are both set to 1980x1020. If you just change the game to that the alignment will be off. This will be evident if the check for the Cellar is not lined up right.

    - To import and use the script, download and install AutoIt. Then follow notAres' link to his script page. Click the yellow clipboard icon right above the 1. ;notAres text. Then go to the Start Menu and open the SciTE Script Editor and Paste. You'll have the script there and you can save it where you want and name it what you want.

    - Before using the script you may want to reset the Key Bindings to Default and then set Move to middle mouse. I had some custom keys set and I think I fixed something by doing that. Maybe I had Alt changed or something.

    - To use the script you can just double click the script. You'll see the AutoIt icon in your notification tray by the clock. It's paused until you hit =. You have to Resume the game (you should have gotten the checkpoint already so you'll start in Old Tristam by the soldier corpse here) then hit = to start the script.

    - I was sometimes getting hit by the zombies and dying (Inferno) moving to the second waypoint. I changed the Sleep delay on line 58 to 80 and this fixed it without throwing anything else off.

    - My ferret would sometimes die during the move to the Cellar after line 74. I removed line 74 and added the Send (4) after line 83 and another Sleep (10) after that. This way it's summoned in the safety of the Cellar.

    - I have an old computer and my connection is slow sometimes so I had to adjust the times on lines 28,29, and 30. Unfortunately with the long wait time on 29 my companion would attack the zombies and get me killed. Dismissing him fixes it but I lose the gold find from him. Beats dying though.


    Hope this helps!

  8. #68
    fukker's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2010
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ........deleted........
    Last edited by fukker; 06-08-2012 at 12:38 AM.

  9. #69
    Bughead's Avatar Member
    Reputation
    9
    Join Date
    Apr 2009
    Posts
    56
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kilise View Post
    Am I doing something wrong? I have AutoIT version 3.3.8.1 or w/e is the newest (I'm new to AutoIT) and I can't right click anywhere to open a script to make any of these work =(
    You're too close to the wall and it think the lamp is a Legendary item. You'd have to make some minor adjustments to the mouse coords for picking up the gold.

  10. #70
    XII02's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone please help me on rare pick ups please?

  11. #71
    s0s0s0s0's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dont know if im the only thats getting this...sometime after i farmed the gold it teleport back to town however it'll do the farming run in town again rather than exit...
    so farming in town run its course and it'll eventually exit...and then it'll go back on track to farming.

  12. #72
    orion0212's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s0s0s0s0 View Post
    dont know if im the only thats getting this...sometime after i farmed the gold it teleport back to town however it'll do the farming run in town again rather than exit...
    so farming in town run its course and it'll eventually exit...and then it'll go back on track to farming.
    Try increasing the value of line 30 from 6900 to 7500-8000 or higher if that doesn't work.

  13. #73
    ninetofive's Avatar Member
    Reputation
    5
    Join Date
    May 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iballistix View Post
    No problem!

    Got my check repair working, had to change my $yellow to 0xFFF000 (from the original script)
    Are you sure its 0xFFF000 not 0xFFFF00?

  14. #74
    XII02's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is Scoundrel the best follower for this run? He aggros on some minions that could kill though.

    EDIT: It never picks up rares for me. Is it possible that we can add as much color hex codes to it so that it has a lot of options on what color the rare is?
    Last edited by XII02; 06-08-2012 at 01:36 AM.

  15. #75
    s0s0s0s0's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Town farming

    Originally Posted by orion0212 View Post
    Try increasing the value of line 30 from 6900 to 7500-8000 or higher if that doesn't work.
    okay i'll try that

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 07:17 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search