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

User Tag List

Page 178 of 300 FirstFirst ... 78128174175176177178179180181182228278 ... LastLast
Results 2,656 to 2,670 of 4489
  1. #2656
    MasqLB's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, I've edited the following lines:

    184 - RandClick("middle", Round(175 * $x_ratio), Round(600 * $y_ratio), 2, 2) ;middle of courtyard [waypoint 3]
    192 - RandMove(Round(200 * $x_ratio), Round(71 * $y_ratio), 1, 1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted

    now, at line 192 it mouses over the dark cellar, but still goes to line 206 (ABORT RUN). How can I adjust it so that it properly detects the cellar?

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #2657
    Affordable123's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have trouble with it picking up any items what so ever. Is 16 radius too low, change color codes? Does it work for people or do you just have it disabled?
    Also many thanks to Angrycoder, your last post solved my issues too since after tonight.

  3. #2658
    timperd's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone tell me how to set loot managment to more then 5 runs?
    also when the loop goes to sell my char gets stuck in cain's door? what can i do to fix that
    For the rest everything is working fine great work !
    Last edited by timperd; 06-18-2012 at 04:34 PM.

  4. #2659
    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)
    Originally Posted by MasqLB View Post
    Okay, I've edited the following lines:

    184 - RandClick("middle", Round(175 * $x_ratio), Round(600 * $y_ratio), 2, 2) ;middle of courtyard [waypoint 3]
    192 - RandMove(Round(200 * $x_ratio), Round(71 * $y_ratio), 1, 1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted

    now, at line 192 it mouses over the dark cellar, but still goes to line 206 (ABORT RUN). How can I adjust it so that it properly detects the cellar?
    Line 200ish.

    Code:
     $Pixel2 = PixelSearch(0, 0, Round(600 * $x_ratio), Round(600 * $y_ratio), 0x334FB7, 3)
    This is creating a boxed area to search for that pixel.

    There are 4 coords in the above code that create the box. It goes Left -> Top -> Bottom -> Right. So 0,0, 600, 600 would be a 600 by 600 pixel search in the top corner left corner of your screen. Adjust your box size, and you probably need to find a new pixel color (maybe).

  5. #2660
    Affordable123's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by timperd View Post
    can anyone tell me how to set loot managment to more then 5 runs?
    thx
    - Remove the .ini file that is being created which saves your last settings. Same location as you have your .au3 script.
    - Change the value from 5 to whatever in your .au3 script
    ;Manage Loot
    $mLoot = 5 ;Number of successful runs until Stash and Vendor <----
    $mLootOff = 2 ;Stash and Vendor after mLoot +- X number of runs (Variability)

  6. #2661
    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)
    Originally Posted by timperd View Post
    can anyone tell me how to set loot managment to more then 5 runs?
    thx
    DH INI File.

    Manage Loot = (whatever you want here)

  7. #2662
    rb44's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sat and watched 30 runs, cellar was open 5 times...hotfixed?

  8. #2663
    Affordable123's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MasqLB View Post
    Okay, I've edited the following lines:

    184 - RandClick("middle", Round(175 * $x_ratio), Round(600 * $y_ratio), 2, 2) ;middle of courtyard [waypoint 3]
    192 - RandMove(Round(200 * $x_ratio), Round(71 * $y_ratio), 1, 1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted

    now, at line 192 it mouses over the dark cellar, but still goes to line 206 (ABORT RUN). How can I adjust it so that it properly detects the cellar?
    I also toyed around with the sleep time, as if it was too fast and didnt detect it or something.
    RandMove(Round(300 * $x_ratio), Round(60 * $y_ratio), 1, 1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted 300*70
    Sleep(500) <--- default 350

    Try if it works by just setting it to a very high number to begin with.

  9. #2664
    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)
    Originally Posted by rb44 View Post
    sat and watched 30 runs, cellar was open 5 times...hotfixed?
    No, you are just unlucky. And thats an incredibly small sample size. I have seen many runs with no cellar and i have gotten 20+ in a row.

  10. #2665
    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)
    Works fine for me. The only thing I wish is that it randomized more of what it did. Its logging out when the celler isn't there in the exact same spot and picking up loot in the exact same order each time.

    Bug: When it drops more than 2 magic items it leaves the rest behind after picking up only 2.
    Bug: Continues shooting after everything is dead at least 3-8 times.

    I wish it calculated how much gold it picked up and how much gold it got from vending also
    Last edited by Synfoe; 06-18-2012 at 04:47 PM.

  11. #2666
    JiveRook'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)
    Ok so Ive tried everything.. I changed my screen resolution to 1600x900 and back to 1920x1080 and changed all the PNG's to match mine and when I load DH it just sits there and cant find Resume button. Ive changed the picture to match mine and still doesnt work

    Anyone else ever have this problem and got it to work?

  12. #2667
    aznegg's Avatar Member
    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)
    ok so im having problems with 1.9.2


    1) after stashing stuff it calls for "leaving game" but never does... and then goes into "input limit reached" waits for the time set, then "cannot find resume" then just sits with the error.
    2) sometimes it exits, but then clicks on my banner? and then glitches out with the "window open" on the debugger.

    any fixes for these problems would be greatly appreciated, or if you could direct me to a sleep could be inserted i could fix it myself..... im thinking about adding a sleep to end of the stash protocol and the start of the program to maybe fix this? any ideas?

  13. #2668
    Affordable123's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JiveRook View Post
    Ok so Ive tried everything.. I changed my screen resolution to 1600x900 and back to 1920x1080 and changed all the PNG's to match mine and when I load DH it just sits there and cant find Resume button. Ive changed the picture to match mine and still doesnt work

    Anyone else ever have this problem and got it to work?
    1. Can you copy paste your code where it says where your pics are located from the code (.au3) file?
    2. Does the mouse move at all, or just sits blank until it gives you the error?
    3. Are you running fullscreen window mode, not just "windowed"?
    4. Are you running multiple screens?

  14. #2669
    timperd's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this don't seem to help. i deleted the ini file and changed it in the script then i start it but still goes after 5 runs. also stashing works great but when it goes off to sell it gets stuck in cain's door. any tips?

  15. #2670
    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 JiveRook View Post
    Ok so Ive tried everything.. I changed my screen resolution to 1600x900 and back to 1920x1080 and changed all the PNG's to match mine and when I load DH it just sits there and cant find Resume button. Ive changed the picture to match mine and still doesnt work

    Anyone else ever have this problem and got it to work?
    Did you set it to full screen windowed ?

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 03:03 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