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

User Tag List

Page 25 of 300 FirstFirst ... 21222324252627282975125 ... LastLast
Results 361 to 375 of 4489
  1. #361
    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 iballistix View Post
    It's working for me, gem pickup is added but I've noticed it doesn't pick them up if the name is still over it.

    Also, I almost got put into the endless loop in Tristam at the vendor, thank god you put the second fix in. Why is it running over there some times any idea?
    As said before, it's resuming right where it left off when it checked that you were dead and then reset you. Not sure what to do to fix it, since it's already halfway through execution each time the check is called

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #362
    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 iballistix View Post
    Also, I didn't have the problem before, but did you change the color for legendarys? Because now I keep trying to click on the lamp on the wall I know some people were having the problem in the past couple of builds, but I didn't experience it
    I didn't. Might be topaz, make sure it's commented like this:
    Code:
       $TopazDrop = PixelSearch(Round(400*$x_ratio), 0, Round(1690*$x_ratio), Round(900*$y_ratio), $Topaz,2)
       If Not 1 = 1 Then ; change to 'If Not @error Then' if you want to search for topazes
    	  MouseClick("left", $TopazDrop[0], $TopazDrop[1])
    	  Sleep(Random(900,1400))
    	  $i+= 1
    	  If $i <= 10 Then
    		 Call("CheckLoot")
    	  EndIf
       EndIf
    You won't get topazes, but it saves you that time. You could also try just decreasing the 10 to like 6 or 7

  3. #363
    iballistix's Avatar Member
    Reputation
    2
    Join Date
    Apr 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    I didn't. Might be topaz, make sure it's commented like this:
    Code:
       $TopazDrop = PixelSearch(Round(400*$x_ratio), 0, Round(1690*$x_ratio), Round(900*$y_ratio), $Topaz,2)
       If Not 1 = 1 Then ; change to 'If Not @error Then' if you want to search for topazes
    	  MouseClick("left", $TopazDrop[0], $TopazDrop[1])
    	  Sleep(Random(900,1400))
    	  $i+= 1
    	  If $i <= 10 Then
    		 Call("CheckLoot")
    	  EndIf
       EndIf
    You won't get topazes, but it saves you that time. You could also try just decreasing the 10 to like 6 or 7
    It's not even a big deal, Topaz is already off (off by default?) Plus I have gem find off. It only clicks on the lamp once and then gives up and tele's away ^.^

  4. #364
    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)
    just got home from work, got about 1M in gold after 8.5 hours, no items and was stuck in achievement menu..

    i guess my script needs some more work.

  5. #365
    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)
    Hey guys, how do you add more attack to the left side again?

    NVM. I got it.
    Last edited by XII02; 06-09-2012 at 12:04 AM.

  6. #366
    iballistix's Avatar Member
    Reputation
    2
    Join Date
    Apr 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I added a send ALT to mine so it doesn't miss any gear thats name faded away before starting check loot

    Code:
    MouseClick("middle",Round(1010*$x_ratio),Round(940*$y_ratio)) ;move to middle before looting
    Sleep(50)
    Send("{LALT}")
    Sleep(50)        
    Call("CheckLoot")
    Send("t")
    You probably don't need the Sleep(50) but I added it just incase

  7. #367
    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 iballistix View Post
    I added a send ALT to mine so it doesn't miss any gear thats name faded away before starting check loot

    Code:
    MouseClick("middle",Round(1010*$x_ratio),Round(940*$y_ratio)) ;move to middle before looting
    Sleep(50)
    Send("{LALT}")
    Sleep(50)        
    Call("CheckLoot")
    Send("t")
    You probably don't need the Sleep(50) but I added it just incase
    Or like I said before, change it to push to toggle on/off in settings. That way they never fade as long as it's toggled on

  8. #368
    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)
    Originally Posted by iballistix View Post
    I added a send ALT to mine so it doesn't miss any gear thats name faded away before starting check loot

    Code:
    MouseClick("middle",Round(1010*$x_ratio),Round(940*$y_ratio)) ;move to middle before looting
    Sleep(50)
    Send("{LALT}")
    Sleep(50)        
    Call("CheckLoot")
    Send("t")
    You probably don't need the Sleep(50) but I added it just incase
    Once I found the problem on my script, I didn't have to press ALT again since I ALT+TAB a lot. What I did is changed the ALT function to another key so I don't have to press it again. Never missed any rares on any run.

  9. #369
    PlsHelpMe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fukker View Post
    still getting a problem with town i was afk for like 15 mins came back and my toon is in town doing spells.
    im gong to run 1 hour of this before the sleep with a movie to see if anything weird happening if yes ill get back to my 1.2.5_final.exe version
    same problem here... i started the bot and went sleep. Today i wake up and see only 60k in my inventory... WTF! Startet again everything right and went away... after 3 hours i have only 100k.

    can u please fix it, notAres?

    it would be also nice if the script recognize u have been disconected (also happened to me) and connect himself automaticaly again (putting password in the script).

  10. #370
    imyourlol's Avatar Corporal
    Reputation
    2
    Join Date
    May 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    they nerfed the spot and the vase spot, nothing drops anymore at the vase spot
    and sakroth or wtf is called does only drop 200gold anymore lol 250% gf gear


    act 3 leveling exploit also fixed
    Last edited by imyourlol; 06-09-2012 at 03:12 AM.

  11. #371
    PlsHelpMe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imyourlol View Post
    they nerfed the spot and the vase spot, nothing drops anymore at the vase spot
    and sakroth or wtf is called does only drop 200gold anymore lol 250% gf gear


    act 3 leveling exploit also fixed
    wtf are u talking about? sakroth still droping much gold...

  12. #372
    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)

    1.3 Changelog:
    I HIGHLY RECOMMEND USING 1.3 if you are going to port this script to other classes/builds/resolutions. It's completely stable in my testing
    Huge overhaul of the main function and massive increase in efficiency with deaths/logouts/repairs (ExitLoop)
    Tweaks to first smokescreen to avoid more deaths
    Called ferrets 1.2 seconds after your first attack, allowing you to crit before they can attack, but getting the 10% GF for all kills

  13. #373
    imyourlol's Avatar Corporal
    Reputation
    2
    Join Date
    May 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PlsHelpMe View Post
    wtf are u talking about? sakroth still droping much gold...
    no check forums

    they ninja nerfed every viable farmspot + tyrael in inferno mode he hits for 1200 dmg now

  14. #374
    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)
    Originally Posted by notAres View Post

    1.3 Changelog:
    I HIGHLY RECOMMEND USING 1.3 if you are going to port this script to other classes/builds/resolutions. It's completely stable in my testing
    Huge overhaul of the main function and massive increase in efficiency with deaths/logouts/repairs (ExitLoop)
    Tweaks to first smokescreen to avoid more deaths
    Called ferrets 1.2 seconds after your first attack, allowing you to crit before they can attack, but getting the 10% GF for all kills
    Was waiting for that.

  15. #375
    CuT's Avatar Contributor
    Reputation
    184
    Join Date
    Jan 2007
    Posts
    629
    Thanks G/R
    7/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use while you can, has been fixed in EU. Good thing I just got 3 mill in about 4-5 hours with this modified version I made. 600-700k an hour.

    +rep

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 02:00 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