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

User Tag List

Page 45 of 55 FirstFirst ... 414243444546474849 ... LastLast
Results 661 to 675 of 820
  1. #661
    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)
    Originally Posted by jeehye View Post
    it should as long as you set it to magiclooting but then if you have vendor magic items, itll do the same. you have to create a customlooting line for plans
    can anybody share such a code?
    would be very nice!

    [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]
  2. #662
    kumquat's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for some reason as of today, i can not get it to get past "updating".

  3. #663
    Ryan12345's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I start he scrip is joins the game then Townportals right away and then leaves the game. It then keeps repeating that processs. I used these directions
    1. Select Quest: Act I Legacy of Cain - Explore Cellar
    2. Waypoint to Old Ruins
    3. Run North-West until you hit a checkpoint (You will reach the Check Point within 5-10 Seconds)
    4. Teleport to town, leave game
    5. Run AutoIt Script

    Anyone have any idea why?
    Last edited by Ryan12345; 07-14-2012 at 06:39 AM.

  4. #664
    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
    As much as I love you blacksack, I kind of have to say this.

    This was like a community project that everyone put work in to, and yeah, and without a shadow of doubt you progressed a significant portion of it and did as much or more work than anyone on these scripts.

    but 4/5 scripts in there aren't yours.
    even the barb features tofu's pathing & my kill routine

    Taking IGG donations of a virtual good is one thing, it still feels less weird than being paid in cash directly for something that contains a significant amount of work that isn't yours. especially when ares/chance/and the other are not taking cash donations for our scripts.

    Maybe I'm just being hypocritical, but I'm not good at not sharing my thoughts even when not asked for.
    Well yea, I never claimed this to be all my own work and gave full credits to everyone who made this possible on the first post. Nor did I ask for monetary donations but if people are offering then I'm not gonna say no people are welcome to go donate to the original authors instead. Like I said I would be more than happy with temporary access to a bot account to work on the script so I dont endanger my own then I wouldent need a new account

  5. #665
    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 brianlabs View Post
    So, Script works like charm. I only need to make my farm barb a little bit better.

    @BlackSack
    With how much Armor and DPS are you using this skills? Barbarian - Game Guide - Diablo III
    I dunno how much armour I had but I have 35K HP and about 15K dps if i dont use sunkeeper and about 11K dps if i do use sunkeeper, then i need to increase killtime by about 1s

  6. #666
    JackLinks's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When depositing into the stash, it clicks on the first stash tab 3 or 4 times, every time. Is that intended?

  7. #667
    siriomad'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)
    Hey, thanks for this good work, i did all like u say in the first post, but when i press = , the Diablo3 menu opens, and nothing more, i cannot make any run, all is correct, what do u think is my problem?


    This is the config i made, i have only this char in my account

    ;FOR A SINGLE HERO ===============================================
    $Hero = "Wizard"
    $movementSpeed = 0

    ;For MULTIPLE HEROS===============================================
    ;$UseMultiHeros = False ; set to true first
    ; CLASS = Wizard, Monk, Hunter, Barbarian, Witch
    ; ID 1 ID2 "CLASS|POSITION IN HERO LIST|MOVESPEED"
    Global $HeroSelectList[2] = ["Barbarian|2|11", "Wizard|3|12"]
    ;Set the hero in the list above that you want to start with
    $HeroID = 1;
    ;=================================================================

    ; WIZARD ONLY OPTIONS
    $AddDPS = 13066 ; set your wizard base DPS, assumes improved archeon and magic weapon
    Last edited by siriomad; 07-14-2012 at 08:17 AM.

  8. #668
    Lawlietx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Theres one Problem i have with this Script.

    The bot get stuck pretty often before entering the cellar, on the wall, or on the entrance itself.
    And when it didnt enter the cellar on the first try, it waits around 5 seks before retry to enter it, by that time i get always killed.

    Where can i adjust the wait time for cellarhelp option in the script?
    And why does this bot get stuck so often before entering the cellar.

    using hunter route

  9. #669
    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 siriomad View Post
    Hey, thanks for this good work, i did all like u say in the first post, but when i press = , the Diablo3 menu opens, and nothing more, i cannot make any run, all is correct, what do u think is my problem?


    This is the config i made, i have only this char in my account

    ;FOR A SINGLE HERO ===============================================
    $Hero = "Wizard"
    $movementSpeed = 0

    ;For MULTIPLE HEROS===============================================
    ;$UseMultiHeros = False ; set to true first
    ; CLASS = Wizard, Monk, Hunter, Barbarian, Witch
    ; ID 1 ID2 "CLASS|POSITION IN HERO LIST|MOVESPEED"
    Global $HeroSelectList[2] = ["Barbarian|2|11", "Wizard|3|12"]
    ;Set the hero in the list above that you want to start with
    $HeroID = 1;
    ;=================================================================

    ; WIZARD ONLY OPTIONS
    $AddDPS = 13066 ; set your wizard base DPS, assumes improved archeon and magic weapon
    what does the status say in the GUI

  10. #670
    siriomad'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)
    1_ status: leaving game
    2_status: area not found
    3_error: cannot find resume button

    i made a folder in my desktop with the
    -blaksack's_mod_1.93hyb.f_hybrid_script! (1)
    - pics folder
    - dlls

    what was my miss?
    Last edited by siriomad; 07-14-2012 at 09:07 AM.

  11. #671
    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 siriomad View Post
    1_ status: leaving game
    2_status: area not found
    3_error: cannot find resume button

    i made a folder in my desktop with the
    -blaksack's_mod_1.93hyb.f_hybrid_script! (1)
    - pics folder
    - dlls

    what was my miss?
    your resolution is wrong

  12. #672
    siriomad'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)
    i have 1920x1080 in game and in windows, any other ideas?

  13. #673
    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 siriomad View Post
    i have 1920x1080 in game and in windows, any other ideas?
    is it set to fullscreen windowed not fullscreen, change to another resolution then back to 1920 in windows and game to double check.
    try changing graphics to low.

  14. #674
    siriomad'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)
    I'm sorry to be so much trouble but im trying all resolutions modes and still the same . I dont have luck for use this

  15. #675
    SlickDagger's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make sure your desktop resolution is set to 1920x1080 also

Page 45 of 55 FirstFirst ... 414243444546474849 ... 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:21 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