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

Shout-Out

User Tag List

Page 27 of 55 FirstFirst ... 232425262728293031 ... LastLast
Results 391 to 405 of 820
  1. #391
    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 heb0r View Post
    There needs to be a change in the script for DH.

    I don't know, if somebody already reported the following issue, but it's a little bit annoying, because of this my DH dies a lot more then expected.

    After the script finds the cellar it tries to use smoke screen for a 3rd time, which is not ready to be used because the cooldown is already present.
    MovementSpeed is set to 15%
    Comment out line 355 - Which just takes away the DoSprint(), thus you wont try to use another smokescreen. Not sure how thats gonna keep you from dying anymore often tho. I died about once every 100ish runs as a DH.

    If you wanted the 3rd smoke screen, you can add a sleep timer to like 313ish. A sleep timer of like 700 will allow the script do hit that 3rd smokescreen, tho it generally clicks the wrong spot the first time trying to go into the cellar. I will try to mess around with the timing more today and see if i can get it to work with a 3rd smokescreen. Since i dont die often, i just left the 3rd one out.

    [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]
  2. #392
    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)
    Thanks Psycho2k22, works like a charm!

    @Angrycoder
    I wanted to have use of the 3rd smoke screen, and with Psycho2k22's solution it doesn't click in the wrong spot at the cellar entrance. :-)

  3. #393
    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 KiraYamato View Post
    @AngryCoder

    I want to use my laptop to bot my character so that I can use my PC. The script works fine except when vendoring. He cant analyseloot my inventory. Can u give me some advice so that I can run the script on my 1366x768 laptop. TIA
    To get the vendoring to work, you will have to make your own PNGs. There really isnt a quick and easy fix to it. You will need to look at all the pics in BlackSacks script, and make your own for any that you have missing. Im guessing its the Level59, Level60, etc etc PNGs. I havent tried salvaging yet myself, since i know all the PNGs have to be made.

  4. #394
    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 heb0r View Post
    Thanks Psycho2k22, works like a charm!

    @Angrycoder
    I wanted to have use of the 3rd smoke screen, and with Psycho2k22's solution it doesn't click in the wrong spot at the cellar entrance. :-)
    Nice, will have to add that to mine as well ;p

  5. #395
    Psycho2k22's Avatar Private
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice to hear

    btw anyone know exactly what fastfind do ?... is it only for the cellar entrance to find or does it more things ?

    greetz Rolf
    Last edited by Psycho2k22; 07-10-2012 at 01:29 PM.

  6. #396
    Kaotic98'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)
    Originally Posted by Psycho2k22 View Post
    @Kaotic98


    search for the Townportal() func "Func TownPortal()" and add this in the function "CheckFor("NewTristram", "Area")"

    like this :

    Func TownPortal()

    GUICtrlSetData($lblStatus, "Status: Returning to Town")
    Send($TownPortalButton)

    If $DetectTPFail Then
    Call("TownPortalShort")
    Else
    Sleep(Random($tptime, $tptime + 500))
    CheckFor("NewTristram", "Area")
    EndIf

    EndFunc ;==>TownPortal

    then he waits until hes in new tristram...
    Tried what you and Black both posted and it's still happening... any other ideas?

  7. #397
    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 Psycho2k22 View Post
    nice to hear

    btw anyone know exactly what fastfind do ?... is it only for the cellar entrance to find or does it more things ?

    greetz Rolf
    I believe its only used to find the cellar. Its looking at the minimap for an orange color, and if it finds the orange (the cellar). Blacksack posted a pic a few pages back that highlights where the FF is looking.

  8. #398
    Kaotic98'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)
    Originally Posted by Kaotic98 View Post
    Tried what you and Black both posted and it's still happening... any other ideas?
    I may not be explaining it well either... It makes it out of the portal into town, but literally hits exit as he comes out of the portal, just need a 2 second delay before exiting I think would work.

  9. #399
    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 Kaotic98 View Post
    I may not be explaining it well either... It makes it out of the portal into town, but literally hits exit as he comes out of the portal, just need a 2 second delay before exiting I think would work.
    Adjust your teleport time.

    Code:
    $tptime = 6000
    Near the top of the script.

  10. #400
    enric1010's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Monk keeps getting Sark to 1/4 health then stopping. What do I need to edit to make him finish the kill?

  11. #401
    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 enric1010 View Post
    Monk keeps getting Sark to 1/4 health then stopping. What do I need to edit to make him finish the kill?
    Your DPS

  12. #402
    enric1010's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Running 12k guess I'll bump it up!

  13. #403
    Psycho2k22's Avatar Private
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks @Angrycoder
    @Kaotic... it should work... i had the same issue... and fixed it with it...

    also try to disable $DetectTPFail = False ;set true to immediatly exit game if TP is inturrupted (requires TP.png)
    and change $tptime = 4300 if its below 4300 cause he needs about 4,2 sec for the portal

    but let the changes you done to "Func TownPortal()" CheckFor("NewTristram", "Area") otherwise he will instand exit game after portal is done...

    or you simply change the $tptime = 4300 to about 6000 or more.... but then he waits in town until the timer is done


    @enric1010
    simply adjust the sleep timers..... a bit more sleep will let him attack more
    Line: 488
    MouseClick("middle", Round(110 * $x_ratio), Round(1000 * $y_ratio)) ;moves to doorway leading to rare inside cellar
    Sleep(Random(2200, 2800))
    Send($Skill3)
    Sleep(30)
    MouseClick("middle", Round(440 * $x_ratio), Round(80 * $y_ratio), 1) ;attacks the rare Sarkoth
    Sleep(2100)
    Send("{SHIFTDOWN}")
    Sleep(10)
    GUICtrlSetData($lblStatus, "Status: Attacking Sarkoth")
    MouseClick("left")
    Sleep(10)
    Send($Skill2)
    Sleep(10)
    MouseDown("right") ;attack middle
    Sleep(3500)
    MouseClick("right", Round(960 * $x_ratio), Round(502 * $y_ratio), 2)
    Sleep(100)
    Send("{SHIFTUP}")
    Sleep(10)
    Send($Skill3)
    Sleep(10)
    MouseClick("middle", Round(637 * $x_ratio), Round(540 * $y_ratio)) ;move to left top corner for gold
    Sleep(1100)
    MouseClick("middle", Round(1320 * $x_ratio), Round(310 * $y_ratio)) ;move to right top corner for gold
    Sleep(1100)
    MouseClick("middle", Round(975 * $x_ratio), Round(827 * $y_ratio)) ;move to middle before looting
    Sleep(1500)


    greetz
    Last edited by Psycho2k22; 07-10-2012 at 02:13 PM.

  14. #404
    Forchun'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)
    Great script bud! Your improving the script each and every time. I went from L to T, to W, (X didnt work well for me) then now this! Awesome work mate.

  15. #405
    Kaotic98'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)
    Originally Posted by Angrycoder View Post
    Adjust your teleport time.

    Code:
    $tptime = 6000
    Near the top of the script.
    Got it, thanks guys!

Page 27 of 55 FirstFirst ... 232425262728293031 ... 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 07:13 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