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

User Tag List

Page 2 of 55 FirstFirst 12345652 ... LastLast
Results 16 to 30 of 820
  1. #16
    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 BlackSack View Post
    Yea I will only be supporting this from now on, if you only define 1 hero it will skip switching automatically (except the initial chose at the start)
    Can u explain that a little better? Bc I was getting about 475k for at least 30 min. Came back 1 hr later and was getting only 200k and it was leaping early and porting out Everytime I can only assume it switched to wiz script . What must I remove for a barb only script.

    [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]
  2. #17
    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 owned727 View Post
    Can u explain that a little better? Bc I was getting about 475k for at least 30 min. Came back 1 hr later and was getting only 200k and it was leaping early and porting out Everytime I can only assume it switched to wiz script . What must I remove for a barb only script.
    Line 48 change:

    Global $HeroSelectList[4] = ["Barbarian|2|11", "Wizard|3|0", "Hunter|1|0", "Monk|2|0"]

    ; Choose Wizard or Barbarian
    $HeroID = 4;
    To

    Global $HeroSelectList[1] = ["Barbarian|1|11"]

    ; Choose Wizard or Barbarian
    $HeroID =1;
    Where the Barbarian is the first hero on your list and has 11% movespeed

  3. #18
    LATM's Avatar Contributor
    Reputation
    189
    Join Date
    Jun 2012
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Black, if you are using DONT IDENTIFY in your current script, I would use the vendor method from Chancys version ( 8==D )

    It basically just extremely quickly clicks on all of the boxes, doesn't bother checking the color. Rare/Set/Legend obviously saved, everything else is definitely on the way out.

  4. #19
    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 LATM View Post
    Black, if you are using DONT IDENTIFY in your current script, I would use the vendor method from Chancys version ( 8==D )

    It basically just extremely quickly clicks on all of the boxes, doesn't bother checking the color. Rare/Set/Legend obviously saved, everything else is definitely on the way out.
    Yea that option has been in the script since notares 1.9.3 I have it setup so it uses the 'clicking blues' 3/4 vendor runs and on the 4th it uses the click every box to clear out whites. If you want it to do this everytime you need simply enable "VendorAll" option in the settings which has always been in my script
    Last edited by BlackSack; 07-06-2012 at 07:11 PM.

  5. #20
    nvmax's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried it on my barbarian, it worked 1 run then it glitched out it apparently keeps switching to my 2nd monitor for some reason where the other script didnt do this.
    I run triple monitors on my 7970's

  6. #21
    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)
    After pressing "0" to TP back to town after a run, the script checked the item lvl to stash and also slavaged some, but it seems, that it cannot find the vendor.

    By searching the vendor (after salvage) it show me the following error msg:

    Code:
    Line 1897 (File "C:\Program Files (86)\AutoIt3\blacksack's_mod_1.93_hybrid.au3"):
    
    walking(738 * $_ratio, 64 * $y_ration)
    ^ ERROR
    
    Error: Unknown function name.

    By searching the vendor (without salvage) it show me the following error msg:

    Code:
    Line 1894 (File "C:\Program Files (86)\AutoIt3\blacksack's_mod_1.93_hybrid.au3"):
    
    walking(1560 * $_ratio, 120 * $y_ration)
    ^ ERROR
    
    Error: Unknown function name.

  7. #22
    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
    After pressing "0" to TP back to town after a run, the script checked the item lvl to stash and also slavaged some, but it seems, that it cannot find the vendor.

    By searching the vendor (after salvage) it show me the following error msg:

    Code:
    Line 1897 (File "C:\Program Files (86)\AutoIt3\blacksack's_mod_1.93_hybrid.au3"):
    
    walking(738 * $_ratio, 64 * $y_ration)
    ^ ERROR
    
    Error: Unknown function name.

    By searching the vendor (without salvage) it show me the following error msg:

    Code:
    Line 1894 (File "C:\Program Files (86)\AutoIt3\blacksack's_mod_1.93_hybrid.au3"):
    
    walking(1560 * $_ratio, 120 * $y_ration)
    ^ ERROR
    
    Error: Unknown function name.
    Oops that would be me replacing the "moving" function with "walktime" and putting walking by mistake should be fixed now

  8. #23
    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)
    Black, Im getting this error. [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]-error-jpg

    Thats what happened when i took wizard out of the function and elft it

    Global $HeroSelectList[1] = ["Barbarian|2|7"]

    ; Choose Wizard or Barbarian
    $HeroID = 1;

  9. #24
    tekister's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlackSack View Post
    Line 48 change:



    To



    Where the Barbarian is the first hero on your list and has 11% movespeed
    If I want to use my DH only and he's on position 5, would this be the right edit?

    Global $HeroSelectList[1] = ["Hunter|5|15"]

    ; Choose Wizard or Barbarian
    $HeroID = 5;

    It keeps on selecting my character on position 1.

    I've also tried this:

    Global $HeroSelectList[1] = ["Hunter|5|15"]

    ; Choose Wizard or Barbarian
    $HeroID = 1;
    Last edited by tekister; 07-06-2012 at 08:50 PM. Reason: Added more infor

  10. #25
    tekister's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tekister View Post
    If I want to use my DH only and he's on position 5, would this be the right edit?

    Global $HeroSelectList[1] = ["Hunter|5|15"]

    ; Choose Wizard or Barbarian
    $HeroID = 5;

    It keeps on selecting my character on position 1.

    I've also tried this:

    Global $HeroSelectList[1] = ["Hunter|5|15"]

    ; Choose Wizard or Barbarian
    $HeroID = 1;
    Nevermind. Got it to work! Thanks!!

  11. #26
    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 owned727 View Post
    Black, Im getting this error. [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]-error-jpg

    Thats what happened when i took wizard out of the function and elft it
    umm i dont have those lines at line 706, download the script again and make the change

  12. #27
    Sephir's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so far been working great but i noticed it missed a ilvl63 rare on one of the runs has anyone else noticed this?

  13. #28
    tekister's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So far everything is working great. Thanks for an awesome script. My computer is a little slow so when the cellar is not open it TPs back to down, but before it has the chance to get back to town, it logs off to the main menu screen (10 second count down). Which line of code do I need to modify to slow down the exit to main menu step? Thanks!

  14. #29
    baysic's Avatar Sergeant
    Reputation
    5
    Join Date
    Aug 2010
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hot damn gotta lvl my DM real quick lol

  15. #30
    Sephir's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so after the bot runs the vendor portion I'm getting this error at the main menu



    This is my config

    ; CLASS = Wizard, Monk, Hunter, Barbarian, Witch
    ; ID 1 ID2 "CLASS|POSITION IN HERO LIST|MOVESPEED"
    ;Global $HeroSelectList[2] = ["Barbarian|2|11", "Wizard|3|0"]

    Global $HeroSelectList[1] = ["Hunter|1|25"]

    ; Choose Wizard or Barbarian
    $HeroID = 1;

Page 2 of 55 FirstFirst 12345652 ... 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 05:35 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search