[Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt] menu

User Tag List

Page 61 of 135 FirstFirst ... 11575859606162636465111 ... LastLast
Results 901 to 915 of 2011
  1. #901
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any real benefit using Nether Tentacles? I mean it's been nerfed so I have heard and the health you gain from it isn't necessary since you never aggro Sarkoth. Is there something I'm missing or should I stay with ball lightning?

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #902
    Neutrolizer's Avatar Member
    Reputation
    11
    Join Date
    Aug 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qu9ke View Post
    Is there any real benefit using Nether Tentacles? I mean it's been nerfed so I have heard and the health you gain from it isn't necessary since you never aggro Sarkoth. Is there something I'm missing or should I stay with ball lightning?
    Stay with ball lightning. NT has been nerfed too much so it's not good for Sarkoth

  3. #903
    dashihawk's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neutrolizer View Post
    Hey Shim seems I have a problem with stashing. Nothing big, it stashes well enough but for some reason it is not detecting my rare unidentified barbarian belt. It can stash other rares but it's just not seeing that one item.

    And yea dashi, it seems i'm getting a lower percentage of the cellar being open also.

    Also for some strange reason for looting, it keeps trying to click the tip of my xbow, which is arcane enchanted. Is there a feature in the script for color detection or something looking for a bluish aura on the ground?

    Other than that, the positioning of the bot is great, haven't pulled Sarkoth too me at all. So since it I'm having a little issue with looting which clicks the bow every once in awhile, I decided to exclude the tomes and gems as you suggested earlier. I'm gonna take your word on it that it increases GPH and buying tomes off AH is worth it

    Edit: without it actually looting the blues, how do you get your guy to stay there long enough to collect the gold? I'm working off of 0 yd pick up radius and if I dont pick anything up, he'll instantly tp without having my ferrets pick up all them Gs
    So I never had problems with a arcane enchanted xbow but im working with a fire one right now and also have no problems. the only one i did have a problem with was the lightining one. also i have found the problem with the lower percentage of the cellar spawning. the script is moving so fast that for a slower computer like mine.. or so i think it is slow.. it is a laptop so it is nothing special. it is having problems searching for the pixels showing the cellar is there. the script is moving to fast. here is what i did to fix that issue.

    RandMove(Round(300*$x_ratio),Round(80*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    Sleep(100)

    ;Checks if Dank Cellar is Open
    LogWrite("Checking - DankCellar")
    $Pixel2 = PixelSearch(0,0, Round(600*$x_ratio), Round(600*$y_ratio),0x334FB7,3)
    that is starting at line 195 if you go to that area of the code you will see that i put a Sleep(100) in there. so far i have gotten back to 50% cellar detection again and have had no problems. took a little while to figure out what it was. so if you are having issues with your percentage dropping over a period of time watch the script run. if the cellar is there and you are just leaving try inserting that sleep in there it should fix your problem.

  4. #904
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Another question. I found that (for me anyways) hungering arrow with spray of teeth is actually more effective than ball lightning. It does more dps to Sarkoth and his minions quicker than if I were to use ball lightning. Also I have recently pulled Sarkoth to me at the threshold, then I killed him. When I moved further into the cellar, his drops were off my screen so the script didn't pick them up (luckily I was there to pause it and do it myself). This is one reason i tried hungering arrow instead. It seems that it hurts them so much that if I do happen to pull him, I'm hopeful that it will kill him before he drops the items too far away. (This would be tragic if he were to drop a legendary or set item).

    EDIT: I just now reread this, and realized there is no question in what I just said haha.
    Last edited by qu9ke; 06-19-2012 at 11:46 PM.

  5. #905
    rainzquall's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dashihawk View Post
    ok just updated to 1.3.5 I have a problem with the detecting the cellar it checks for it and finds it on occasions but I have been averaging ~50% cellar over the past couple days and today after i updated it i am seeing 30-35%. I thought it looked weird and i decided to watch the script for a while and sure enough i saw that the cellar would spawn but i just wouldn't enter. upon watching for awhile i noticed that it was catching the cellar door when it was trying to detect if it was open and it read as a false negative. anything i can do about that?

    Also send me your gamer tag and i got a donation for you.
    I have the same problem too. And for some reason after I died it doesnt revive. Does anyone have the same issues too?

  6. #906
    cwz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Shimizoki.
    I got a problem here, running in 1280x720. My monitor resolution is 1366x768.
    When the bot find the Dank Cellar, it can´t enter it. The bot run towards it and just stop in the wall. Tried changing monitor resolution, movement speed, game resolution, .pngs and even tried to add some script in the bot to try clicking the entrance one more time. Nothing seems to work.
    Can you help me?

  7. #907
    dashihawk's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rainzquall View Post
    I have the same problem too. And for some reason after I died it doesnt revive. Does anyone have the same issues too?
    check my post above it should fix your issue by adding the sleep in there.

  8. #908
    rainzquall's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dashihawk View Post
    check my post above it should fix your issue by adding the sleep in there.
    Actually it never enters the cellar. I always teleports back to town... And after 2-3 runs it will just stay in town after tp without leaving game.
    And when it dies it doesnt click the revive button either
    Last edited by rainzquall; 06-20-2012 at 12:10 AM.

  9. #909
    cwz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried to add some sleep time but it still dont work
    the DH just runs toward the entrance and stop in the wall :/

    what happens:
    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-99206505-jpg

    sry
    didnt worked :/
    Last edited by cwz; 06-20-2012 at 01:06 AM.

  10. #910
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would it be possible to make it so the DH moves even further away from the doorway? As soon as my first projectile hits Sarkoth, he inches his way towards me very slowly. I have over 30k dps, and I got one shotted by Sarkoth recently. It only happened once, but that is one too many times for me. Every other time I either got lucky and dodged his spines, or he never got close enough. I find that you will always aggro him no matter how far you are, but I'd like to be standing behind the open chest instead of in front of it to give me that little bit of extra space between me and Sarkoth. I normally have over 60k dps with my normal passives and gear, but I have to give up half of that for mf and gf. I don't know how you kill him in time with only 20ishk dps to be honest, Shim (and that isn't even your base dps). I might just have to try sacrificing the hot pursuit skill, dumb down the movement speed in the ini, and replace it with archery to give me that extra crit dmg.

    Another thing that worries me is that there is always that slim possibility that there is a big group of zombies waiting for you where you normally throw down caltrops if the cellar is closed xD. That happened once or twice to me so far and got killed b/c of it. With the ridiculously high repair costs, I don't like to just cross my fingers and hope I get lucky not running into a bad placed pack of mobs over and over over the night. So far it isn't THAT bad... but 20k+ to repair your stuff is.... it's just painful to put "20k" and "repair" in the same sentence.
    Last edited by qu9ke; 06-20-2012 at 12:33 AM.

  11. #911
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xMrAce View Post
    can anyone help out ? thanks
    It seem for me that, my char wont press 1,2,3,4. I've change the script according to my skill 1234.
    Any idea?
    Change it in the INI not in the script

    Originally Posted by Neutrolizer View Post
    Hey Shim seems I have a problem with stashing. Nothing big, it stashes well enough but for some reason it is not detecting my rare unidentified barbarian belt. It can stash other rares but it's just not seeing that one item.

    Also for some strange reason for looting, it keeps trying to click the tip of my xbow, which is arcane enchanted. Is there a feature in the script for color detection or something looking for a bluish aura on the ground?

    Edit: without it actually looting the blues, how do you get your guy to stay there long enough to collect the gold? I'm working off of 0 yd pick up radius and if I dont pick anything up, he'll instantly tp without having my ferrets pick up all them Gs
    1 - Yea, some of the single slot rares arent being stashed... its a color thing, I have to play with it.
    2 - Some bows it just hates. My arcane bow is fine, other peoples not so much. some have luck with lightning, others dont. There really isnt much I can do about it since its looking for blue pixels.
    3 - Loot gems? I have pickup radius. They have 6 seconds while you TP to get it all. Thats why my numbers are high, after all I wrote the script to be perfect for me.


    Originally Posted by qu9ke View Post
    Another question. I found that (for me anyways) hungering arrow with spray of teeth is actually more effective than ball lightning. It does more dps to Sarkoth and his minions quicker than if I were to use ball lightning. Also I have recently pulled Sarkoth to me at the threshold, then I killed him. When I moved further into the cellar, his drops were off my screen so the script didn't pick them up (luckily I was there to pause it and do it myself). This is one reason i tried hungering arrow instead. It seems that it hurts them so much that if I do happen to pull him, I'm hopeful that it will kill him before he drops the items too far away. (This would be tragic if he were to drop a legendary or set item).

    EDIT: I just now reread this, and realized there is no question in what I just said haha.
    Yes that is an interesting question :P. Thats also why I have the option for primary and secondary attack. Ball Lightning for 3 seconds to kill all the adds, Arrow until Sark is dead. Thats a valid use.

    Originally Posted by rainzquall View Post
    I have the same problem too. And for some reason after I died it doesnt revive. Does anyone have the same issues too?
    Thats really odd that you dont revive. I havent had anyone complain about that yet. Ill look into it.

    Originally Posted by cwz View Post
    Hello Shimizoki.
    I got a problem here, running in 1280x720. My monitor resolution is 1366x768.
    When the bot find the Dank Cellar, it can´t enter it. The bot run towards it and just stop in the wall. Tried changing monitor resolution, movement speed, game resolution, .pngs and even tried to add some script in the bot to try clicking the entrance one more time. Nothing seems to work.
    Can you help me?
    This happens when you click just outside of the cellar. Try moving the actual mouse click in the script up by 10px and see if that helps.

    Originally Posted by qu9ke View Post
    Would it be possible to make it so the DH moves even further away from the doorway? As soon as my first projectile hits Sarkoth, he inches his way towards me very slowly. I have over 30k dps, and I got one shotted by Sarkoth recently. It only happened once, but that is one too many times for me. Every other time I either got lucky and dodged his spines, or he never got close enough. I find that you will always aggro him no matter how far you are, but I'd like to be standing behind the open chest instead of in front of it to give me that little bit of extra space between me and Sarkoth. I normally have over 60k dps with my normal passives and gear, but I have to give up half of that for mf and gf. I don't know how you kill him in time with only 20ishk dps to be honest, Shim (and that isn't even your base dps). I might just have to try sacrificing the hot pursuit skill, dumb down the movement speed in the ini, and replace it with archery to give me that extra crit dmg.

    Another thing that worries me is that there is always that slim possibility that there is a big group of zombies waiting for you where you normally throw down caltrops if the cellar is closed xD. That happened once or twice to me so far and got killed b/c of it. With the ridiculously high repair costs, I don't like to just cross my fingers and hope I get lucky not running into a bad placed pack of mobs over and over over the night. So far it isn't THAT bad... but 20k+ to repair your stuff is.... it's just painful to put "20k" and "repair" in the same sentence.
    Can you get behind the chest? Also... I kill him without dying at only 20k SS inflated. Just use Ball Lightning for 7 seconds and he dies. Another option is to not use SS and just use archery... the overall DPS increase may be higher than the SS increase.
    And yes, that set of zombies is there... but really if you keep watching you will see there are NO safe spots. That is the safest place. And even then as long as you do 2-3 runs without dying you will be making gold still. I personally did 250 successful runs this morning with only 3 deaths. Still a major profit.

    Originally Posted by rainzquall View Post
    Actually it never enters the cellar. I always teleports back to town... And after 2-3 runs it will just stay in town after tp without leaving game.
    And when it dies it doesnt click the revive button either
    What resolution are you running? I have not seen anyone with as many problems as you have.
    Last edited by Shimizoki; 06-20-2012 at 02:05 AM.
    -Darkling Lord

  12. #912
    eliteskill's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone make PNGs for 1366x768? Its not working for me when I try.

  13. #913
    zarkas6's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got a working script for 16:10 resolutions they would be kind enough to share? (and maybe icons for 2560x1600?)

  14. #914
    nicknacks's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey shimi, how about implementing an Gold/h approx. to be shown on the lower left side, next to the %runs successful? (simply divide money gain [gold] by time run [hours])
    in this thread you can find the way to do it: http://www.ownedcore.com/forums/diab...ring-runs.html (Detecting Gold Earned After/During Runs?)

    you could also improve that little info on the bottom while the bot is running to show how many sets, legendaries and rares were picked.

    also i would love to see a link to the custom loot pictures (ordered by resolution) that others created (and maybe already sent you) in the original thread. maybe with the new patch we could find some decent items there we have been missing before!

    keep up the good work, maybe you add you emailadress for paypal in the original posting, so we can buy you a beer!

  15. #915
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nicknacks View Post
    hey shimi, how about implementing an Gold/h approx. to be shown on the lower left side, next to the %runs successful? (simply divide money gain [gold] by time run [hours])
    in this thread you can find the way to do it: http://www.ownedcore.com/forums/diab...ring-runs.html (Detecting Gold Earned After/During Runs?)

    you could also improve that little info on the bottom while the bot is running to show how many sets, legendaries and rares were picked.

    also i would love to see a link to the custom loot pictures (ordered by resolution) that others created (and maybe already sent you) in the original thread. maybe with the new patch we could find some decent items there we have been missing before!

    keep up the good work, maybe you add you emailadress for paypal in the original posting, so we can buy you a beer!

    I implemented it in my wizard script

    Code:
    ;Gold Calculations
    Func GoldPerHour()
    Send("i")
    Sleep(800)
    $CurrentGoldCaptured = _TesseractScreenCapture(0, "", 1,  2,1454,508,1920-1571,1080-525, 0)
    Send("i")
    
    $CurrentGoldInteger = ""
    For $i = 1 to stringlen($CurrentGoldCaptured)
    $chr = asc(StringMid($CurrentGoldCaptured, $i, 1))
    if $chr >= 48 And $chr <= 57 Then $CurrentGoldInteger = $CurrentGoldInteger & chr($chr)
    Next
    
    $trt = TimerDiff($t)
    $SecondsRan = $trt / 1000
    
    If $StartingGold <= 0 Then $StartingGold = $CurrentGoldInteger
    If $StartingGold > 0 Then $AccumulatedGold = $CurrentGoldInteger - $StartingGold
    $GPH = $AccumulatedGold / $SecondsRan * 60 * 60
    If $GPH >= 0 and $AccumulatedGold >=0 then
    GUICtrlSetData($lblGold, Round($GPH,0) & " Gold Per Hour - Accumulated Gold: " & $AccumulatedGold)
    EndIf
    
    EndFunc ;==>GoldPerHour
    Install: tesseract-ocr-setup-3.01-1.exe - tesseract-ocr - Windows installer of tesseract-3.01 (including English language data) - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google. - Google Project Hosting

    And drop the tesseract.au3 in your autoit3 folder.
    Full Package

Similar Threads

  1. Replies: 113
    Last Post: 01-06-2014, 12:49 PM
  2. Replies: 36
    Last Post: 08-04-2012, 02:05 PM
  3. Need help [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
    By heina in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-13-2012, 12:06 PM
  4. REQUEST: Shimizoki's Sarkoth DH Script [AutoIt] Pick up only itemlvl 63 rares.
    By ALWIN21 in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-10-2012, 07:10 PM
  5. [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
    By Shimizoki in forum Diablo 3 Bots and Programs
    Replies: 403
    Last Post: 06-15-2012, 03:42 PM
All times are GMT -5. The time now is 10: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