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

Shout-Out

User Tag List

Page 93 of 135 FirstFirst ... 43899091929394959697 ... LastLast
Results 1,381 to 1,395 of 2011
  1. #1381
    RogerHestlund's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Greetings.

    I am just wondering - as very new to AutoIT - if there is any chance at all that this, or any similar script, is workable with different resolutions?
    As for me, I need scripts to work for 1440x900. Almost everything is made for 1900~ resolution.

    Is it only the PNG's that I need to change (along with changing numbers for resolution in the script-file) or is there anything more that I am unaware of?

    I deeply thank you for helping me out.

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #1382
    liudasha'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 problem now is I think it takes too long to attack creeps. For me 6 hit in right button can kill them all. But it hit 10 times more.
    What should i do to edit the script?
    THank u.

  3. #1383
    duder's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RogerHestlund View Post
    Greetings.

    I am just wondering - as very new to AutoIT - if there is any chance at all that this, or any similar script, is workable with different resolutions?
    As for me, I need scripts to work for 1440x900. Almost everything is made for 1900~ resolution.

    Is it only the PNG's that I need to change (along with changing numbers for resolution in the script-file) or is there anything more that I am unaware of?

    I deeply thank you for helping me out.
    think aslong as u run in a 16:9 (which 1440x900 isnt) resolution it should work, if u create your own png's, not promising anything though ;D



    Originally Posted by liudasha View Post
    My problem now is I think it takes too long to attack creeps. For me 6 hit in right button can kill them all. But it hit 10 times more.
    What should i do to edit the script?
    THank u.
    just edit the .ini , test what works for u

    Secondary Attack=
    Primary Attack=
    Last edited by duder; 06-25-2012 at 03:48 PM.

  4. #1384
    sydeu's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tekister View Post
    Edit: I've also created new PNGs for the resolution I'm running on.

    Attachment 8548Attachment 8547Attachment 8549Attachment 8550

    could you upload these pngs?

  5. #1385
    RogerHestlund's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by duder View Post
    think aslong as u run in a 16:9 (which 1440x900 isnt) resolution it should work, if u create your own png's, not promising anything though ;D
    Thank you very much, this information is progress for me. I will continue my research and trying along regularly checking this thread for tips

    Deeply thankful.

  6. #1386
    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)
    Originally Posted by mrjreed View Post
    My last test run throughout the night, Seems the GPH works sometimes, But not other times. (I think its down to it not reading the "CurrentGold" correctly (missing a digit) resulting in negative number, not sure how a fix could be rectified possibly check invent for gp every run rather then start and vendoring times.

    Anyway still tweaking a bit so heres my current run.


    how do you get it to show all those information?

  7. #1387
    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 RogerHestlund View Post
    Thank you very much, this information is progress for me. I will continue my research and trying along regularly checking this thread for tips

    Deeply thankful.
    These are the lines you may have to change, to make 16:10 resolutions work (or any custom resolution). I am basing this off of 1.9.3.
    Code:
    RandClick("middle", Round(400*$x_ratio), Round(600*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;middle of courtyard [waypoint 3]
    Line 187. You may have to adjust this final waypoint. Just change the 400 (x value) to 380, 370, etc etc until the mouse consistantly hovers over the cellar when you stop moving. You can also adjust the Y value if needed. For X value, the lower the number, the farther left the mouse will move. For Y value, the lower the number, the higher up on your screen it will click.

    Code:
    RandClick("left", Round(300*$x_ratio), Round(80*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;Entrance to cellar
    Line 204. If you have gotten to the point where your mouse consistently hovers over the cellar door, but you seem to miss the click going in, just change the above to:
    Code:
    MouseClick("left")
    Code:
    RandClick("middle", Round(120*$x_ratio), Round(1020*$y_ratio), 10*$x_ratio, 10*$y_ratio) ;moves to doorway leading to rare inside cellar
    Line 237. You may have to change 120 and 1020 to coords that put you inside the door. When you are making your own coords, you dont need to use the above code exactly. You can simply use:
    Code:
    RandClick("middle", 120, 1020, 10, 10)
    This says to click at 120 X, 1020 Y, with a 10 pixel random for each direction.

    Line 239. Same as above.

    Code:
    RandClick("left", Round(230*$x_ratio), Round(416*$y_ratio), 120*$x_ratio, 5*$y_ratio) ;Random Click on the resume button
    Line 348. If you are misclicking the Resume Game button, you may have to add in your own coords. For me personally i had to use
    Code:
    MouseClick("left",Random(55,276),Random(280,316),5)
    55 = left, 276= right, 280= top, 316=bottom, 5 = speed the mouse will move. You may have to do this for your logout button as well, and possibly disconnect, and input limit error if they bring that back.

    Code:
    MouseClick("left", 1064*$x_ratio, 256*$y_ratio)
    Line 645. You may have to adjust. Just make sure you click on the chest.

    Code:
    $MagicPixel = PixelSearch(1400*$x_ratio, 580*$y_ratio, 1915*$x_ratio, 890*$y_ratio, 0x182037, 2)
    Line 782. You will most likely have to create your own sell area. For 1280x758 i had to use
    Code:
    $MagicPixel = PixelSearch(921, 420, 1257, 578, 0x182037, 2)
    921=left, 420= top, 1257=right, 578= bottom. This is the proper search area for selling on my resolution to sell from the top 5 rows.

    Line 759. Same as above.

    To handle repairs i just added:
    Code:
    		MouseClick("left",Random(350,369),Random(312,374)) ;Open repair window.
    		Sleep(Random(500,1000))
    		MouseClick("left",Random(84,287),Random(411,431)) ;Pay for repairs.
    		Sleep(Random(500,1000))
    This is added to the end of Vendor Magic. Just add it around line 799. This will always repair you when you go to and sell.

    Hope this helps anyone trying to convert the script to a different unsupported resolution.

  8. #1388
    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 vq350de14 View Post
    how do you get it to show all those information?
    That looks like the newest version using Tesseracts. Just update your script.

  9. #1389
    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)
    Originally Posted by Angrycoder View Post
    That looks like the newest version using Tesseracts. Just update your script.
    i am using 1.3.6 but that much information is still not shown.. weird

  10. #1390
    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 chaosad1 View Post
    302/109 - I just post this cause it would be nice to start seeing these autoit bots get closer to the gph that DB can do. I know au3 will never beat an injected bot, but I know we can get much closer.
    Your gear must be bloody god-like to have that much gf/mf yet have that much dps still. I am almost at 70k with my normal gear currently, but if I use that gear my gf/mf isn't high at all.

  11. #1391
    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)
    i did update the script still doesnt show all those information bottom left corner..

  12. #1392
    HiFi's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone able to run it with 1280x720? I was able to run it under 1920x1080 on my machine, but couldn't get it to run in 1280x720 (friend's). The error says "AutoIt v3 Script has stopped working".

    Machine spec is:
    -Win7 32bit
    -AutoIt v3 (latest)
    -most updated script (v1.3.6)

    Edit: To make it clear, AutoIt was able to start, show information bar, click on Resume Game, game loads at the correct checkpoint, open inventory window (1st time thing). Then it hangs with that error message.
    Last edited by HiFi; 06-25-2012 at 05:30 PM.

  13. #1393
    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)
    Originally Posted by HiFi View Post
    Has anyone able to run it with 1280x720? I was able to run it under 1920x1080 on my machine, but couldn't get it to run in 1280x720 (friend's). The error says "AutoIt v3 Script has stopped working".

    Machine spec is:
    -Win7 32bit
    -AutoIt v3 (latest)
    -most updated script (v1.3.6)

    Edit: To make it clear, AutoIt was able to start, show information bar, click on Resume Game, game loads at the correct checkpoint, open inventory window (1st time thing). Then it hangs with that error message.
    Did you make sure tesseract is installed?

  14. #1394
    HiFi's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theavalonman View Post
    Did you make sure tesseract is installed?
    Yes. I was able to run it on my machine with 1920x1080. I did the exact same steps but could not get it to run with 1280x720.

  15. #1395
    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)
    Originally Posted by HiFi View Post
    Yes. I was able to run it on my machine with 1920x1080. I did the exact same steps but could not get it to run with 1280x720.
    based on the information you gave us, it seems that by opening the window, the autoit crashes, at that specific point in time, it has to do with the tesseract, as its calculating how much gold you currently have.

    Try to reinstall tesseract and delete and place in the tesseract.au3 file into the program files folder.

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 09:21 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