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

Shout-Out

User Tag List

Page 31 of 55 FirstFirst ... 272829303132333435 ... LastLast
Results 451 to 465 of 820
  1. #451
    tmxkn1's Avatar Member
    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 tempo22 View Post


    Since this morning update

    i'm running with 300gf on a DH

    didn't noticed it to be lower
    Thx. Your status seems to be right. Hopefully I was wrong.
    I will see what I will have with this script after 2hrs.

    [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]
  2. #452
    tmxkn1's Avatar Member
    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 BlackSack View Post
    Im still getting 450K GPH with my wizard on 280% GF
    Hi Black, can I suggest something?

    ======================1======================

    I think it would be even more awesome if the script can identify ring/amulet with ilvl 60+.

    ======================2======================

    Code:
    $DetectTPFail = True ;set true to immediatly exit game if TP is inturrupted (requires TP.png)
    This isn't kinda helpful to avoid death. As far as I see, interruption occurs only when mobs hit the character. Immediate exiting game will only cause you to die (10s count down is enough for a mob to kill a character like DH) Is it possible to try to kill the mob? For DH, maybe simply right click twice on where the character is standing. For others not sure.

    ======================3======================

    I'm not using custom looting:
    Code:
    $LootCustom = False ;True if you want to pick up Custom Items (The items in the $pick array above)
    Global $pick[1] = ["gold.png|50"];Array of items to loot (GEMS AND TOMES ALREADY INCLUDED)
    For a DH, Ferret Companion will collect the gold automatically. However, occasionally, the companion will be stuck at one side of the chest thus not collecting the gold on the other side. One simple solution to that can be:

    1. Use "Send($Skill4)" as soon as the character is in the cellar.
    Code:
    ElseIf $Hero == 'Hunter' Then
    
                                    Send($Skill4)
                                    RandClick("middle", Round(20 * $x_ratio), Round(708 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar
                                    Moving(2800)
                                    RandMove(Round(425 * $x_ratio), Round(70 * $y_ratio), 1, 1)
                                    Send("{SHIFTDOWN}")
                                    MouseDown("right") ;ATTACK
                                    Sleep(1200)
                                    MouseUp("right")
                                    MouseDown("left")
                                    Sleep($DHSarkothKillTime)
                                    MouseUp("left")
                                    Sleep(Random(50, 150))
                                    Send("{SHIFTUP}")
                                    RandClick("middle", Round(470 * $x_ratio), Round(280 * $y_ratio)) ;Left
                                    Moving(2500)
    2. Add "Send($Skill4)" before TP to town so that companion will spawn at new spot and will be able to go to the other side of the chest to collect gold during TP
    Code:
    $mondelt = GetMoney(True)
                           
                            Send($Skill4)
                            
                            If $CheckLootWhilePorting Then
                                    CheckLootWhilePorting()
                            Else
                                    Call("TownPortal")
                            EndIf
    I'm doing well with these two changes
    Last edited by tmxkn1; 07-11-2012 at 07:53 AM.

  3. #453
    Yiren's Avatar Member
    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)
    i used the bot. all seems going well until i reach near the cellar. it teleports me to new tristam before the cursor gets to the cellar. ive done everything that have to be changed according to all the guides i could find

  4. #454
    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)
    nevermind, figured it out.
    Last edited by nvmax; 07-11-2012 at 08:39 AM.

  5. #455
    mondaymob's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tmxkn1 View Post
    I think it would be even more awesome if the script can identify ring/amulet with ilvl 60+.
    The script already can. Just turn on $UseiLVL to true. Then set whichever lv59-63 magic and/or rare to either stash, vendor or salvage.

  6. #456
    MrMenis's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone say me what i need to change to make it work at 1366x768. It suckz using an additional screen.
    I try it since 3-4 hours now, but it doent seems to work. Please help me - thanks in advance.

  7. #457
    KiraYamato's Avatar Member
    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)
    @blacksack

    can this script stash "Prosperous" and "Glittering" magic items?
    If not, I think it will be great if you can add this.

  8. #458
    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 tmxkn1 View Post
    Hi Black, can I suggest something?

    I'm doing well with these two changes
    1) you already can
    2) TP is usually inturrupted by ranged mobs - not trivial to kill them - waste of time
    3) Good idea I will add it into next version

  9. #459
    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 KiraYamato View Post
    @blacksack

    can this script stash "Prosperous" and "Glittering" magic items?
    If not, I think it will be great if you can add this.
    Yes if you take the screenshots of the items you want

  10. #460
    zelghadis's Avatar Contributor
    Reputation
    88
    Join Date
    Nov 2008
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mondaymob View Post
    The script already can. Just turn on $UseiLVL to true. Then set whichever lv59-63 magic and/or rare to either stash, vendor or salvage.
    I think what he means is to treat ilvl60 ring/amulet different than ilvl60 weapo/armor/offhand. As ilvl60 rings/amulets/follower items give inferno crafting mats on salvage and other ilvl60 items give hell mats. $UseiLVL=True will only treat all items of same color&&ilvl the same way, it won't differ between rings/amuls and weapons for example

  11. #461
    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)
    New version - 'F'
    - fixed bug with looting where clicks on the chat box
    - changed DH companion calls
    - fixed inventory key in iLVL stashing
    - added Tempest rush for monk inside cellar - getting 27.5s runs!
    - reduced wasted time after entering cellar
    - used Psycho2k22 DH path to get 3 shadow walks
    - other fixes that i forgot

    http://pastebin.com/t75UtaE6
    Last edited by BlackSack; 07-11-2012 at 09:14 AM.

  12. #462
    KiraYamato's Avatar Member
    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
    Yes if you take the screenshots of the items you want
    I tried but I didn't work... I add this to the script

    If _ImageSearchArea($pngLoc & "tt_glittering.png", 0, $gX, $gY, $gX + 425, $gY + 70, $gX, $gY, 40) Then ; Glittering, automatic stashing.
    $str_StashMisc = $str_StashGems & "|" & 1435 + (48 * $x) & "," & 609 + (45 * $y)
    ContinueLoop
    EndIf
    If _ImageSearchArea($pngLoc & "tt_prosperous.png", 0, $gX, $gY, $gX + 425, $gY + 70, $gX, $gY, 40) Then ; Prosperous, automatic stashing.
    $str_StashMisc = $str_StashGems & "|" & 1435 + (48 * $x) & "," & 609 + (45 * $y)
    ContinueLoop
    EndIf

  13. #463
    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 zelghadis View Post
    I think what he means is to treat ilvl60 ring/amulet different than ilvl60 weapo/armor/offhand. As ilvl60 rings/amulets/follower items give inferno crafting mats on salvage and other ilvl60 items give hell mats. $UseiLVL=True will only treat all items of same color&&ilvl the same way, it won't differ between rings/amuls and weapons for example
    Well in that case no you cant and you would have to ask the guy who wrote the iLVL stuff cus i didnt write it

  14. #464
    MrMenis's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Black can you just say me HOW i change the resolution.
    I tried to change it via excel + percentages but it doesnt start.
    Can you give me an hint, would be awesome. Thanks for your work so far.

  15. #465
    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 MrMenis View Post
    Black can you just say me HOW i change the resolution.
    I tried to change it via excel + percentages but it doesnt start.
    Can you give me an hint, would be awesome. Thanks for your work so far.
    It is not as simple as scaling all the mouse clicks - the script does that for you already, you also need images at your reolution in the pics folder which i dont supply, look at chancitys wizard script he has the images at other res. Even if you do those 2 things it may or may not work which is why is says on the first page I do not support other resolutions atm

    If you read around page 20 AngryCoder has got it working at this res

Page 31 of 55 FirstFirst ... 272829303132333435 ... 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:31 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