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

User Tag List

Page 89 of 135 FirstFirst ... 39858687888990919293 ... LastLast
Results 1,321 to 1,335 of 2011
  1. #1321
    hotbuns's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having the same issue as Zigian - here's a video I just recorded to demonstrate what's happening.

    VIDEO LINK (YouTube)

    I'm using passives: Hot Pursuit, Tactical Advantage, and Steady Aim. My boots have 10% movement speed. Here's a screenshot of my INI file: PICTURE (Imgur)

    Any help you guys can provide would be greatly appreciated.

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #1322
    egiparengkuan's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Shimizoki, can you please release an installation video guide please? because I used the pdf guide that is provided by sirfunny, but didn't work for me. Please help me, I really need this bot to gain more gold

  3. #1323
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hotbuns View Post
    I'm having the same issue as Zigian - here's a video I just recorded to demonstrate what's happening.

    VIDEO LINK (YouTube)

    I'm using passives: Hot Pursuit, Tactical Advantage, and Steady Aim. My boots have 10% movement speed. Here's a screenshot of my INI file: PICTURE (Imgur)
    Any help you guys can provide would be greatly appreciated.

    try in the ini setting your pickup radius to 11 and see what it does it looks like the coords for if your pickup is under 10 is off the screen. You could also manually edit the cords for if the pickup radius is under 10 if you know how to find the coordinates yourself. The coords to edit would be in the code below




    Code:
     ;Do a little dance because you have a low pickup radius
                                            If $pickupRadius <= 10 Then
                                                    RandClick("middle", Round(370*$x_ratio), Round(180*$y_ratio)) ;Left
                                                    Moving(2500)
                                                    RandClick("middle", Round(1200*$x_ratio), Round(380*$y_ratio)) ;Right
                                                    Moving(1500)
                                            Else
                                                    RandClick("middle", Round(530*$x_ratio), Round(190*$y_ratio)) ;location of sarkoth after death
                                                    Moving(2750)
                                            Endif

  4. #1324
    hotbuns's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    try in the ini setting your pickup radius to 11 and see what it does it looks like the coords for if your pickup is under 10 is off the screen. You could also manually edit the cords for if the pickup radius is under 10 if you know how to find the coordinates yourself. The coords to edit would be in the code below




    Code:
     ;Do a little dance because you have a low pickup radius
                                            If $pickupRadius <= 10 Then
                                                    RandClick("middle", Round(370*$x_ratio), Round(180*$y_ratio)) ;Left
                                                    Moving(2500)
                                                    RandClick("middle", Round(1200*$x_ratio), Round(380*$y_ratio)) ;Right
                                                    Moving(1500)
                                            Else
                                                    RandClick("middle", Round(530*$x_ratio), Round(190*$y_ratio)) ;location of sarkoth after death
                                                    Moving(2750)
                                            Endif
    My pickup radius from gear is 4. I changed the pickup radius in the INI file to 11, but that didn't fix the issue. Do you think upping my pickup radius to more than 10 would fix the issue?

    EDIT: I did a quick experiment. I upped my pickup radius to 17 by buying some cheap gear on the AH and put that value into the INI as well. Same issue recurred. So I don't think the pickup radius is the culprit.
    Last edited by hotbuns; 06-24-2012 at 02:22 PM.

  5. #1325
    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)
    Ran 1.3.5 since I can't get 1.3.6 working yet. 837 runs and was still able to keep going. Legendary:3 Set:0 Rare:18 Magic:0 Gem:828 Tome:96. I made ~1,661,707 gold over the course of 8 hours. I was running with 143% GF and and 64% MF. I am in the process of building up my GF. I'll worry about MF a little later, although I still REALLY want it. I calculated it to be ~207,667 gph which isn't too bad, but it could be better. I got new shoulders which should boost my gph to around 259,583 gph if I did my math correctly. Gathering up the money to buy better gf and mf gear.

  6. #1326
    TanookiLover's Avatar Member
    Reputation
    11
    Join Date
    May 2012
    Posts
    172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i noticed a few times the 1.3.5 bot would skip rares, pick up magic and squares, then tp out without looting a rare on the ground, this seems to be a problem for quite a few people in this thread. and someone mentioned they alleviated some areas and had some others skip when they turned them on/off in the ini

    perhaps it would be better to reverse the looting order from least important -> most important. squares first, then magic, etc.

    i'll try it myself and see if it does anything

  7. #1327
    fpoy'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)
    My Current Issue Is My Bot Will Open Inventory, Use Smoke Screen And Start To Run Towards The Cellar But Go Against The Wall Instead. 1.3.5 works just fine, but when i try and use 1.3.6 it does this error. any suggestions?

  8. #1328
    egiparengkuan's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Shimizoki, can you please release an installation video guide please? because I used the pdf guide that is provided by sirfunny, but didn't work for me. Please help me, I really need this bot to gain more gold. Or could any of you guys teach me or give me your file so i can just run the bot perfectly. Pretty please i beg you

  9. #1329
    Maynard123'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)
    Same issue as someone had on page 61, mine doesnt find the cellar even when its open and just tp's away, didnt know which numbers on the line to change so he doesnt just run to the wall and TP, except my cursor is below the entrance

  10. #1330
    xZajix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same as Zigian and hotbuns. When the bot killed Sarkoth he get to right corner without pickup anything. Pickup Radius 0 or 10 or 20 didn't change anything. No answer ???

  11. #1331
    Maynard123'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)
    Uploading a video of my issue, brb shower.

    http://www.youtube.com/watch?v=EwBQh...ature=youtu.be
    Last edited by Maynard123; 06-24-2012 at 04:17 PM.

  12. #1332
    bkrazer's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just reposting, anyone know how can I make my char wait a little longer before using the Town Portal after killing Sarkoth? I pretty much have turned off looting of anything except legendaries so right now, as soon as Sarkoth is dead, my char just quickly teleports to town immediately which leads to the problem of my ferrets not picking up the gold in time in some occasions. Is there any way to make him wait a few seconds before activating the Town Portal?

  13. #1333
    hotbuns's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bkrazer View Post
    Just reposting, anyone know how can I make my char wait a little longer before using the Town Portal after killing Sarkoth? I pretty much have turned off looting of anything except legendaries so right now, as soon as Sarkoth is dead, my char just quickly teleports to town immediately which leads to the problem of my ferrets not picking up the gold in time in some occasions. Is there any way to make him wait a few seconds before activating the Town Portal?
    The code solution is adding a wait command, but the easier and more practical solution for you would be to get gear with a higher pickup radius. The pickup radius solution would be by far superior, since you would get to run the script as quickly as you are now AND you won't lose any gold.
    Last edited by hotbuns; 06-24-2012 at 04:25 PM. Reason: Further Explanation

  14. #1334
    hotbuns's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maynard123 View Post
    Uploading a video of my issue, brb shower.

    Diablo III 2012 06 24 21 54 13 77 - YouTube
    The key binds in your INI file for "Smokescreen" and "Preparation" and "Caltrops" are incorrect. It looks like you switched the key binds for "Smokescreen" and "Caltrops".
    Last edited by hotbuns; 06-24-2012 at 04:24 PM. Reason: Clarity

  15. #1335
    Zigian's Avatar Member
    Reputation
    133
    Join Date
    May 2008
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hotbuns View Post
    I'm having the same issue as Zigian - here's a video I just recorded to demonstrate what's happening.

    VIDEO LINK (YouTube)

    I'm using passives: Hot Pursuit, Tactical Advantage, and Steady Aim. My boots have 10% movement speed. Here's a screenshot of my INI file: PICTURE (Imgur)
    Thanks for posting a video hotbuns. That is exactly what mine does. I have 14 radius and have tried setting it to 0, 10, 14, and 25. No luck. Only on very rare occasions will it loot properly. I think what is going on is there is a click that's hitting the back wall to move there. Once there, it "Does a little dance" but since it's at the wall, it just runs to the top. Gonna play around with it in a sec. Just didn't have time till now.

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:43 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