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

Shout-Out

User Tag List

Page 233 of 300 FirstFirst ... 133183229230231232233234235236237283 ... LastLast
Results 3,481 to 3,495 of 4489
  1. #3481
    Toffa's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    may somebody can help me out with this:

    if i start the bot ingame the mousepointer goes straight to the upper left and the bot goes in the main menue (esc)

    what am i doing wrong?

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #3482
    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)
    That's why there's a random mouse move to the bottom left before checking the resume button. But apparently half a second is too big of a performance hit so half the people removed it. I'll make sure it moves when closing window after I get my computer hooked up again. (on iPod)

  3. #3483
    yutik2'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)
    notAres, thanks for the awesome script after the 1.0.3 patch, the game freezes sometimes, official known issues says:
    Running programs that put an overlay over Diablo III (such as Mumble, Xfire, and MSI Afterburner) can cause Diablo III to crash. Use these overlays at your own risk.

    So i wonder, can script GUI affect these freezes? It was 100% stable before the patch. How can i turnoff the GUI? Thanks in advance.

  4. #3484
    Toffa's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if i manually point the mouse to the bottom left it goes way too high to the upper left side again (but the moving from the left side to the height of the resume button seems to be okay)

  5. #3485
    massi0911'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)
    bot works kinda well.

    He find cellar etc. port back to town but he wont go to vendor or he wont stashing :S

    status: Skipping vendor, not in New Tristram

    what am i doing wrong :S?

  6. #3486
    teamnycz's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone tell me why my bot does not start??? I loaded the script with autoit and i see it in the bottom right tray ... the hotkeys to start it doesn't do nothing though.. I have tried changed the hotkey to something else to start it and still, nothing.. The pause and close hotkey works though?

    Also, Where do we place the .ini file? Anywhere? I left it in the same folder as the script and png files.

  7. #3487
    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
    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
    Find the line with ";moves cursor over to the cellar so the proper blue pixel becomes highlighted" as comment and play with the numbers until you get it work.

  8. #3488
    kas006'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)
    I have the same problem as Toffa, the cursor only moves to top left and then press esc. Nothing more happends. Any thaughts?

  9. #3489
    TheKingKong's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    181
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by teamnycz View Post
    Can anyone tell me why my bot does not start??? I loaded the script with autoit and i see it in the bottom right tray ... the hotkeys to start it doesn't do nothing though.. I have tried changed the hotkey to something else to start it and still, nothing.. The pause and close hotkey works though?

    Also, Where do we place the .ini file? Anywhere? I left it in the same folder as the script and png files.
    you probably did not change your resolution to 1920x1080. Try changing diablo's resolution and your computer's resolution to that and start it up again. Sometimes mine does the same thing until I fix the resolution. Is your start key "=" ?

  10. #3490
    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
    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.



    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
    Thank you so much for all of your help -- it was more than appreciated!

  11. #3491
    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
    Find the line with ";moves cursor over to the cellar so the proper blue pixel becomes highlighted" as comment and play with the numbers until you get it work.
    Wonderfull, thank you so much.

    I'm stuck into the wall and the little house when the cellar is open, so i can't go into it :/

    edit : ok i also change to value of entrance... this is working now.

    thank you for you quick help
    Last edited by nasyoun; 06-25-2012 at 03:12 PM.

  12. #3492
    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)
    news little problem.

    it's messing up when the bot goes to the Merchant, in fact, it click on click, but seems to walk and not interact with the Merchant
    So it does not sell the items

  13. #3493
    RogerHestlund's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Greetings.

    I am just wondering - as very new to AutoIT - if there is any chance at all that this, or any similar script, is workable with different resolutions?
    As for me, I need scripts to work for 1440x900. Almost everything is made for 1900~ resolution.

    Is it only the PNG's that I need to change (along with changing numbers for resolution in the script-file) or is there anything more that I am unaware of?

    I deeply thank you for helping me out.

  14. #3494
    sydeu's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone could make pngs for 800x600 (yes im lazy and dont really have the time) I can offer some gold, just say your price

  15. #3495
    RogerHestlund's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RogerHestlund View Post
    Greetings.

    I am just wondering - as very new to AutoIT - if there is any chance at all that this, or any similar script, is workable with different resolutions?
    As for me, I need scripts to work for 1440x900. Almost everything is made for 1900~ resolution.

    Is it only the PNG's that I need to change (along with changing numbers for resolution in the script-file) or is there anything more that I am unaware of?

    I deeply thank you for helping me out.
    I have instead tried to use it on my brothers computer screen using the resolution stated in the original post.
    However, I am encountering following problem:

    1. I login, and stay at the character screen.
    2. I turn the bot-script on, and press " = ".
    3. In a few seconds the mouse starts to move one time, but it will not find the resume game button.

    NOTE: I tried to start the script as above, and helped it by manually press "RESUME" (while script was running), but it would not move. It did target the monsters, but it wouldn't move, teleport, use any spell or anything.

    Additionally, I have made new print screens all over the "RESUME" text and copied it over the other resume picture.

    What can I do to solve this?

    Still I am deeply thankful for your time!
    Last edited by RogerHestlund; 06-25-2012 at 04:54 PM.

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 01:54 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