[Goldfarming] [Barbarian] BlackSack's Sarkoth Script 360GPH [AutoIT] [1920x1080] menu

Shout-Out

User Tag List

Page 7 of 53 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 793
  1. #91
    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)
    Code:
    Func TownPortalShort()
    
    $gX = 0
    $gY = 0
    $c = 0
    
    Do
    $c += 1
    Sleep(100) 
    If $c > 4 Then return
    Until _ImageSearchArea($pngLoc & "TP.png", 1, 600, 200, 1000, 500, $gX, $gY, 40)
    
    $seconds = 2.2
    $c = 0
    
    Do
    $c += 1
    Sleep(100)
    If $c > ($seconds * 10) Then ;Make sure we never get stuck here for infinity.
    Sleep($tptime - $seconds * 1000 - 1200)
    CheckFor("NewTristram", "Area", 0, 0, 0, 0, 4)
    sleep(300)
    Return
    EndIf
    Until not _ImageSearchArea($pngLoc & "TP.png", 1, 600, 200, 1000, 500, $gX, $gY, 40)
    
    EndFunc ;==>TownPortalShort
    Ok guys I have investigated the Townportal issue and i have found the cause of your troubles.. your pc is slow lol. The townportal function, as Muppel16153 conveniently posted just above has 2 phases, 1st it checks every 100ms for the TP to start for a maximum of 800ms if not assume you were hit and you exit game. If townportal starts it then waits for a maximum of 2.2 seconds (checking every 100ms) for it to finish.

    now this works perfectly for me but... if your pc is slow then the constant image check every 100ms will cause this checking to go on longer than 2.2 seconds so the 2.2 seconds actually becomes like 4 seconds, if it goes on this long and the TP ends normally then the loop thinks it has ended early cus its only counted 2 seconds when really its been 3 seconds then your game exits.

    Anyway for those that dont understand what im talking about I have released a fix so it checks less frequently (less load on your pc) and there will be a countdown in the GUI, if you see your TP ends normally BEFORE the countdown finishes then you need to reduce the value of $TPProtectTime in the settings at the top OR $seconds in the function (line 1019) so that the countdown ends JUST before a normal TP ends

    if its still not working then set line 95 $DetectTPFail = false
    Last edited by BlackSack; 06-29-2012 at 06:27 AM.

    [Goldfarming] [Barbarian] BlackSack's Sarkoth Script 360GPH [AutoIT] [1920x1080]
  2. #92
    erdnusse's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi , i'm having a problem with the script that i dont quite understand. Everything works fine execpt no earthquake and that is quite troublesome. Can u please help me?
    Last edited by erdnusse; 06-29-2012 at 05:59 AM.

  3. #93
    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)
    Can you use the skills my clicking your real mouse?

  4. #94
    erdnusse's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah just earthquake not working everything else works fine.

  5. #95
    opera33's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got 214 deaths recorded!

  6. #96
    erdnusse's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i know what the problem is. To cast earthquake i need to click on a enemy since its on the left click button. Do i need to disable left click button to move or something? I already assigned mb3 to move but cant change left click to not move. Sorry if im being confusing :P

  7. #97
    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)
    lol you need better gear or your gonna lose more money than you make

  8. #98
    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 erdnusse View Post
    I think i know what the problem is. To cast earthquake i need to click on a enemy since its on the left click button. Do i need to disable left click button to move or something? I already assigned mb3 to move but cant change left click to not move. Sorry if im being confusing :P
    if you hold down shift and left click you dont need a target try that - this is what the script does check your controls and make sure shift is the key used for this
    Last edited by BlackSack; 06-29-2012 at 06:24 AM.

  9. #99
    erdnusse's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    love u =) i changed the bind of shift a while ago =P

  10. #100
    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)
    your welcome

  11. #101
    opera33's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the death recorded when using 1.9.3l... xD trying on 1.9.3m now..

  12. #102
    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)
    I dont think this version will decrease your death count you need more HP or armour to suvive at least 2-3 hits from zombies i have 27k hp on mine and i never ever die

  13. #103
    vlsf1980's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    using 1.93m. very fast and well. but when i try to see if it pick up rare by purposely droping a legendary on the ground, it doesn't detect it. anyidea why?

  14. #104
    opera33's Avatar Private
    Reputation
    1
    Join Date
    Jun 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
    I dont think this version will decrease your death count you need more HP or armour to suvive at least 2-3 hits from zombies i have 27k hp on mine and i never ever die
    the reason i die, because the bot didnt get my eq repaired, and left it red..really red...

  15. #105
    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 vlsf1980 View Post
    using 1.93m. very fast and well. but when i try to see if it pick up rare by purposely droping a legendary on the ground, it doesn't detect it. anyidea why?
    Try this version that i just put up

    @opera33 do you have town visits disabled?

Page 7 of 53 FirstFirst ... 34567891011 ... LastLast

Similar Threads

  1. Replies: 763
    Last Post: 11-09-2013, 08:51 AM
  2. Replies: 564
    Last Post: 07-27-2012, 07:49 AM
  3. Replies: 195
    Last Post: 07-25-2012, 11:28 PM
  4. Replies: 65
    Last Post: 06-11-2012, 11:07 AM
  5. Replies: 207
    Last Post: 06-11-2012, 10:50 AM
All times are GMT -5. The time now is 02:34 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