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

User Tag List

Page 66 of 135 FirstFirst ... 16626364656667686970116 ... LastLast
Results 976 to 990 of 2011
  1. #976
    hhumpii's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! Thanks for all your help! its running smoothly. This was my fix.

    when you told me to change my code.

    Near Line 220 is:
    Code:

    RandClick("left", Round(300*$x_ratio), Round(80*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;Entrance to cellar

    Try making it this:
    Code:

    RandClick("left", Round(300*$x_ratio), Round(75*$y_ratio), 3*$x_ratio, 3*$y_ratio) ;Entrance to cellar

    It should make you click a tad higher, aswell as in a bit tighter of a radius, you may have better luck with it.
    i noticed that the 75*$_ratio made it click the way opposite way. so tested different values for it. i started at 105. and what worked for me was 95.

    now on my script that line reads:

    RandClick("left", Round(300*$x_ratio), Round(95*$y_ratio), 3*$x_ratio, 3*$y_ratio) ;Entrance to cellar
    it just gets right around the corner of the the wall i got stuck on. and runs PERFECTLY

    im at 21 runs no deaths atm. and the most important part. NOT GETTING STUCK ON THE WALL.

    Thanks again.

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #977
    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 noticed you said you fixed that issue where the DH would aim a little bit to the right. Did you add that in or something, or is there something I have to edit?

  3. #978
    FFSmasher's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script runs for hours on end without issue.

    The only problem I have is when I enable the looting of tomes, it just clicks all over the place and picks up whites and walks around the cellar. I've tried remaking the tomes png many times, but that doesn't help. Any ideas?

  4. #979
    TheWonAndOwnly's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey all.
    I have one simple problem which i cant solve.
    I already tried several versions of MainMenu.png but everytime the error msg appears "image mainmenu.png isnt recognizeable."

    I have the german version of D3.

    Here are the examples of my MainMenu.png , and ofc i saved with the text only - without the white background.

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-1111-jpg

  5. #980
    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 FFSmasher View Post
    Script runs for hours on end without issue.

    The only problem I have is when I enable the looting of tomes, it just clicks all over the place and picks up whites and walks around the cellar. I've tried remaking the tomes png many times, but that doesn't help. Any ideas?
    Is your tome looting set to True as well? If you want to loot tomes, you need to set it so in the INI it says Magic=True and Tomes=False. It's like this because tomes are technically counted as magic items.

  6. #981
    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 hhumpii View Post
    Hey! Thanks for all your help! its running smoothly. This was my fix.
    when you told me to change my code.
    i noticed that the 75*$_ratio made it click the way opposite way. so tested different values for it. i started at 105. and what worked for me was 95.
    it just gets right around the corner of the the wall i got stuck on. and runs PERFECTLY

    im at 21 runs no deaths atm. and the most important part. NOT GETTING STUCK ON THE WALL.
    Thanks again.
    It be what I do.

    Originally Posted by qu9ke View Post
    Hey, Shim. I noticed you said you fixed that issue where the DH would aim a little bit to the right. Did you add that in or something, or is there something I have to edit?
    My bad, no I havent done an update.
    Somewhere near 285
    Code:
    MouseDown("left")
    Sleep($atk2Time*1000)
    MouseUP("left")
    Move that chunk of code up a few lines to just before the Sleep(500) and add the line RandMove(..............) mentioned in the code
    It should end up looking something like this:
    Code:
    EndIf
    RandMove(Round(450*$x_ratio),Round(70*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;hovers over the rare Sarkoth    
    
    MouseDown("left")
    Sleep($atk2Time*1000)
    MouseUP("left")
    Sleep(500)
    Originally Posted by FFSmasher View Post
    Script runs for hours on end without issue.
    The only problem I have is when I enable the looting of tomes, it just clicks all over the place and picks up whites and walks around the cellar. I've tried remaking the tomes png many times, but that doesn't help. Any ideas?
    Looting tomes is buggy... Basically it hates you. I have found that as you do faster and faster runs, looting tomes is actually detrimental. The time it takes to loot them vs the amount they sell for generally makes them a negative asset. Basically, they literally aren't worth your time. However if you want to play with it.. Line 590ish
    Code:
    $TomeCount += LootItem("tome", 100)
    Keep changing that number 100 until you are happy. The lower the less whites you will pick up (but possibly less tomes aswell). The higher the easier it is to pick up tomes, but youll get some whites aswell. Its the tolerance value.

    Originally Posted by TheWonAndOwnly View Post
    Hey all.
    I have one simple problem which i cant solve.
    I already tried several versions of MainMenu.png but everytime the error msg appears "image mainmenu.png isnt recognizeable."

    I have the german version of D3.
    Here are the examples of my MainMenu.png , and ofc i saved with the text only - without the white background.
    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-mainmenu-png
    That is what I have as the default. so basically you want a nice small image, it doesn't have to be the whole "Resume Game". Either of the words will work. I will however point out the the images you just attached are JPGs not PNGs... double check because they do ACTUALLY have to be PNGs.
    -Darkling Lord

  7. #982
    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)
    You think it'd be a good call to try going for more indestructible gear with gold find (gold find and magic find being ideal)? It'd be kind of hard to find all gear that ignores durability loss thought that has mf and gf AND dex and anything else you'd need.

  8. #983
    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)
    I'm probably just going to stay on hell difficulty. I tried inferno again and I died within the first 10 runs by one of the quill fiends. Given the new repair costs it just isn't worth it. The new sarkoth pathing kind of killed this for me. Maybe I just don't have enough life or something idk...
    Last edited by qu9ke; 06-20-2012 at 07:59 PM.

  9. #984
    narras's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to switch move from mouse 3 'middle click' to anything else?

    I have a magic mouse running windows7 and I cannot have a middle click.

  10. #985
    FFSmasher's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I actually want to loot tomes and stash them, not sell them. Thanks for the advice, i'll give it a try.

  11. #986
    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 Shimizoki View Post
    It be what I do.


    My bad, no I havent done an update.
    Somewhere near 285
    Code:
    MouseDown("left")
    Sleep($atk2Time*1000)
    MouseUP("left")
    Move that chunk of code up a few lines to just before the Sleep(500) and add the line RandMove(..............) mentioned in the code
    It should end up looking something like this:
    Code:
    EndIf
    RandMove(Round(450*$x_ratio),Round(70*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;hovers over the rare Sarkoth    
    
    MouseDown("left")
    Sleep($atk2Time*1000)
    MouseUP("left")
    Sleep(500)

    Looting tomes is buggy... Basically it hates you. I have found that as you do faster and faster runs, looting tomes is actually detrimental. The time it takes to loot them vs the amount they sell for generally makes them a negative asset. Basically, they literally aren't worth your time. However if you want to play with it.. Line 590ish
    Code:
    $TomeCount += LootItem("tome", 100)
    Keep changing that number 100 until you are happy. The lower the less whites you will pick up (but possibly less tomes aswell). The higher the easier it is to pick up tomes, but youll get some whites aswell. Its the tolerance value.


    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-mainmenu-png
    That is what I have as the default. so basically you want a nice small image, it doesn't have to be the whole "Resume Game". Either of the words will work. I will however point out the the images you just attached are JPGs not PNGs... double check because they do ACTUALLY have to be PNGs.
    Your code doesn't look like mine. That or I'm just not seeing the similarities.'

    NVM I got it.

  12. #987
    Lazersapp'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)
    Alright im new to this.. I did everything the Instructions told me to. When i run it, It works. it just won't use any ablitys and i get half way to the cellar and the mouse goes and looks for the cellar but then he turns and portals? Can someone help me with this.

  13. #988
    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 narras View Post
    Is there anyway to switch move from mouse 3 'middle click' to anything else?
    I have a magic mouse running windows7 and I cannot have a middle click.
    In theory just set it to whatever you want ingame... then change all the lines in my script that say "middle" and replace them with whatever it is for the button of your choice. I personally have no idea what options are available though for clicking.

    Originally Posted by FFSmasher View Post
    I actually want to loot tomes and stash them, not sell them. Thanks for the advice, i'll give it a try.
    Nooo, What I meant was that you can buy them off the AH for cheaper than the amount of extra gold you would make by not searching for them. Or at least break even.

    Originally Posted by qu9ke View Post
    Your code doesn't look like mine. That or I'm just not seeing the similarities.'
    NVM I got it.
    Excellent.

    Originally Posted by Lazersapp View Post
    Alright im new to this.. I did everything the Instructions told me to. When i run it, It works. it just won't use any ablitys and i get half way to the cellar and the mouse goes and looks for the cellar but then he turns and portals? Can someone help me with this.
    Change the settings in the INI to match your abilities.



    @Everyone - I would just like to say youre welcome. I have been diligently working all day (ignoring most of you as you can tell by my massive delays). The fruits of my labor is the ability to determine the iLvl of an item. Eventually I will implement this and you shall be able to treat items of different iLevels Differently. (Stashing rares >= lvl 62, selling the rest). Salvaging items > iLvl 61. Etc. Its still a long way from being complete... but I successfully identified the iLvl of every item in my inventory. I have to thank Chancity... If it wasn't for the idea to use OCR to find gold values I would have never moved down this path.

    I will say that is not the only thing I am working on... But because of this awesomeness, I will not be adding any more updates to the script for some time. Any bugs you are having will most likely remain as such until said major update. My apologies for the inconvenience.
    -Darkling Lord

  14. #989
    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)
    It was actually blackslash that gave me the idea and I expanded on it alittle. I think what I did got more attention though...Sorry I wasn't able to assist you earlier but I'm free to help now!

  15. #990
    Lazersapp'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)
    My resolution is 1280x720. I tryed changing the movement speed and also got my skills to work. But he still comes up short a few meters of finding the cellar. I have been working on this for about 2 1/2 hours. Can someone please help me...

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