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

Shout-Out

User Tag List

Page 34 of 135 FirstFirst ... 30313233343536373884134 ... LastLast
Results 496 to 510 of 2011
  1. #496
    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 Angrycoder View Post
    I disabled autoupdate, since i have to modify the code a lot for my resolution. Things i have to modify are:

    - Leave Game: At my resolution i get a 30% chance to click on "Open Game To Public".
    - Hotkeys used, (Pause, Start, Stop)
    - Nearly anything with RandClick("left", Round(230*$x_ratio), Round(416*$y_ratio), 120, 20) to MouseClick("left",Random(55,276),Random(280,316))

    Changing to the Checkpoint to Cellar code to use Vault (if you wanted to look at it, i know you were going to look at vaulting).
    Code:
    ;Start Run
    MouseMove(21,206)
    Sleep(Random(500,900))
    Send("{1 down}") ;Holds the 1 key down
    Sleep(Random(3500, 4000))
    Send("{1 up}") ;Releases the 1 key
    Sleep(Random(500, 750))
    MouseMove(Random(430,440),Random(235,245))
    So its still 95% your code, but the changes i make would be a nightmare to use an autoupdater.
    But, i can run a the original and test your autoupdate, give me a sec.
    I see, I am constantly adjusting the randomness of the clicks so that its more universal, it may be fixed in the later updates.
    Turns out I had fixed values for logout and main menu which could lead to some errors in certain resolutions

    Originally Posted by Angrycoder View Post
    When i run 1.3.1 the original, i now get a popup that says:
    "Would you like to update from version NotFound to 1.3.1"
    Make sure you have updater.ini in your script folder, you can find info about it on the OP

    Originally Posted by GeneralGBorn View Post
    Thanks for the reply, but I have tried making my own custom PNG's but yet the mouse is still hovering over to the bottom right of the screen, even at the main menu when it is expecting to click Resume
    Send me a PM with your INI settings. Lets see if we cant figure this out.

    Originally Posted by robble View Post
    Still seeing the same issue in 1.3.1. I've watched it multiple times now and it does the same thing each time.
    Ok, thats really wierd... I didnt make any changes to the movement to the vendor. Its working perfectly on my system aswell, possibly a bug is resolution dependent. Ill look into it.

    Originally Posted by theavalonman View Post
    @Shimizoki, when running 1.3.1 script, my FPS drops from 100+ to 40+. is this intended?
    Originally Posted by Karson3270 View Post
    I had the exact same problem, to overcome this I tried removing the tooltip at the bottom left of the screen and this solved the problem.
    To do this, go to your .au3 file and edit the script, press Ctrl+F and find tooltip, click mark all or something and delete every line which is marked. This should solve your problem
    Ehhh, I didnt realize the tooltip jacks with everything that much. I mean the 40 FPS is still good, it doesnt jack with the script, and you dont usually stare at it so it shouldn't matter. But Ill add an option to easily disable it later.

    Originally Posted by qu9ke View Post
    After I came back to my computer over the night, it was staying at the main menu screen with the confirmation window asking if I wanted to quit Diablo 3.
    Originally Posted by theavalonman View Post
    also, i realised that the smokescreen usage just before entering the dank cellar does not cast at a 100% rate due to current cooldown, might want to tweak that timing a little? sometimes smokescreen is cast but sometimes it doesnt because skill hasn't CDed yet
    EDIT: After death, it leaves game, but press escape again and attempts to quit game. Now the bot is stuck on the Exit Game Dialog. any current issues on this?
    To both of you, which version were you using? Assuming its 1.3.0, turns out I had a bug in it when you die. 1.3.1 should fix that.


    Originally Posted by qu9ke View Post
    that must have been what happened to me. also... NOOOOOOOOOOOO the log says it found TWO set items but it's neither in my inventory nor in my stash T_T..... why?!?!?!?!?!?
    Okay so I looked into it. Apparently for some reason there is no $StashSet = True under ;Stashing in the script. Will it work if I add that line in myself?
    It must have sold my set items *cries* <--- not really but still frustrating.
    Ugh, I didnt even think about that. Nobody has provided me with a picture of set items in the inventory (but im rich enough now I should be able to do it). Ill remedy this immediatly.

    Originally Posted by theavalonman View Post
    Shimizoki.., the long pause after looting is now reduced.. but now the long pause occurs after killing sarkoth and moving to his death location. it pauses there for 5-10 seconds. could this be due to the imagesearch dll?
    Originally Posted by Angrycoder View Post
    I dont think it has anything to do with imagesearch dll.
    I use different movement and fight sequences inside the cellar, but when it comes to looting (his code), there is no delay at all. I move to Sarth, wait for about 1 sec, then it starts to loot each item very quickly, when the last item is looted it pauses for maybe 1 second (checking for another item), and then just ports out.
    Sounds more like a long delay in the fight sequence, not the looting.
    It shouldnt be imagesearching at this point. It may be that you need to adjust your attack times in the INI. I can complete a run with looting at 25% movement speed in about 40-45 seconds. So I know the gap is removable if you tweak it just right. The defaults are for me, may not be right for you.

    Originally Posted by TanookiLover View Post
    No worries I'm not mad, it's just some gold ^^ I was actually trying to edit other people's scripts same like you, but since yours came along it's so much better that it's all I use. Keep up the good work and ty for donating your time to help others
    The next update has checking to ensure you are at a vendor.
    Last edited by Shimizoki; 06-16-2012 at 11:34 AM.
    -Darkling Lord

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #497
    Karson3270's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The disconnect error still appears and it stills doesn't allow the bot to carry on. I'm using resolution 1920x1080

  3. #498
    theavalonman's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @shimizoki, my attack times are 5.5 and 2.5 respectively. after killing sarkoth and moving to his death location, it still pauses there for 10secs or more before starting to loot. I am very puzzled over this. No matter which version I use there is definitely a long pause before TPing back to town after killing sarkoth

    EDIT: running 1.31, and occasionally the bot stucks at the fence outside of the cellar.

  4. #499
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Karson3270 View Post
    The disconnect error still appears and it stills doesn't allow the bot to carry on. I'm using resolution 1920x1080
    More than likely you didnt add the Disconnected PNG to your folder.

  5. #500
    Karson3270's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    More than likely you didnt add the Disconnected PNG to your folder.
    I've already added it. I copied the image that was posted and placed it into the PNG folder and the dialogue still comes up and stops the bot.

  6. #501
    kh11'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)
    I seem to have the issue (with the last 2 versions) of the bot selecting the banner option at the main menu and then proceeding to yell at me for not recognizing the main menu png. This happens after about 30 runs or so.

    Would it be a pain to add a png of the banner menu and a few lines of code to tell it to gtfo of the banner menu if it's in there?

  7. #502
    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 Karson3270 View Post
    The disconnect error still appears and it stills doesn't allow the bot to carry on. I'm using resolution 1920x1080
    Originally Posted by Angrycoder View Post
    More than likely you didnt add the Disconnected PNG to your folder.
    I think Karson mentioned before that he did. It might take 5-10 seconds to recognize it depending on how bad your luck is. Do you know if it tried to click OK and just missed? next time that screen pops up move your mouse somewhere and watch it for me. maybe I just have bad coords. Send me a screenshot of the error via PM. I can double check my measurements, perhaps my math was wrong.

    Originally Posted by theavalonman View Post
    @shimizoki, my attack times are 5.5 and 2.5 respectively. after killing sarkoth and moving to his death location, it still pauses there for 10secs or more before starting to loot. I am very puzzled over this. No matter which version I use there is definitely a long pause before TPing back to town after killing sarkoth

    EDIT: running 1.31, and occasionally the bot stucks at the fence outside of the cellar.
    After killing Sarkoth the only code there is break chair, move to loot area. Once there the first thing it does is start looting. There was a slight delay I noticed in which I didnt account for movement speed, but that would have only gained you maybe .5 seconds. I've made a few more tweaks to see if we can speed it up more.(Make sure LootCustom is False, that could slow it down)
    Any other delays would be the RandSleep Function. But as long as you have $Timer as False that shouldnt affect you either.

    I made a few more tweaks to the running into wall thing. The random pathing causes this. I havent missed the cellar in 50 runs, (~25 cellars showed up)

    Originally Posted by kh11 View Post
    I seem to have the issue (with the last 2 versions) of the bot selecting the banner option at the main menu and then proceeding to yell at me for not recognizing the main menu png. This happens after about 30 runs or so.

    Would it be a pain to add a png of the banner menu and a few lines of code to tell it to gtfo of the banner menu if it's in there?
    Not at all, but im not the type of programmer to fix the symptoms and let the underlying problem remain. (Its like cutting of your arm... I can either give you a bucket so the blood doesnt get everywhere..., or I can stop you from having your arm cut off in the first place. End result is the same, theres no blood in the room) Either way, I think I found it... still testing to be sure.
    -Darkling Lord

  8. #503
    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)
    Well.. if anything good came out of me missing out on 2 set items, it's that the problem is now acknowledged and will hopefully be taken care of. Thanks Shimizoki (no that wasn't sarcastic don't worry lol). Also how do you stop a dang script from running? I'm using a code that Fukker made a few pages back which allows you to find the coordinates wherever your cursor is on your monitor by pressing "q"? I can't press "q" without a popup window saying what my coords are now. The only way I can type that letter now is to copy paste it xD. Go figure that the first letter in my username starts with a q.

  9. #504
    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 qu9ke View Post
    Well.. if anything good came out of me missing out on 2 set items, it's that the problem is now acknowledged and will hopefully be taken care of. Thanks Shimizoki (no that wasn't sarcastic don't worry lol). Also how do you stop a dang script from running? I'm using a code that Fukker made a few pages back which allows you to find the coordinates wherever your cursor is on your monitor by pressing "q"? I can't press "q" without a popup window saying what my coords are now. The only way I can type that letter now is to copy paste it xD. Go figure that the first letter in my username starts with a q.
    Ok, first off I just bought a set item and it had the same BG color as a legendary, is this true for all sets? I dont know. But it was stashed when stashLegendary was called. This leads me to believe that either stash legendary isnt working for you. *(you should check that....) OR there are other set items with different backgrounds OR someone linked a set item in chat and you just happend to "pick it up"

    I think I found the error with both the dying and the banner on the main page. The first was due to I left off a variable in the death check (stupid mistake). The second was due to optimizing the check repair function, I accidently called LeaveGame twice. Thus it tried to exit the game. Bot SHOULD be fixed now. of course more testing is helpful.
    -Darkling Lord

  10. #505
    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)
    DId you just update shim? I just updated like 10-15 minutes ago and it had the banner bug. Also I noticed that I got killed and it wasn't recorded in the bottom left.

    Other than that, everything is awesome. Maybe I did not run it enough but it SEEMS to be doing a lot better at locating the blues and it was actually clicking the name. I dont know if you did anything about that but I'll keep monitoring it to see how it goes.

    Awesome job and thanks for your work!

  11. #506
    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 Neutrolizer View Post
    DId you just update shim? I just updated like 10-15 minutes ago and it had the banner bug. Also I noticed that I got killed and it wasn't recorded in the bottom left.

    Other than that, everything is awesome. Maybe I did not run it enough but it SEEMS to be doing a lot better at locating the blues and it was actually clicking the name. I dont know if you did anything about that but I'll keep monitoring it to see how it goes.

    Awesome job and thanks for your work!
    I just now got out 1.3.2 (Not but 2 minutes ago).
    It SHOULD fix both the death and banner bugs... I hope. (It stopped doing it for me, but im just one person)
    It should also count deaths better. (I actually was failing to count them before)

    EDIT::
    If you cant repair because the window just opens and closes try changing this line (380ish)
    Code:
    $VendorFound = PixelSearch(Round(150*$x_ratio), Round(0*$y_ratio), Round(300*$x_ratio), Round(100*$y_ratio), 0xC5C25A) ; checks for the bright spot on bag at top of vendor
    to
    Code:
    $VendorFound = PixelSearch(Round(150*$x_ratio), Round(0*$y_ratio), Round(300*$x_ratio), Round(100*$y_ratio), 0xC5C25A, 2) ; checks for the bright spot on bag at top of vendor
    It may help.
    Last edited by Shimizoki; 06-16-2012 at 12:42 PM.
    -Darkling Lord

  12. #507
    ortner's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    I just now got out 1.3.2 (Not but 2 minutes ago).
    It SHOULD fix both the death and banner bugs... I hope. (It stopped doing it for me, but im just one person)
    It should also count deaths better. (I actually was failing to count them before)

    EDIT::
    If you cant repair because the window just opens and closes try changing this line (380ish)
    Code:
    $VendorFound = PixelSearch(Round(150*$x_ratio), Round(0*$y_ratio), Round(300*$x_ratio), Round(100*$y_ratio), 0xC5C25A) ; checks for the bright spot on bag at top of vendor
    to
    Code:
    $VendorFound = PixelSearch(Round(150*$x_ratio), Round(0*$y_ratio), Round(300*$x_ratio), Round(100*$y_ratio), 0xC5C25A, 2) ; checks for the bright spot on bag at top of vendor
    It may help.
    It doesn't sell anything for me. It opens the vendor and then it just exits and does nothing.

    also I have a tooltip request. I would like a avg runtime in it

  13. #508
    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)
    Ok, it may just have been that some people were linking set items through chat making the script think there were items to pick up. I didn't pick up any legendaries during that farming session either, so if what you say is true and both set and legendary item BG colors are the same, that could very well be the case. There is no way for me to tell if legendary stashing works for me or not yet, but I think it does nonetheless.

  14. #509
    fukker's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2010
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Shimizoki

    got you 1920x1080 screenshots u wanted (also a new one, weird error):

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-2il1pcj-jpg[Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-2ijt029-jpg

  15. #510
    momo69's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theavalonman View Post
    Shimizoki, I ran the bot for 36 hours, but based on the log I got, it only ran for 14 hours.

    A total of 935 runs, it says i picked up 8 legendaries, but none is showing in my stash. Could it be that the bot isn't picking up the legendaries?

    EDIT: In addition, could you tell me how I can add a string of code to switch SHIFTUP / SHIFTDOWN to SPACEUP & SPACEDOWN ? I have binded my hold position to space and close all windows to ` key

    I had a similar thing last night. I picked up a legendary...but it looted for me...the problem was...he didnt stash it...so he went to the vendor and he was trying to sell it....but because it wasnt identified he couldnt...so he stuck...he was trying to do that for a long while...it entered into a infinit loop...

    this is the image of the legendary that he wanted to sell 1920 rez http://imageshack.us/photo/my-images...egendaryf.png/

    but that was 1.3...im about to try 1.3.2 so il try the same thing and see if he stashes it!
    Last edited by momo69; 06-16-2012 at 01:38 PM.

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 11:47 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