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

Shout-Out

User Tag List

Page 232 of 300 FirstFirst ... 132182228229230231232233234235236282 ... LastLast
Results 3,466 to 3,480 of 4489
  1. #3466
    Moosepeepee's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Danglah View Post
    Change the dh.ini file to just show @ScriptDir without the location and then put the pngs inside a folder called "pics" in the same folder as your script. So it would be like this:
    C:\Users\<USER>\Desktop\Script\1.93.au3 - The location of the script
    C:\Users\<USER>\Desktop\Script\pics\ - The location of all the png files.

    The code in the .au3 file should read like this:

    Code:
    If $pngLoc == "@ScriptDir" Then $pngLoc = @ScriptDir & "\pics\"
    Thanks a million for answering. I think I am missing something still, however.

    Is there a part where I designate a location for the @ScriptDir Part?

    \\

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #3467
    Moredot's Avatar Master Sergeant
    Reputation
    27
    Join Date
    Jun 2012
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What values do we change to reduce the amount of time it waits before clicking resume game?

    The hovering above chat area before clicking resume too, can that be removed?

    So coming out of a game, and having the cursor move straight to resume ASAP without hovering over chat area or pausing awhile before clicking resume.

    Anyone knows what values to change? I think this can really streamline the entire run process.

    Thanks!

  3. #3468
    krayziemadnezz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my monitor is 1680x1050 but i cant seem to change it to 1600x900, i also try in desktop it still doesnt let me. Says out of range =/

    can anyone help me with this or my monitor just unable to support 1600x900

  4. #3469
    nasyoun'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)
    my Dh go near the cellar, not enough close to see it, click near ( on its right ) as soon as dh click, he click back to his position then TP to town.
    i checked by mayself, something it's open.

    I tried to look around, i've the same issue on 2 scripts.

    i'm on 1920*1200 native, i put windowed fullscreen 1920*1080 ( have to put full screen to select it )

    any idea, thank you

  5. #3470
    Danglah's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Moosepeepee View Post
    Thanks a million for answering. I think I am missing something still, however.

    Is there a part where I designate a location for the @ScriptDir Part?

    \\
    Not sure what you're asking. @ScriptDir means the directory the script is in and thats how autoit reads it. The only designation you need is to make sure you change line 112 in your .au3 file to this:
    Code:
    If $pngLoc == "@ScriptDir" Then $pngLoc = @ScriptDir & "\pics\"
    Also change the inside the .ini file it to read like this:

    Code:
    [Custom Loot]
    PNG Location=@ScriptDir
    So if you have a folder on your desktop called Script, then inside that you would have a folder called pics and the actual script (.au3 file and .ini file). In the pics folder are all the png images included when you download the botfiles, just drag and drop the actual .png's into the \pics\ folder.

    The overall file structure would then be this:

    Code:
    C:\Users\<USER>\Desktop\Script\DH.au3
    C:\Users\<USER>\Desktop\Script\DH.ini
    C:\Users\<USER>\Desktop\Script\pics\MainMenu.png
    ETC. with the images.

    What this means is that you can essentially have the script and \pics\ folder in any directory and as long as that is where you run the script from, it finds the images fine.

    Originally Posted by Moredot View Post
    What values do we change to reduce the amount of time it waits before clicking resume game?

    The hovering above chat area before clicking resume too, can that be removed?

    So coming out of a game, and having the cursor move straight to resume ASAP without hovering over chat area or pausing awhile before clicking resume.

    Anyone knows what values to change? I think this can really streamline the entire run process.

    Thanks!
    To stop it hovering over the chat, just remove line 136:
    Code:
    MouseMove(Round(Random(0,400)*$x_ratio),Round(Random(700,1080)*$y_ratio),3);Moves mouse out of the way
    Last edited by Danglah; 06-25-2012 at 11:32 AM.

  6. #3471
    cutekamote's Avatar Member
    Reputation
    11
    Join Date
    Jun 2012
    Posts
    91
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dank cellar not found is what keeps on happening on my end i have the proper png for my reso and everything is working except for that part

  7. #3472
    hotstuff06's Avatar Private
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I constantly get "The game connection has been lost." errors. is there any way to add something to this script that whenever it sees that error pop up it hits okay taking your game to the main menu Then restarts script?

  8. #3473
    viticius's Avatar Member
    Reputation
    2
    Join Date
    Jan 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone else have a problem with the bot constantly picking up white items and not doing anything with them and then inventory fills up?

  9. #3474
    saurfiend's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for your script notAres. i have a problem though, after 1 or 2 hours of running, my game gets stuck at the loading screen of the game, and it never gets through.. Any ideas whats wrong? never happend before. Not sure if its related to the script

  10. #3475
    cutekamote's Avatar Member
    Reputation
    11
    Join Date
    Jun 2012
    Posts
    91
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone knows what the problem is with this
    Expects - OldRuins
    Found - OldRuins
    Checking - DankCellar
    Not Found - DankCellar
    Calling - TownPortal

    i have the proper png and reso no matter what i do it keeps saying that

  11. #3476
    Trynd's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nasyoun View Post
    my Dh go near the cellar, not enough close to see it, click near ( on its right ) as soon as dh click, he click back to his position then TP to town.
    i checked by mayself, something it's open.

    I tried to look around, i've the same issue on 2 scripts.

    i'm on 1920*1200 native, i put windowed fullscreen 1920*1080 ( have to put full screen to select it )

    any idea, thank you
    Turn on Letterbox, if this doesnt work, change the x/y numbers (for mouse move to the cellar) in the script.

    Originally Posted by viticius View Post
    Does anyone else have a problem with the bot constantly picking up white items and not doing anything with them and then inventory fills up?
    As far as i know, the code doesnt include selling white items, so you have to manually sell the whites.

    Originally Posted by cutekamote View Post
    anyone knows what the problem is with this
    Expects - OldRuins
    Found - OldRuins
    Checking - DankCellar
    Not Found - DankCellar
    Calling - TownPortal

    i have the proper png and reso no matter what i do it keeps saying that
    This means, the script doesnt find the DankCellar warp point.
    Either it is closed or the mouse moving doesnt work.
    Last edited by Trynd; 06-25-2012 at 11:47 AM.

  12. #3477
    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)
    what to do when your primary stash is full? i went to work and leaved the bot working... after 9 hours my stash was complete full of rares/legendarys/set and the bot was trying to put the items on the stash in kinda endless loop...

  13. #3478
    cutekamote's Avatar Member
    Reputation
    11
    Join Date
    Jun 2012
    Posts
    91
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you for taking the time to answer my question when the script resumes the game it uses the skills then moves around but never to the point it reaches the dank cellar

  14. #3479
    nasyoun'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)
    Originally Posted by Trynd View Post
    Turn on Letterbox, if this doesnt work, change the x/y numbers (for mouse move to the cellar) in the script.
    thank you, is better. but the mouse is a little bit uppon the dark cellar. Can't find where to change x or y in the script

  15. #3480
    botimo's Avatar Master Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    114
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,
    ive reported of some mysterious "cannot find resume button errors"
    now ive seen live how it happened.
    Cellear was closed and my char was about to teleport back.
    I died right then when the teleport was finished.
    Bot left the game in town and the script was confused and came into banner menu (dunno why)
    after a while banner menu got closed but the mouse was right over the resume game button
    so that ist was highlighted. Thats why he cant find the resume game button anymore becouse
    its looks diffrently when the mouse is over it. So i guess imagesearch doenst work in this case.
    The script runs so flawlessly but this is the only thing that annoying.
    Described phenomenon happens about once per night.
    Has anybody observed this too?
    Or has anybody an idea to solve this?

    Thanks in advance!

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