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

Shout-Out

User Tag List

Page 35 of 55 FirstFirst ... 313233343536373839 ... LastLast
Results 511 to 525 of 820
  1. #511
    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 Barbwire View Post
    Whoa, populated thread!

    did a quick read up to page 29 (where I left and suddenly some more pages pop up haha) ,and didn't find anyone with this issues.

    I'm playing with a barbarian, changed my skill set to reflect the one suggested, configured everything and the script is working fine, but there were 2 issues bothering me a bit.

    the first one, sarkoth wasn't killed very fast because earthquake was not triggering by some odd reason. (the barbarian dps "timer" is set alright)

    then I tweaked the code a bit, with a line I've found at the script itself.
    on lines 424 and 426 i changed it to
    RandClick("left", Round(900 * $x_ratio), Round(600 * $y_ratio), 100, 100) ;earthquake

    then the earthquake started triggering and sarkoth is killed in time


    the other problem is about cellar door recognition. It is ALWAYS returning as cellar found, but then it fails to enter it (when it is closed). problem is, it takes longer for the script to abort this way, and depending on the mobs on the screen the char might get killed before call of the ancients and earthquake is triggered.

    I'm running with all the graphic options on the highest setting, and the fog is a little blue-ish. do you think that this could be what's bugging the script?

    thank you so much for posting this one! very helpful!
    make sure your on the right quest

    [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]
  2. #512
    Barbwire's Avatar Member
    Reputation
    8
    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 BlackSack View Post
    make sure your on the right quest
    oh, thanks for the heads up! I'll double check if it's on the same quest, never thought that it would make a difference, starting from the checkpoint itself.


    any ideas on why the earthquake was not being triggered, Blacksack? I just changed the click position (and as shiftdown is sent before, wouldn't make much of a difference as well)

  3. #513
    Carbette's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What changes to the script is needed to port this to 800x600? I noticed most of the move commands already have an xratio and a yratio, and it looks solid. I imagine I would only need to screenshot all the images in 800x600 resolution. Is there anything else I'm missing? I'd really like a 800x600 mode and I have the time to work on it myself.

  4. #514
    andytn3591's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to keep the blue with 900+ DPS in the stash ?

  5. #515
    Delegacy's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi First of all thank you for this amazing script!
    Works fine for me but i got 1 Problem i tried the game autotart auto login function but it stucks on the desktop and does nothing :/

    ;AutoStart
    $gameDiabloIIILoc = "C:\Program Files (x86)\Diablo III" ;Location of Diablo 3 executable
    $gameAutoStart = 1 ; Set this to 1 to start game from desktop or recover from closed game
    $gameStartTime = 9000 ;Change depending on computer/internet speed
    $gamePassword = "mypassword123" ;Symbols go in brackets "Password1{!}"
    $gameExecutable = "Diablo III.exe"
    GameAutostart()
    DoSetupStuff()

    Can somebody help me plz ?

  6. #516
    quickbooster's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Delegacy View Post
    Hi First of all thank you for this amazing script!
    Works fine for me but i got 1 Problem i tried the game autotart auto login function but it stucks on the desktop and does nothing :/

    ;AutoStart
    $gameDiabloIIILoc = "C:\Program Files (x86)\Diablo III" ;Location of Diablo 3 executable
    $gameAutoStart = 1 ; Set this to 1 to start game from desktop or recover from closed game
    $gameStartTime = 9000 ;Change depending on computer/internet speed
    $gamePassword = "mypassword123" ;Symbols go in brackets "Password1{!}"
    $gameExecutable = "Diablo III.exe"
    GameAutostart()
    DoSetupStuff()

    Can somebody help me plz ?
    Double check the path to your diablo 3 installation

  7. #517
    Barbwire's Avatar Member
    Reputation
    8
    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 BlackSack View Post
    make sure your on the right quest
    cheers man, it now works perfectly 95% of the time!

    sometimes when there is a zombie over the cellar door it returns as open, but apart from that, everything working fine.


    Now i'll just tweak a little on the path finding for gold pickup (0 radius =P ) and work on the salvage / stash

    thanks heaps! as soon as I get some rep power, i'll be sure to come back here and do it!

  8. #518
    RiZzLiTo's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have had issues with my monk sometimes jus sitting outside the cellar for about 3-5 sec. before going in . what would do that? and how can i change it?

  9. #519
    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 Carbette View Post
    What changes to the script is needed to port this to 800x600? I noticed most of the move commands already have an xratio and a yratio, and it looks solid. I imagine I would only need to screenshot all the images in 800x600 resolution. Is there anything else I'm missing? I'd really like a 800x600 mode and I have the time to work on it myself.
    unfortunately the scaling is not as simple as multiplying by a ratio mostly because 800x600 is a different aspect ratio and so the interface is not the same size proportionally but if you get it working let me know I would start by looking at chance's wizard script

  10. #520
    owned727's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andreinr1 View Post
    If they are both good geared for botting and have 25% movespeed capped ( which they should), the barb will still be better because of sprint being faster, leap and grim harvest. Also you should consider replacing Blinding Flash with Mantra of conviction activating 3 sec before sark, with overawe or submission for much faster kills.
    Are u at 25% run speed on barb? And if so what's ur run times?

  11. #521
    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 Delegacy View Post
    Hi First of all thank you for this amazing script!
    Works fine for me but i got 1 Problem i tried the game autotart auto login function but it stucks on the desktop and does nothing :/

    ;AutoStart
    $gameDiabloIIILoc = "C:\Program Files (x86)\Diablo III" ;Location of Diablo 3 executable
    $gameAutoStart = 1 ; Set this to 1 to start game from desktop or recover from closed game
    $gameStartTime = 9000 ;Change depending on computer/internet speed
    $gamePassword = "mypassword123" ;Symbols go in brackets "Password1{!}"
    $gameExecutable = "Diablo III.exe"
    GameAutostart()
    DoSetupStuff()

    Can somebody help me plz ?
    if you bothered to read the last 2-3 pages you would see the answer

  12. #522
    Sylph027's Avatar Sergeant
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    67
    Thanks G/R
    0/4
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still having the issue from a clean version of F, that I did when I changed to Psycho2k22 's route for the Smokescreen in E. It doesnt detect the cellar for whatever reason because one of the Smokes fails from the CD not being up. When its TPing out, I can see the cellar open, as well as the orange icon on my minimap...

    Edit: First smoke goes off, second is on CD... then it runs more and preps... and fails to detect. Then caltrops and TP
    Last edited by Sylph027; 07-11-2012 at 02:17 PM.

  13. #523
    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)
    Has anyone had any issues with the bot using the left click on a zombie by the entrance to the cellar? Sometimes mine will accidentally click the zombie, not find the cellar afterwards, and then die lol. I'm using version F and a wizard with 19 movespeed.

  14. #524
    skatermark420's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RiZzLiTo View Post
    i have had issues with my monk sometimes jus sitting outside the cellar for about 3-5 sec. before going in . what would do that? and how can i change it?
    same thing with my wizard wonder what line to edit i don't wanna f up the script lol i understand most of it but that line im not sure witch one. But other then that this script is by far the best. only other thing is salvaging is broke with wiz but no need really!

  15. #525
    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 skatermark420 View Post
    same thing with my wizard wonder what line to edit i don't wanna f up the script lol i understand most of it but that line im not sure witch one. But other then that this script is by far the best. only other thing is salvaging is broke with wiz but no need really!
    This happens when for some reason clicking on the cellar does not make the char go inside so i added an some code to check if this happens and then retry in 2s

Page 35 of 55 FirstFirst ... 313233343536373839 ... 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 08:20 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