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

Shout-Out

User Tag List

Page 12 of 55 FirstFirst ... 8910111213141516 ... LastLast
Results 166 to 180 of 820
  1. #166
    botsnpots's Avatar Corporal
    Reputation
    4
    Join Date
    Jul 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    From top to bottom, my menu ingame shows:

    -Options
    -Achievements
    -Customer Service
    -Open Game to Public
    -Leave Game
    -Exit Diablo III
    -Return to Game

    Are you saying you have an extra button when you hit escape while ingame, that says "Exit Game" ?
    That's what I mean, Exit Diablo.. Same shit as exit game

    [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]
  2. #167
    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 botsnpots View Post
    That's what I mean, Exit Diablo.. Same shit as exit game
    You may want to scroll up abit. I explained the difference between Exit Game and Exit Diablo.

    Exit Diablo kills your client completely when used while in a game, so thats clearly not whats happening to you.

    Exit Game can only be seen if you click on Exit Diablo from the Main Menu, so obviously you could not have accidently clicked Exit Game instead of Logout from within the game.

    Anyways, read back a page and hopefully that fixes your issue. Just trying to steer you in the right direction, since you thought it had to do with random clicks, and thats just not the case at all ;p

  3. #168
    Fendulon'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)
    Originally Posted by BlackSack View Post
    Version D
    - Fixed autostart
    - Tweaked monk pathing again
    - Tweaked DH pathing with speedbuff
    - improved cellar entering (hopefully)
    -fixed bug where DH and Barb used same kill time - stupid lol

    [AutoIt] Blaksack's mod 1.93hyb.d HYBRID SCRIPT! - Pastebin.com
    Well, I LOVE this script. You are an absolute monster for creating this. It's very impressive.

    So far with my demon hunter and barbarian running I have had pretty much zero issues. What I did change for my Demon Hunter though,

    ElseIf $Hero == 'Hunter' Then
    DoSprint()
    RandClick("middle", Round(20 * $x_ratio), Round(708 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar
    Moving(1800)
    As the first command when the hunter enters the cellar I have "DoSprint()" because the one that is supposed to happen just outside the cellar isn't timed right, and I remove it. Adding delays to get another fog before the cellar just causes my guy to stand still with the fog wasting it. Adding the sprint just upon entering the cellar makes it work VERY nicely. I also changed it down to "Moving(1800)" instead of 2800. Beautiful from here on out.

  4. #169
    zaubara's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a problem when salvaging is on. As you all know, the chat displays/spams the information about what item returned what scrap.

    Now: after the first run to town to salvage, the item pickup seems to be confused - I think it is trying "pick up" what's in the chat window. That's why the bot then runs to the lower left, clicking a few times, and only then porting. Waste of a few seconds there. Tried to re-use the pickup boxes of the "fixed" legendaries (still getting fake legendaries, by the way), but still no dice.
    Any ideas?

  5. #170
    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 Fendulon View Post
    Well, I LOVE this script. You are an absolute monster for creating this. It's very impressive.

    So far with my demon hunter and barbarian running I have had pretty much zero issues. What I did change for my Demon Hunter though,



    As the first command when the hunter enters the cellar I have "DoSprint()" because the one that is supposed to happen just outside the cellar isn't timed right, and I remove it. Adding delays to get another fog before the cellar just causes my guy to stand still with the fog wasting it. Adding the sprint just upon entering the cellar makes it work VERY nicely. I also changed it down to "Moving(1800)" instead of 2800. Beautiful from here on out.
    Thank you for the tip I will add that to the next version

  6. #171
    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 heb0r View Post
    Is it possible to decrease the delay after entered the cellar?

    Because of my SSD I'm almost instant in there.
    You can.. but it will not be easy and you will need to bypass the recovery code (in cases where you click the cellar but something goes wrong). The way it works right now, there is no fixed wait time to enter the cellar. The code clicks on the cellar then scans the top right corner of the screen until it detects the text "Dank Cellar" unfortunatly this text fades in after you enter so it doesnt start immediatly but there is the delay you mentioned. its kinda annoying and im open to hearing better ways of detecting your inside

  7. #172
    smitty10's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bakuu View Post
    Hello dude
    im runing on 1920*1080 and i've got a problem

    i've set up everything correctly i think , but my char (wizard) isn't buffing up (Magic Weapon) i mean i changed the buff to Energy Armor Force armor so i wont get 1 shoted but seems like its not doing the trick ; could you help me pls ?

    Also i've got another problem , my bot finds the cellar and never enters , he just teleports to town and leave game

    also when mobs are hitting me he doesn't hit them and simply dies
    There was an error for the wizard on line 449 for the wizard. Change send("4") to Send($Skill4).

    If you want to put Force Armor on, change your 4th sill to it, and put Send($Skill4) on line 275 (right after the sleep). This makes the bot put on Force Armor right at the start of the run.

  8. #173
    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 smitty10 View Post
    There was an error for the wizard on line 449 for the wizard. Change send("4") to Send($Skill4).

    If you want to put Force Armor on, change your 4th sill to it, and put Send($Skill4) on line 275 (right after the sleep). This makes the bot put on Force Armor right at the start of the run.
    Thanks for finding that error

  9. #174
    degendt's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i wanne say thx to you for the script !! its very awsome xo im getting like 250 gph with only 155% gold find !!

  10. #175
    xqtm's Avatar Private
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm testing the script ... but it cannot start... i got errors like

    "area not found" with 3 areas and than "resume button not found"

    i'm running on the correct aspect ratio both screen and game, and checked paths of tesseract ecc ...

    any hint ?

  11. #176
    andreinr1's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After testing monk speed 12% / 20 % / 25% the path seems a lot better but theres like 50% chance that it wont click right on the entrace Also you can remove randclick on safe exit since inner sanctuary makes you immune while tp.

  12. #177
    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)
    Originally Posted by owned727 View Post
    What class? When people ask questions without giving any details, it's really obnoxious. The answer is YES although no one can help you if you don't give us any details.
    uuhmm.. sorry, didn't thought that this is class specific.

    I'm playing a DH.

  13. #178
    slook's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    77
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone make this script working for other resolutions? cant find a monk script, so if anyone is able to edit this script i would pay for it.
    1366x768 would be great =)

  14. #179
    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)
    double post

  15. #180
    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)
    @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?

Page 12 of 55 FirstFirst ... 8910111213141516 ... 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 10:47 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