[Goldfarming] [Barbarian] Sarkoth Goldfarming Script [AutoIT Script] [1920x1080] menu

User Tag List

Page 24 of 51 FirstFirst ... 202122232425262728 ... LastLast
Results 346 to 360 of 764
  1. #346
    steveb32's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I was just checking thanks alot for the info.

    [Goldfarming] [Barbarian] Sarkoth Goldfarming Script [AutoIT Script] [1920x1080]
  2. #347
    sektONE's Avatar Private
    Reputation
    2
    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 reclusion View Post
    you can use auto it.
    Indeed I can, found it now. Thanks a lot ! Got the Cellar locating going at 100% so far, with hits on #2 and #3 - still needing to see if there's a third locating occuring that I need to fill in.

    Now it's onwards to working on the inside, either I need some Gold Pickup radius, or I need to adjust the running pattern after Sarkoth is dead

  3. #348
    kidmafia'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)
    I tried playing around with the number for a while but still no clues haha.
    my screen just allow max resolution 1366x768 I should have bought a larger screen laptop
    Can you give me a hint to change the resolution? I'm not really good with coding so I cannot write from scratch

  4. #349
    sektONE's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you just try and change your resolution to a 16:9 resolution, the highest you can go, and go into FULLSCREEN WINDOWED mode, and get new screenshots of the things already in the 'pics' folder. You are a very long way. That was the first major hurdle I had to get over, but once I got new pics sorted, things started to roll smoothly

    *edit*

    Got the inside working as well now, he walks correctly down to the doorway so that it allows him to leap into Sarkoth and do his shit. Still got a minor problem with Sarkoth running away every once in a while, but I guess that's what happens.

    Still need to try out the Merchant part, it hasn't flagged for vendoring yet, as I haven't run enough successful runs yet without quitting the script and changing stuff

    Will report back!

    *edit 2*

    Having some trouble finding the right places in the code to get the right coords down for switching tabs in the stash, at the moment it clicks in the stash, then puts my rares in the first tab, then it picks up an item in the far top-right corner and then bugs out on it's way to the merchant. I'm guessing the last action with picking up the top-right item was meant to click the stash exit button, altough why not just send an ESCAPE command instead to close everything down - hmm :P

    The hunt continues !
    Last edited by sektONE; 06-18-2012 at 04:05 PM.

  5. #350
    Hompacko's Avatar Sergeant
    Reputation
    30
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After a number of runs(usually after 2-3hrs of running), the script gets stuck on the "profile" screen or the banner menu for some reason. It leaves the game, but it clicks on the character and brings up the banner screen or the profile screen. Is there a way to add a check, that if it sees the profile screen, press esc and then resume the script? This has been happening with 1.9b and up.
    Last edited by Hompacko; 06-18-2012 at 04:06 PM.

  6. #351
    josdownload'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 Hompacko View Post
    After a number of runs(usually after 2-3hrs of running), the script gets stuck on the "profile" screen or the banner menu for some reason. It leaves the game, but it clicks on the character and brings up the banner screen or the profile screen. Is there a way to add a check, that if it sees the profile screen, press esc and then resume the script? This has been happening with 1.9b and up.

    happened to me to after hour or two just to let you know

  7. #352
    Clones's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2010
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. I get a error when i try to run it, it says "make sure your directory is set properly in the script". Does anyone know what I might be doing wrong?

  8. #353
    sektONE's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    $pngLoc = "C:\Program Files (x86)\AutoIt3\pics\" ;Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE)
    You need to either put your png images within that directory, or you have to specify which directory you are using for the png's on that line.
    It should be line 69 or somewhere around there.

    *edit*

    God I'm pulling my hair out getting the Stash / Vendoring to work .. I've been changing values all over the place, but it doesn't seem to correct it.

    Should probably take a break I guess :P

  9. #354
    flaviops's Avatar Private
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My script isn't finding the cellar. What should I do?

  10. #355
    sektONE's Avatar Private
    Reputation
    2
    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 flaviops View Post
    My script isn't finding the cellar. What should I do?
    What resolution are you running in, does the ingame cursor even hover over where the cellar entrance are so the script has a chance to recognize the pixel changes when it sees the Cellar ?

    That's probably the two reasons I can come up with right off the bat regarding that.

  11. #356
    flaviops's Avatar Private
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sektONE View Post
    What resolution are you running in, does the ingame cursor even hover over where the cellar entrance are so the script has a chance to recognize the pixel changes when it sees the Cellar ?

    That's probably the two reasons I can come up with right off the bat regarding that.
    1920x1080 16:9 fullscreen windowed

    Edit:
    ps: I'am using the BlackSack's 1.9e SALVAGE with OCR, tab choosing, logging ver.
    Last edited by flaviops; 06-18-2012 at 05:13 PM.

  12. #357
    Clones's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2010
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sektONE View Post
    You need to either put your png images within that directory, or you have to specify which directory you are using for the png's on that line.
    It should be line 69 or somewhere around there.
    Great! Thanks that got it running but now it wont start when i hit '='. The cursor just moves about

    Edit: Its saying "can't find the resume button on main menu"
    Last edited by Clones; 06-18-2012 at 05:11 PM.

  13. #358
    diablos3000's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Juste have an issue when i dies in the cellar! The script trying to log out but just turn into the infite loop! didin't found the solution for that! May be someone can check!?

  14. #359
    flaviops's Avatar Private
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Clones View Post
    Great! Thanks that got it running but now it wont start when i hit '='. The cursor just moves about

    Edit: Its saying "can't find the resume button on main menu"
    This happened to me because i forgot to put DLL files on system32, maybe the same is happening to you.

  15. #360
    loofer'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)
    I have all my looting and stashing and vendoring set to false but it still loots every magic and tries to vender. i set the runs it vendors after to 500, changed nothing. It doesnt seem like any of the settings work.

Page 24 of 51 FirstFirst ... 202122232425262728 ... LastLast

Similar Threads

  1. Replies: 4488
    Last Post: 09-01-2012, 03:52 AM
  2. Replies: 564
    Last Post: 07-27-2012, 07:49 AM
  3. Replies: 65
    Last Post: 06-11-2012, 11:07 AM
  4. Replies: 207
    Last Post: 06-11-2012, 10:50 AM
  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 12:09 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