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

Shout-Out

User Tag List

Page 99 of 300 FirstFirst ... 499596979899100101102103149199 ... LastLast
Results 1,471 to 1,485 of 4489
  1. #1471
    EnnDee's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abaddon88 View Post
    I keep getting this error after i loot all the gold



    can any one advise?
    You did not put the Autoit3 Folder to where you installed Autoit.

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1472
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My DH is lvl 52 so I can't use nether tentacles yet. Despite that I don't see how this could be an issue, but I will just throw that out there anyways. The problem I'm having is despite me have +25% movement speed he never makes it to the cellar. Do levels do something to your speed that I'm unaware of?

  3. #1473
    fts1's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    48
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qu9ke View Post
    My DH is lvl 52 so I can't use nether tentacles yet. Despite that I don't see how this could be an issue, but I will just throw that out there anyways. The problem I'm having is despite me have +25% movement speed he never makes it to the cellar. Do levels do something to your speed that I'm unaware of?
    Tactical Advantage passive. Use it with Lingering Fog rune on SS, and make sure the script is using SS. It increases the speed to 85% or so, a lot different from 25%.

  4. #1474
    kevink88's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    59
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So after 3 nights or so this is what i've gotten [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-gems-jpg

    Also I changed a the script a bit so it works better for me and everytime when it has to resume/left/joined the game it will close all windows first then it will start doing the stuff its supposed to do.
    Here is the script if anyone is interested.

    D3 script Dank Cellar - Pastebin.com
    The PNG's I use: http://www.mediafire.com/?rj8i9bj2pdt53ja


    Requirements:
    Change close all windows to the button "z" instead of "space"
    Resolution 1920*1080
    Also I disabled picking up legendary's as it will click the wood next to the lamp!
    Last edited by kevink88; 06-13-2012 at 11:08 AM.

  5. #1475
    Goldfox420's Avatar Sergeant
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abaddon88 View Post
    I keep getting this error after i loot all the gold






    can any one advise?
    There was some error when it went to pick up a rare item. You prbably never changed the location of where you put the pics folder. I am not 100% on this but it has something to do with looting that I can tell you for sure.

  6. #1476
    internalcumbustion's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kevink88 View Post
    So after 3 nights or so this is what i've gotten [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-gems-jpg

    Also I changed a the script a bit so it works better for me and everytime when it has to resume/left/joined the game it will close all windows first then it will start doing the stuff its supposed to do.
    Here is the script if anyone is interested.

    D3 script Dank Cellar - Pastebin.com

    Requirements:
    Change close all windows to the button "z" instead of "space"
    Resolution 1920*1080
    Also I disabled picking up legendary's as it will click the wood next to the lamp!
    Wow that is a lot of gems.

  7. #1477
    G0tMilk's Avatar Member
    Reputation
    4
    Join Date
    Aug 2006
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Without sounding needy has anyone modified this script to randomly click in the target areas (looking at the resume button, pathing etc) that wouldn't mind sharing?

  8. #1478
    Raiith's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NotAres, I just wanted to say thank you for all your work and the script, its works great for me! However, given the new hotfix and updates to D3, is their anyway you can confirm or at least guess whether the script is safe to continue to use? Also, maybe any modifications like a sleep timer or chat log that might make it safer perhaps? Thanks again, I hope you can clear this question up for me.

  9. #1479
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by G0tMilk View Post
    Without sounding needy has anyone modified this script to randomly click in the target areas (looking at the resume button, pathing etc) that wouldn't mind sharing?
    Random Clicking Function
    Code:
    Func RandClick($clickType, $xPos, $yPos, $xOff = 20, $yOff = 20)
        $randX = Round(Random($xPos-($xOff*$x_ratio), $xPos+($xOff*$x_ratio)))
        $randY = Round(Random($yPos-($yOff*$y_ratio), $yPos+($yOff*$y_ratio)))
        MouseClick($clickType, $randX, $randY)
    EndFunc
    Anywhere there was MouseClick, I replaced with
    Code:
    RandClick("left", Round(300*$x_ratio), Round(70*$y_ratio), 10, 10)
    For Movement/Interaction. (Keep in mind the x, y coords need to not be changed)
    OR
    Code:
    RandClick("right", Round(620*$x_ratio), Round(20*$y_ratio))
    For when I was attacking

    You will have to play around a bit on your system to get the variation just right.

    EDIT::
    USAGE
    ClickType = "left", "middle", "right", "primary", "secondary" ;What button to click
    xPos, yPos ; The X and Y coordinates to click
    xOff, yOff ; Offsets for the click in the X and Y dimension, xOff = 3 means you will click somwhere between xPos-3 and xPos+3.
    Last edited by Shimizoki; 06-13-2012 at 10:13 AM.
    -Darkling Lord

  10. #1480
    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)
    @ Shimizoki,

    hey mate i just woke up wanted to ask if solution for the "limit" error was found yet?

  11. #1481
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @fukker

    The limit error was removed because it wasnt working as intended. Farm while you still can.
    P.S. I feel dirty saying your name.
    -Darkling Lord

  12. #1482
    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)
    Originally Posted by Shimizoki View Post
    @fukker

    The limit error was removed because it wasnt working as intended. Farm while you still can.
    P.S. I feel dirty saying your name.
    lol... thanks about new about error news, will madly farm now whole day

  13. #1483
    Lentoo7's Avatar Member
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Must have been reinforced because I just got a limit and can't make games again.

  14. #1484
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lentoo7 View Post
    Must have been reinforced because I just got a limit and can't make games again.
    Thats odd, I still havent gotten it.
    -Darkling Lord

  15. #1485
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Shim

    What does the Round mean in:

    Code:
    RandClick("right", Round(620*$x_ratio), Round(20*$y_ratio))

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:28 AM. 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