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

User Tag List

Page 132 of 300 FirstFirst ... 3282128129130131132133134135136182232 ... LastLast
Results 1,966 to 1,980 of 4489
  1. #1966
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you very much for version 1.6e. Working fantastic!

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1967
    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)
    notAres you maybe have any idea why it wouldn't pickup gems for me in version 1.6a/b
    I made it pickup gems with custom items and a png and edited whenever a custom item is picked up it will count as a gem but still the other method works way faster.
    It's picking up tomes flawlessly tho and thats exactly the same command thats why I have no clue why it wont work..

  3. #1968
    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)
    Wanna contribute au3 script that shows coordinates when u press Q (It's not mine, i just found it, but its good for ppl to use)

    HotKeySet("q","q")

    While 1
    sleep(100)
    WEnd

    Func q()
    $pos = MouseGetPos()
    MsgBox(0,"Your mouse pointer coordinate is:", $pos[0]&"x"&$pos[1])
    EndFunc

    just save it as *.au3 file and press q in game

    P.S: its already posted by me in Shimi's thread fbut i also use notAres' sometimes so decided to post for ppl here also

  4. #1969
    S|cK's Avatar Member
    Reputation
    3
    Join Date
    Nov 2006
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We've gone a long way now, I had 932 run with 1.5d + random fixes around this morning, which most of them are already implemented to 1.6e. My only concern while watching it is to try and optimize the looting so it's faster. I see alot of sleep calls but the pixel and image search also take some time to return values.

  5. #1970
    batigol's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone help me? I done everything in page 1, but when i click =, the bot doesnt start
    The little screen at bottom right said: Error: CAnt find REsume button

  6. #1971
    S|cK's Avatar Member
    Reputation
    3
    Join Date
    Nov 2006
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by batigol View Post
    Can someone help me? I done everything in page 1, but when i click =, the bot doesnt start
    The little screen at bottom right said: Error: CAnt find REsume button
    Make sure you copied every DLLs from the pack in \windows\system32. Also make sure you're running either 1920x1080 or 1600x900 resolution, that Diablo is set to fullscreen windowed mode and use the pictures from the folders accordingly.

  7. #1972
    DaSyco's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what do i do if it says "Fatal Error" and is looking for MainMenu.png?


    edit: ok nvm forgot to put "pics" in the description. sorry sorry! let me test some runs and see how it is
    Last edited by DaSyco; 06-14-2012 at 09:06 PM.

  8. #1973
    S|cK's Avatar Member
    Reputation
    3
    Join Date
    Nov 2006
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DaSyco View Post
    what do i do if it says "Fatal Error" and is looking for MainMenu.png?
    Like the box says; Make sure your directory is set properly in the script
    $pngLoc = "C:\Games\Diablo III\pics\" ;Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE)

  9. #1974
    batigol's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i done all of those, and what about the picture? I create a folder and put it in there... but i dont know what else do to.

  10. #1975
    S|cK's Avatar Member
    Reputation
    3
    Join Date
    Nov 2006
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by batigol View Post
    I think i done all of those, and what about the picture? I create a folder and put it in there... but i dont know what else do to.
    Edit the script and change the location of $pngLoc near the beginning. Set it to where you put your pictures and don't forget the last backslash. (C:\pics\)

  11. #1976
    batigol's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i actually create C:\Games\Diablo III\pics\ and put all the png files in there.... it still doesnt pick up the resume button

  12. #1977
    S|cK's Avatar Member
    Reputation
    3
    Join Date
    Nov 2006
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by batigol View Post
    i actually create C:\Games\Diablo III\pics\ and put all the png files in there.... it still doesnt pick up the resume button
    Make sure the .png files are directly in C:\games\diablo iii\pics\ and not the 1920x1080 or 1600x900 subfolders.

  13. #1978
    operationivy's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've still made no ground on being unable to resume game.
    :|
    Any solid advice?

  14. #1979
    batigol's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes i did that 2.

  15. #1980
    eh0ang's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After like every third run there would be a random sleep time for about 30-40 seconds. Any fixes?

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