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

User Tag List

Page 22 of 135 FirstFirst ... 18192021222324252672122 ... LastLast
Results 316 to 330 of 2011
  1. #316
    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 hyperplop View Post
    Yeah naming is fine and I'm using the latest DL
    I've even tried making a brand new INI and no luck.
    I have no idea... im really out of thoughts. I cant for the life of me see why it wouldnt work. I'm gunna have to keep thinking about it. Best I can say is try making your own PNG... just screenshot it, then crop it to match. replace the old one and hope. Ill try and figure something out.

    Originally Posted by ApeXz View Post
    Hello, everything works great. The bot enters the game. However, once the game starts, my character freezes, doesn't walk at all, pauses for a bit until it teleports to town, leaves the game, then enters again. Rinse and repeat. I have move set to mouse button #3. But, my character doesn't even attempt to move. Any ideas? :-)
    This happens because its not realizing its in the Old Ruins. Ill have to play around with it. For some reason the image search is busted on some computers even when installed correctly. You can try changing this line (160ish)
    Code:
    If CheckFor("OldRuins","Area",1560*$x_ratio,0*$y_ratio,1920*$x_ratio,60*$y_ratio)Then
    To
    Code:
    If CheckFor("OldRuins","Area",1560*$x_ratio,0*$y_ratio,1920*$x_ratio,60*$y_ratio, 8)Then
    If still nothing happens try changing the 8 to a 5 or a 9. Basically its asking how long to search that you are in the right location. Sometimes making is longer stops you from teleporting. Sometimes making it shorter does.
    -Darkling Lord

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #317
    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,

    Where is the line for the $Timer ? I don't see it in 1.2 script


    using 1.2 now, looting is now alot slower than 1.1.2. I am not sure why this is happening
    Last edited by theavalonman; 06-14-2012 at 05:54 PM.

  3. #318
    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 Ry0suk1 View Post
    this is what i got from the script editor when i press go
    https://i.imgur.com/PvyoD.png
    is it stopping automatically? if yes, we have an issue. if you are pressing X to stop it... then thats what it should look like.
    Around line 155 you should see
    Code:
    Else
     RandMove(stuff)
    Just above randMove put
    Code:
    LogWrite($pngLoc & "MainMenu.png not recognized")
    then run it and look at the log again.

    Originally Posted by Angrycoder View Post
    Old Ruins PNG.
    This shot is suppose to be of the white message in the middle of the screen when you first zone in? Just making sure its not the image from the top right corner.
    EDIT: Also how are you blacking out everything except the white text? Is this just done via paintbrush / pencil?
    Its the top right, Also im blacking it out using paint.net and the magicwand tool

    Originally Posted by duder View Post
    i had the problem where it would loot like everything blue+white (even with magic=false)
    now with latest version i could see in the log after a few runs, it said it had picked up 12 tomes! which was incorrect
    so i disabled picking up tomes and now it works great, not picking up white and blue trash
    something must be wrong with the tome png or something, or well just for me maybe, aaaanyway tomes arent really too important so just keeping that disabled and it works awesome ;-)

    /thanks!
    Good to know, Ill look into that.

    Originally Posted by fukker View Post
    @ Shimioki,
    what is Latest Version of Looting System ? 2nd script or something ?
    Its nothing, its so you can test it in town. Just drop your gear and run it to pick it all back up. Make sure its working correctly. Plus you can use it to make your own custom pngs like we did for tome and square. do things like mythic potions, things with the Agony affix, etc.



    Sorry guys I gotta run for a while, its my Bros BDay and I have been here and not hanging out with him all day. I have some real world responsibilities to attend to.
    -Darkling Lord

  4. #319
    pegleg2060's Avatar Corporal
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My issue currently is that it runs fine, till it gets to the scan for the cellar. It is off by about 12 diablo yards :-p. I've fiddled around with the movement speed settings, however its not doing anything. Any advice?

  5. #320
    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 theavalonman View Post
    @SHimizoki,
    Where is the line for the $Timer ? I don't see it in 1.2 script
    using 1.2 now, looting is now alot slower than 1.1.2. I am not sure why this is happening
    Should be in the INI under Variability
    -Darkling Lord

  6. #321
    hyperplop'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 Shimizoki View Post
    I have no idea... im really out of thoughts. I cant for the life of me see why it wouldnt work. I'm gunna have to keep thinking about it. Best I can say is try making your own PNG... just screenshot it, then crop it to match. replace the old one and hope. Ill try and figure something out.
    I think it might be because my VM really doesnt like running in 1920x1080 it appears. and I cant FORCE it into 1600x900 only 1600X1050

    I'll try making PNGs for an 800x600 version?

    What in your opinion is the best way to make the PNGs? Just printscreen in game then copy them out at same pixel dimensions as the old ones? Sorry to be so dim.

    Also is there a reason everyone's bots are made for 1920X1080? Is the resolution better for identifying the pngs or something? Or just everyone wanting to bot in 1080P?

    Thanks again for all your help!

  7. #322
    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 pegleg2060 View Post
    My issue currently is that it runs fine, till it gets to the scan for the cellar. It is off by about 12 diablo yards :-p. I've fiddled around with the movement speed settings, however its not doing anything. Any advice?
    Tactical Advantage. besides that... make sure your movement speed is right. otherwise no.

    Originally Posted by hyperplop View Post
    I think it might be because my VM really doesnt like running in 1920x1080 it appears. and I cant FORCE it into 1600x900 only 1600X1050

    I'll try making PNGs for an 800x600 version?
    What in your opinion is the best way to make the PNGs? Just printscreen in game then copy them out at same pixel dimensions as the old ones? Sorry to be so dim.
    Also is there a reason everyone's bots are made for 1920X1080? Is the resolution better for identifying the pngs or something? Or just everyone wanting to bot in 1080P?
    Thanks again for all your help!
    Yep, they dont need the same dimensions... just make them look similar, I crop it so there are 2-3px between the words and the edge of the png

    Im outtie yall,
    -Darkling Lord

  8. #323
    hyperplop'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)
    Thanks again!

  9. #324
    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)
    Did anyone figure out why the script is waiting at the main menu after leaving the game for a pause before re-entering the game? anybody found the line to reduce the waiting time on this?

  10. #325
    rjkst15's Avatar Member
    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)
    Originally Posted by pegleg2060 View Post
    My issue currently is that it runs fine, till it gets to the scan for the cellar. It is off by about 12 diablo yards :-p. I've fiddled around with the movement speed settings, however its not doing anything. Any advice?
    I'm having the exact same problem.. I also tried messing with the movement speed with no luck

  11. #326
    soysoycool's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry i got a noob question. I followed all the instruction. but when i paste the data onto SciTE, it kept saying this ERROR: can't open include file <ImageSearch.au3>. and it didn't create a INI file after it crashed. So what did i do wrong? Thanks

  12. #327
    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,

    hey my friend is having an issue on 1600x900 with a mouse going to the cellar, problem is on line 174 probably:

    RandMove(Round(300*$x_ratio),Round(80*$y_ratio), 5, 5)


    here's a screenshot: [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-9zsl6p-jpg

    let me know if u know how to fix it, thanks.

  13. #328
    EnnDee's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soysoycool View Post
    sorry i got a noob question. I followed all the instruction. but when i paste the data onto SciTE, it kept saying this ERROR: can't open include file <ImageSearch.au3>. and it didn't create a INI file after it crashed. So what did i do wrong? Thanks
    you have to put the ImageSearch.au3 file into your Autoit Installationpath into the folder "include".

    Originally Posted by fukker View Post
    @ Shimizoki,

    hey my friend is having an issue on 1600x900 with a mouse going to the cellar, problem is on line 174 probably:

    RandMove(Round(300*$x_ratio),Round(80*$y_ratio), 5, 5)


    here's a screenshot: [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-9zsl6p-jpg

    let me know if u know how to fix it, thanks.
    RandMove(Round(20*$x_ratio),Round(80*$y_ratio), 5, 5)

    you also have to fit the Cellarcheck function which looks for the right pixels in the area of the cellar. it's far more left than in widescreen resolutions.

    i think most mess and bugs comes from users with non 16:9 resolutions, because all the ratios dont really fit there.
    Scaling with x_ratio and so on makes just sense for switching between 16:9 resolutions.

    It COULD be a nice fix to force the game into a 16:9 windowed resolution even if Diablo III doesn't give you the native option to do so. Didn't test it ingame yet, but this could fix a lot of issues.
    Bnet europe is currently down and i gotta sleep, maybe someone has the time to test if it works. Here's the code:

    Winmove("Diablo III", "", 0,0,1366,768 )
    Last edited by EnnDee; 06-14-2012 at 07:42 PM.

  14. #329
    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)
    adding the "/" at the end of the ini file worked. Its running now.

    I notice its picking up white items tho.

    Overall im happy camper. THANKS anyway we can donate? =D

  15. #330
    noladrew320's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    If you dont care about looting there are other scripts out there that arent designed around big time looting. (They use pixel search and checksums Look in the gold profile page for tons of options.)

    I cant find anyone that is willing to help me get it figured out for 800*600 or has the time available to do it for me, since that would be faster than telling me how anyway. There's no scripts released for 800*600 at all and Im sure a lot of people would actually appreciate it.
    Last edited by noladrew320; 06-14-2012 at 07:50 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 05:31 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