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

User Tag List

Page 82 of 135 FirstFirst ... 32787980818283848586132 ... LastLast
Results 1,216 to 1,230 of 2011
  1. #1216
    deploit'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)
    i set up the ini like this and it still leaves even when the cellar is there and doesnt go in it help plz

    [Options]
    AutoUpdate=True
    Physical Log=True
    [Skills]
    Caltrops=2
    Companion=3
    Preperation=4
    SmokeScreen=1
    [Looting]
    Sets=True
    Legendaries=True
    Rares=True
    Magic=True
    Gems=True
    Tomes=False
    Custom=False
    [Custom Loot]
    PNG Location=C:\Your Path\
    [ManageLoot]
    How Often=8
    [Stashing]
    Loot=True
    Legendaries=True
    Rares=True
    Magic=False
    Tomes=False
    [Vendoring]
    Loot=True
    Rares=False
    Magic=False
    [Variability]
    Timer=False
    Secondary Attack=5
    Primary Attack=4.5
    Adds Attack=4
    Using NT=False
    [Additional]
    Movement Speed=15
    Pickup Radius=0
    [Beta]
    Area=True
    Rows=4
    Cols=10

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #1217
    blahblah1227's Avatar Member
    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)
    hey i have questions about this part of the loot code... i noticed that all the items have LootGear(xxxxxxxx, 2) and the legendary is LootGear(xxxxxxxx, 0) wut does the 2 and 0 mean at the end? is there a reason why the legendary one is 0 and not 2?

    If $LootSets == True Then
    LogWrite(" Searching - Set")
    $SetCount += LootGear(0x02CE01, 2)
    EndIf
    If $LootLegendaries == True Then
    LogWrite(" Searching - Legendary")
    $LegendaryCount += LootGear(0xBF642F, 0)
    EndIf
    If $LootRares == True Then
    LogWrite(" Searching - Rare")
    $RareCount += LootGear(0xBBBB00, 2)


    PS... for those of u that had the same problem as me thinkin that we were lootin legendaries and was being sold to vendor and not stashed.. even if we couldnt stash the item it wont be sold to vendor cuz u cant sell unidentified items which someone has mentioned and refreshed my memory lol so then it would have been stuck in ur inventory... and plus the legendary loot count in the log is not 100%.. when i just ran the script and watched it, my guy clicked on the lamp and tried to loot it and i was like why would it do that.. so i closed the script and looked at the log it said "Legendary:1 Set:0 Rare:0 Magic:6 Gem:6 Tome:0" - meaning it counted the lamp as a legendary.. so i guess u could say that the script was trolling us and makin us think our legendaries were being old lol which is impossible if it wasnt ID'ed


    EDIT:
    PSS.. so heres another question.. since the script thinks the lamp is a legendary item, is it possible to block out the lamp from being looted/clicked on or not be thought of as a legendary item?? maybe by using PNG pictures or to assign it as a custom loot to not be looted?
    Last edited by blahblah1227; 06-22-2012 at 11:46 PM.

  3. #1218
    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)
    Hey Shim I have a question for ya. Do you personally use the Timer for variability or not? I use it for precaution, but I was just wondering if it was absolutely necessary or recommended. I'm sure having it on cuts the gph by a certain percentage, but at the same time it's an extra security measure.
    Last edited by qu9ke; 06-22-2012 at 09:43 PM.

  4. #1219
    mikie420's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ran for 6 hours and got a nice legendary !

    Ouroboros
    6-12
    147 dex
    7% attack speed
    Each hit adds +357
    Crit hit Chance 4.5%
    Socket


    Legendary:1 Set:0 Rare:30 Magic:667 Gem:738 Tome:0 with 279% GF and 111% Mf

  5. #1220
    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)
    Lol I found something a little worrying. Sarkoth dropped a rare item, but the script didn't bother picking it up. Luckily I was there to do it myself. I hope that doesn't happen frequently.

    EDIT: So I tested this by dropping that same item that the script skipped originally, and it picked it up that time. I guess it was just a fluke.
    Last edited by qu9ke; 06-22-2012 at 10:35 PM.

  6. #1221
    PleaseHelpMe's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    256
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    qu9ke, can u teach me how to get it working? i can't get mine working =(

  7. #1222
    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)
    Originally Posted by PleaseHelpMe View Post
    qu9ke, can u teach me how to get it working? i can't get mine working =(
    Well, I'm not sure if I'm the guy you want help from. I'm not exactly an expert at this kind of thing. I mean if you really want help I guess I can try, but you gotta say what you are having trouble with. If I don't get to you, I'm sure Shimizoki or fukker or someone else will.

  8. #1223
    PleaseHelpMe's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    256
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have tried to follow the steps but the mouse just above the resume button area to the extreme left and just go moving around without clicking on the resume button as stated. I am wondering what is wrong with my script that I have copied from the same source... I do not know where I should edit and what I should do...

  9. #1224
    PleaseHelpMe's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    256
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in addition, my highest resolution is only 1440 x 900 =(, i followed the instruction to change the D3Perfs file but it still doesn't work =(

  10. #1225
    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)
    Originally Posted by PleaseHelpMe View Post
    in addition, my highest resolution is only 1440 x 900 =(, i followed the instruction to change the D3Perfs file but it still doesn't work =(
    Well.. don't quote me on this, but I think 1440 x 900 is a 16:10 resolution. This script only runs on 16:9 resolutions. If you are using 1440x900, try changing the resolution. Some examples are 1920x1080, 1600x900, 1366x768, 1360x768, 1280x720, and 800x600. I recommend trying 1280x720 and using the pics for that resolution. 1280x720 is the lowest resolution of pictures that Shimizoki has made thus far, and is the only resolution he has made that is below your highest resolution. All of his other pics are for resolutions higher than your maximum. If you want to run the script on a lower resolution like 800x600, you will have to make your own pictures. I'm not sure if it is as simple as that though. I think it also depends on what kind of monitor you have, as I think you are only allowed certain resolutions depending on your monitor. I could be way off, idk.

    P.S. When you do change resolutions, don't do it in the Diablo 3 options. Right click on your desktop and change your computer's resolution, then put Diablo 3 on Fullscreen (Windowed) mode. The game will automatically adjust to your computer's resolution.

    P.P.S. If you haven't looked at it yet, I recommend also checking this out http://www.ownedcore.com/forums/diab...edits-etc.html ([GoldFarming][Guide]for Shimizoki's Sarkoth DH Script [AutoIt] Bot (.png edits etc)). It is from what I have heard excellent and thorough instruction on getting the script started. If you have already looked at this, then ignore this xP.

    EDIT: I looked up aspect ratios on google, and I have been getting mixed answers as to 1440x900 being 16:9 or 16:10. 16:9 so I have read means that the horizontal can be evenly divided into 16 sections, and the vertical can be evenly divided into 9 sections (1440/16=90 and 900/9=100). Mathematically, 1440x900 should then be 16:9, but I have also been seeing 16:10. Maybe it depends on what monitor you have. Like I said before I'm not the most savvy at this kind of thing.
    Last edited by qu9ke; 06-22-2012 at 11:47 PM.

  11. #1226
    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)
    Originally Posted by the8marvel View Post
    Thank you buddy. The bot worked, but, just between Old Ruins and Dank Cellar it back to town and do this all the time.
    Noticed that the problem is that it try to clic the Dank Cellar entrance but the script dont clic it actually.
    Tried changing movement speed to 15% (cause i have that) but still the same problem.
    bro you should just go buy boots with 10%+ movespeed for 500 gold on the auction house and test it

    with 'Hot Pursuit' you should easily reach the max 25% movespeed

    but even with 25% ms, the bot will have problems unless you have 'Tactical Advantage'

    you can try the Displacement Rune on Smokescreen also to see if it helps

  12. #1227
    vq350de14's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whats in the new 1.3.5 update?

  13. #1228
    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)

  14. #1229
    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 weih View Post
    thanks i'll give it a try. but the code RandClick("middle", Round(400*$x_ratio), Round(600*$y_ratio), 5*$x_ratio, 5*$y_ratio)
    what does the round() does? and whats with the one without it?
    Round just rounds the values to the nearest whole number. I didnt put it on the others because I was feeling lazy... there really is no reason not to have them there.

    Originally Posted by TanookiLover View Post
    how are tomes bugged? it seems to be looting and stashing them well
    and is there a reason it keeps stashing them in the 2nd tab?
    You are one of the few... And they are on the second tab because when I wrote the script I had all crafting materials on the second tab. Thats really the only reason. if you want to turn it off you can. Its in the stashTomes function

    Originally Posted by Poseidon77 View Post
    Has anyone whos run into the MainMenu.png problem actually fixed it some way? I've honestly tried eveything and have hit a brick wall. I've gotten other scripts to work fine but this one and the Ares one are causing me problems.
    Have you got other scripts with imagesearching to work? the installation should be the same as those. If you have made your own PNGs. You have tried the other DLLs. You have made sure the game settings are right. (16:9, fullscreen windowed, etc). Then I really dont know what the problem is.

    Originally Posted by eatmychidori View Post
    My script doesnt exit game after it teleports to town. I don't think it recognizes New Tristam. Someone help please!! I've tried making my own png.
    This seems to imply that all your other PNGs are working. Make sure you are using the words in the upper right corner to make the check. Otherwise you can comment out the check if you find it completly stumping you. This will cause its own set of problems, but it may be better than nothing.

    Originally Posted by asniemo View Post
    works perfect for me until it goes to the vendor
    does sell and repair ok but then the checkpoint get changed to town
    anny sollution for this ?
    grtz
    Your on the wrong quest. You need to be on the part (Find the Cellar)

    Originally Posted by Flugerio15 View Post
    So the script seems to be working only up until the first time I find the cellar. The second time I find the cellar my character goes directly straight straight into the cobblestone wall and gets stuck instead of going around it to enter the cellar. Anyone have this issue?
    Originally Posted by Flugerio15 View Post
    Another problem I am having is that my character is not picking up magic items, after he kills the enemies he runs into the top right corner of the room, stumbles around, the teleports out
    Its because you are missing the click slightly. I assume you are on a smaller resolution as those are the only people that seem to be having this issue. If need be you can find the portion of the script that says ;Cellar Entrance or something to that affect (use the search feature) Then change the Last two numbers (5's I think) Into 3's, see if that helps. If not you can actually adjust where you are clicking to better suit you.
    Your second issue is usually caused by having loot tomes to true... its kinda buggy.

    Originally Posted by blahblah1227 View Post
    hey i have questions about this part of the loot code... i noticed that all the items have LootGear(xxxxxxxx, 2) and the legendary is LootGear(xxxxxxxx, 0) wut does the 2 and 0 mean at the end? is there a reason why the legendary one is 0 and not 2?
    The first number is the color to look for, the second is the tolerance. Basically it can be off by a factor of 2 and still think its the right color. The lower the number the more precise, however you may miss items occasionally. However if its too high you start running around the room clicking pretty rocks. Since the lamp has the same color as the legendaries its best to keep it really low to avoid clicking the lamp as often as possible. We have a bit more room though with the other colors.

    Originally Posted by qu9ke View Post
    Hey Shim I have a question for ya. Do you personally use the Timer for variability or not? I use it for precaution, but I was just wondering if it was absolutely necessary or recommended. I'm sure having it on cuts the gph by a certain percentage, but at the same time it's an extra security measure.
    I used to... but then I stopped caring.

    Originally Posted by qu9ke View Post
    Lol I found something a little worrying. Sarkoth dropped a rare item, but the script didn't bother picking it up. Luckily I was there to do it myself. I hope that doesn't happen frequently.
    EDIT: So I tested this by dropping that same item that the script skipped originally, and it picked it up that time. I guess it was just a fluke.
    If you are a tad late in killing him and the looting starts while items are in the air, it will sometimes miss them. Same with if an item has an aura, sometimes it hides the names of gems and such. Looting isnt perfect.

    @Everyone - I will be going out of town for a family reunion all next week. I am releasing the next version to keep you guys happy for a bit. It has GPH displayed but it requires a bit more installation... sorry.
    Chancity, notAres, and I are working on something big, hopefully we can get it out in not too long. I wish you all the best during the next week, ill try and check in occasionally.
    -Darkling Lord

  15. #1230
    blahblah1227's Avatar Member
    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 Shimizoki View Post
    The first number is the color to look for, the second is the tolerance. Basically it can be off by a factor of 2 and still think its the right color. The lower the number the more precise, however you may miss items occasionally. However if its too high you start running around the room clicking pretty rocks. Since the lamp has the same color as the legendaries its best to keep it really low to avoid clicking the lamp as often as possible. We have a bit more room though with the other colors.
    thanks alot for clearing that up for me.. im actually in the process of edittin the script to fit better for me so just needed to know alittle more on some of the stuff in the script..


    so heres another question.. since the script thinks the lamp is a legendary item, is it possible to block out the lamp from being looted/clicked on or not be thought of as a legendary item?? maybe by using PNG pictures or to assign it as a custom loot to not be looted?

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