[Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080] menu

Shout-Out

User Tag List

Page 14 of 55 FirstFirst ... 101112131415161718 ... LastLast
Results 196 to 210 of 820
  1. #196
    Peterk426's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Punkte View Post
    The script is in there... Just rename the .txt at the end to .au3 (turns it into a recognizable script file)
    **you must have turned off hide file name extensions in folder options.
    Ok tried that..Still nothing...With this script and NotARES Script ( which is deleted ), From the main menu I hit = ( after reaching the checkpoint ), when I hit = in the main menu The mouse goes top left and the game pauses..This has happened for both scripts I tried to use..I tried to resume myself but my char just stands there..I have bind mouse 3 and movement speed is correct so I am at a loss for what to do since I have tried 2 scripts and a bunch of suggestions as to why the script refuses to run :P

    [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]
  2. #197
    Sparohawk's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by f0rks View Post
    you did nothing wrong i guess. the bot sometimes recognizes the wall behind the chest as legendary (due to the color i guess) and tries to pick it up.
    while no legendary found, the counter will go up...
    Thanks buddy Thought they were all sold by accident :P

  3. #198
    ziggo0's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just switched over from version x on my barb to this. Working pretty good so far. I've caught the bot sitting in town for what seems like no reason for a few seconds sometimes but other than that working well!

  4. #199
    martinceld's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TMichael View Post
    If it helps, I think I figured out what was causing those occasional cellar misses with the old code. If your character is slightly below the cellar entrance (higher y coordinate), he makes it in every time with one click, but if he is slightly higher, he won't go around that wall.

    I suspect the misses occur when the pathing goes too far up, perhaps from bumping into a baddie on the way over. With my current pathing adjusted from the original script, I have zero wall hits.
    how did you change the pathing for the occasional misses? may you please show me your script

  5. #200
    BlackSack's Avatar Knight-Lieutenant
    Reputation
    56
    Join Date
    Jun 2012
    Posts
    343
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    @Blacksack
    Code:
                $mon = _TesseractScreenCapture(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, (1920 - 1571) * $x_ratio, (1080 - 525) * $y_ratio, 0)
    Since my GPH has yet to work (the rest of the script is flawless), im trying to adjust where it finds my Gold.

    Can you explain:
    Code:
    (0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, (1920 - 1571) * $x_ratio, (1080 - 525) * $y_ratio, 0)
    No idea what anything in blue refers to.
    As for the green, why are there 2 values in ( ).
    What does the 0 at the very end represent?

    I have never worked with the tesseract before, i would have assumed it would work like am image search, basically drawing a box around where to search for the gold, but the values in green throw me off.

    Any chance you can give me a brief explanation of what i highlighted above?
    Take a look inside the tesseract.au3 there are lots of comments and documentation, if you still need help ill explain

  6. #201
    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 BlackSack View Post
    Take a look inside the tesseract.au3 there are lots of comments and documentation, if you still need help ill explain
    That was some good info. Im still unsure why you use:
    Code:
    $mon = _TesseractScreenCapture(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, (1920 - 1571) * $x_ratio, (1080 - 525) * $y_ratio, 0)
    vs
    Code:
    $mon = _TesseractScreenCapture(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, 1571 * $x_ratio, 535 * $y_ratio, 0)
    Im just not understanding (1920 - 1571). Which i guess is more autoIt than the tesseract. The rest of it i fully understand now after reading the tesseract.au3.

    Also, my GPH is working just fine, even with the default settings so long as it finds my starting gold. I have about a 50-50 chance of it grabbing my correct starting gold, but after that is seems really accurate, but if it doesnt find the starting gold, everything goes way out of whack and has no chance of correcting itself later. Any idea what would cause it to grab incorrect starting gold? The inventory is opening properly, and closing. Then the run starts just fine.

    I have tried increasing the scale to 5 and higher, but still get inaccurate number sometimes.
    Last edited by Angrycoder; 07-08-2012 at 03:20 PM.

  7. #202
    Sparohawk's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all, I've ran the script for a few hours now, but I am only getting about 170k GPH. Is there anything I can do to increase this rate? Increase movement speed on boot helps? Thanks

  8. #203
    zc4r3cr0w's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sparohawk View Post
    Hi all, I've ran the script for a few hours now, but I am only getting about 170k GPH. Is there anything I can do to increase this rate? Increase movement speed on boot helps? Thanks
    buy higher gold find gear i think would be the best and easiest way. i'm running barbarian with 250-300 GPH 193% GF

  9. #204
    BlackSack's Avatar Knight-Lieutenant
    Reputation
    56
    Join Date
    Jun 2012
    Posts
    343
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    That was some good info. Im still unsure why you use:
    Code:
    $mon = _TesseractScreenCapture(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, (1920 - 1571) * $x_ratio, (1080 - 525) * $y_ratio, 0)
    vs
    Code:
    $mon = _TesseractScreenCapture(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, 1571 * $x_ratio, 535 * $y_ratio, 0)
    Im just not understanding (1920 - 1571). Which i guess is more autoIt than the tesseract. The rest of it i fully understand now after reading the tesseract.au3.

    Also, my GPH is working just fine, even with the default settings so long as it finds my starting gold. I have about a 50-50 chance of it grabbing my correct starting gold, but after that is seems really accurate, but if it doesnt find the starting gold, everything goes way out of whack and has no chance of correcting itself later. Any idea what would cause it to grab incorrect starting gold? The inventory is opening properly, and closing. Then the run starts just fine.

    I have tried increasing the scale to 5 and higher, but still get inaccurate number sometimes.
    the reason for the 1920 - 1571 is because the author of this tesseract decided that the rectangle should be defined by cropping the image by a certain number from each edge and not defining the top,left,bot,right so you need to make the right hand edge relative to the width of the screen etc. I expect the fail on the first run is todo with the text in the inventory taking a little longer to appear when the game is first loaded, try increasing the delay before tess is called

  10. #205
    Sparohawk's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zc4r3cr0w View Post
    buy higher gold find gear i think would be the best and easiest way. i'm running barbarian with 250-300 GPH 193% GF
    The thing is I'm on 250% GF already, I'm a monk though.

  11. #206
    heb0r's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone tell me, in which line I can change the Sleep which is added after entering the cellar?

    In my opinion it's much too high.

    Class = DH

  12. #207
    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 BlackSack View Post
    the reason for the 1920 - 1571 is because the author of this tesseract decided that the rectangle should be defined by cropping the image by a certain number from each edge and not defining the top,left,bot,right so you need to make the right hand edge relative to the width of the screen etc. I expect the fail on the first run is todo with the text in the inventory taking a little longer to appear when the game is first loaded, try increasing the delay before tess is called
    Thanks for the explanation. Everything is working fine after adding in a longer delay before tess call. Thanks!

  13. #208
    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 heb0r View Post
    Can someone tell me, in which line I can change the Sleep which is added after entering the cellar?

    In my opinion it's much too high.

    Class = DH
    Begins at line ~435

  14. #209
    Wolfwazabi's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My bad. The link was p just my internet connection.
    Last edited by Wolfwazabi; 07-08-2012 at 04:07 PM.

  15. #210
    hans0r's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i tried using the latest script with my monk, 22% movement speed. i put the right movement in the script, but my char walked into the wall and didn't go in the cellar every time.

    i removed the +10% movement passive skill from my monk ... with 12% movement speed it works fine

    did anyone get it running with 22% movement speed or more (preferably with monk)?

Page 14 of 55 FirstFirst ... 101112131415161718 ... LastLast

Similar Threads

  1. Replies: 792
    Last Post: 09-07-2012, 10:22 AM
  2. Replies: 4488
    Last Post: 09-01-2012, 03:52 AM
  3. Replies: 564
    Last Post: 07-27-2012, 07:49 AM
  4. Auto IT Goldfarming] Sarkoth DH Gold Script [AutoIT Script] [1260x720 (Widescreen)
    By rowland55 in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-07-2012, 01:02 PM
  5. Replies: 30
    Last Post: 06-23-2012, 06:03 AM
All times are GMT -5. The time now is 03:37 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