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

User Tag List

Page 289 of 300 FirstFirst ... 189239285286287288289290291292293 ... LastLast
Results 4,321 to 4,335 of 4489
  1. #4321
    kriptiks's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheKingKong View Post
    yeah, just turn off magic off. Tomes is a different option itself.
    i have it set to loot tomes, but without the magic loot option on, it doesnt loot tomes

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #4322
    Stormreaver's Avatar Contributor
    Reputation
    152
    Join Date
    Jul 2012
    Posts
    290
    Thanks G/R
    40/136
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kriptiks View Post
    i have it set to loot tomes, but without the magic loot option on, it doesnt loot tomes
    Make your own "tome" pictures and see if that makes a difference.

  3. #4323
    finkec's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    I did some modifications but can't figure out how to make my char to move closer to Sarkoth before he begins to attack. I want to use a different skill to kill him faster.

    RandClick("middle", Round(110 * $x_ratio), Round(1000 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar
    Sleep(Random(2200, 2800))

  4. #4324
    Flur's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just wanted to stop in and say thank you for this bot. It has helped me tremendously.

    I do have a couple of questions, though.

    On average, how many hours at a time do you guys run this bot? I have only been running it maybe 2-3 hours at a time because I am scared that Blizz will ban my account if I try to extend it any more. I hope that no one here has been banned from using this. I'd like to be able to use this for maybe 4-5 hours at a time and be safe.

  5. #4325
    Stormreaver's Avatar Contributor
    Reputation
    152
    Join Date
    Jul 2012
    Posts
    290
    Thanks G/R
    40/136
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by finkec View Post
    Hi,

    I did some modifications but can't figure out how to make my char to move closer to Sarkoth before he begins to attack. I want to use a different skill to kill him faster.
    Run the bot and stop it at the step before the one you want to change.
    Run AutoIt Window Info, and use Finder Tool to get the coord you want to move to (those are your new X & Y coord).
    Replace the x and y (in red) in the code below with the ones you just got.

    Code:
    RandClick("middle", Round(110 * $x_ratio), Round(1000 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar
    Sleep(Random(2200, 2800))
    Alternatively, if you want to keep using the ratio factor for x/y, find our what resolution you are using, then do the follow:
    To calculate X = Your X from Finder Tool / (your X reso / 1920)
    To calculate Y = Your Y from Finder Tool / (your Y reso / 1080)

    Then replace the numbers in red with the calculated X and Y.
    Code:
    RandClick("middle", Round(110 * $x_ratio), Round(1000 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar
    Sleep(Random(2200, 2800))

  6. #4326
    w8ht's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^^ that works very well! any way to make it so my character stops shooting? Cause he kills a lot faster than usual.

  7. #4327
    kriptiks's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stormreaver View Post
    Make your own "tome" pictures and see if that makes a difference.
    Worked great, thanks

  8. #4328
    w8ht's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So i did a lil bit editing and fixed many issues i found, I'm nearly done tweaking what i need, but can't get around on how to make my char stand closer to the door so that my templar would step in and help attack. Anybody got this working yet?

  9. #4329
    tooony's Avatar Corporal
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone know how to edit the script so it attacks a few shots less?

  10. #4330
    onedoesnotsimply's Avatar Sergeant
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tooony View Post
    does anyone know how to edit the script so it attacks a few shots less?
    DH.ini
    Attack Time=xxxx pick a lower number

  11. #4331
    iksik's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have problem.
    Click start

    then error
    "msvcr110d.dll" doesnt exist

    Windows 7 64bit sp1
    (install new dx11 64bit)
    Install vc++

    and always this error. Any help ?

  12. #4332
    LokiMadness's Avatar Corporal
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iksik View Post
    I have problem.
    Click start

    then error
    "msvcr110d.dll" doesnt exist

    Windows 7 64bit sp1
    (install new dx11 64bit)
    Install vc++

    and always this error. Any help ?
    Have you read the install instructions ?

  13. #4333
    Drogant's Avatar Contributor
    Reputation
    80
    Join Date
    May 2012
    Posts
    211
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have problem it says i had looted some legendaris/sets but i dont see them stashed anywhere so did it justsold those ? or what is going on ?

  14. #4334
    thevadar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a very weird problem here.

    I was running this bot fine, watched it run through about 15-20 times before I went to bed.
    Woke up and the bot had lost about ~300k worth of gold. And was stuck on red armor and constantly dieing to zombies every run, or just plain not making it to the cellar (teleporting straight away, not running far enough to detect the cellar etc)

    What would cause all these error suddenly?

    It looks like it made it to the cellar about 66 times, then shit hit the fan and it died ~383 times.

  15. #4335
    Komskies's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has notAres abandoned this project? Haven't seen a post from him for 2 weeks now.

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 04:35 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