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

User Tag List

Page 7 of 135 FirstFirst ... 3456789101157107 ... LastLast
Results 91 to 105 of 2011
  1. #91
    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 darknight666 View Post

    Tryed that still not moving
    Originally Posted by Khadryn74 View Post
    I'm also having the same issue as darknight666. I changed the location of the png files to mirror where it is on my HD, and i did make sure to put the \ at the end. And it just sits there doing nothing, even after 10 minutes of idling.
    Only changes i did in the script file was set it to 1600x900, changed the keys to 1,2,3,4 and the location of the PNG files. Only thing i noticed is that i didn't remove the comment from:
    #include <ImageSearch.au3>
    But i wasn't sure if i needed to touch that or not.
    Originally Posted by bobfromuk View Post
    If its not in the settings, you shouldn't touch it. Ill be adding an INI file shortly so you dont even have to look at the script.
    Change the 1600x900 back to 1920x1080. but make sure you are still using the 1600x900 images in the folder.

    $pngLoc = "C:\Users\me\Desktop\games\images\" ;Location of the .PNGs
    ive put my script into a folder on my desktop C:/Users/me/desktop/games/script.au3
    ive put my images into a folder with the script C:/Users/me/desktop/games/images/all.png
    suggestions?
    Alright, so for all of you... I dont think I did a good job explaining. lets say you change the url in the script to "C:\Users\MyName\Pictures\AutoItPics\"
    This implies that:
    "C:\Users\MyName\Pictures\AutoItPics\MainMenu.png" is valid. Basically it means that the actual PNGs are in the AutoItPics folder.
    Once you can confirm that, we can move on... but this is usually the mistake that is made, and in fairness... I could have explained it better the first time.
    Last edited by Shimizoki; 06-13-2012 at 08:14 PM.
    -Darkling Lord

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #92
    darknight666's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well this is how mine is

    ;Checks if the player is in the Main Menu
    If CheckFor("MainMenu") Then

    there is no PNG

  3. #93
    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 darknight666 View Post
    Well this is how mine is
    ;Checks if the player is in the Main Menu
    If CheckFor("MainMenu") Then
    there is no PNG
    That part of the code does not need to say png. I just need to make sure that it is looking for it in the correct location.
    Also, make sure you are in fullscreen windowed mode.
    -Darkling Lord

  4. #94
    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)
    hey my friend is having problems with his mouse not even moving, what it could be?
    he's using 1600x900

    i told him to restart comp because he put new dlls in windows folder but i dunno if that will help, so i dont get how come even if he did everything wrong his mouse is not moving

  5. #95
    bobfromuk's Avatar Member
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    0/3
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    hey dude, i can 100% confirm i have the script pointing to the correct location for the images, and im in fullscreen windowed mode.

  6. #96
    darknight666's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes im in Fullscreen windowed mode i always am and i did not change anything from your script here [AutoIt] Sarkoth Run DH - Pastebin.com other then

    Code:
    ;Change to match your abilities (1-4 by default)
    $skillSmokeScreen = "2"
    $skillPreperation = "3"
    $skillCompanion = "4"
    $skillCaltrops = "1"
     
    $movementSpeed = 25             ;This is the % increase movement speed you have. 25 = 25%, 0 = 0%, 50 = 50%
     
    ;Custom Loot
    $pngLoc = "C:\Users\john\Documents\D3 Pics\"  ;Location of the .PNGs

  7. #97
    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)
    Originally Posted by darknight666 View Post
    Yes im in Fullscreen windowed mode i always am and i did not change anything from your script here [AutoIt] Sarkoth Run DH - Pastebin.com other then

    Code:
    ;Change to match your abilities (1-4 by default)
    $skillSmokeScreen = "2"
    $skillPreperation = "3"
    $skillCompanion = "4"
    $skillCaltrops = "1"
     
    $movementSpeed = 25             ;This is the % increase movement speed you have. 25 = 25%, 0 = 0%, 50 = 50%
     
    ;Custom Loot
    $pngLoc = "C:\Users\john\Documents\D3 Pics\"  ;Location of the .PNGs
    it doesn move mouse for u at all ?

  8. #98
    darknight666's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fukker View Post
    it doesn move mouse for u at all ?
    nope not at all

  9. #99
    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)
    Originally Posted by theavalonman View Post
    @fukker, did you managed to solve the long pause issue that the script is causing before clicking the resume button? Would like to eliminate that :P
    i have no problems at all on 1920x1080

  10. #100
    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)
    Originally Posted by darknight666 View Post
    nope not at all
    same with my friend he's on 1600x900

  11. #101
    darknight666's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    o well back to notAres script

  12. #102
    Khadryn74's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have my resolution set to 1600x900 (ImageShack® - Online Photo and Video Hosting) and when i look at my d3Prefs file it shows this:

    DisplayModeWindowMode "2"
    DisplayModeWinLeft "200"
    DisplayModeWinTop "105"
    DisplayModeWinWidth "1280"
    DisplayModeWinHeight "800"
    DisplayModeUIOptWidth "1600"
    DisplayModeUIOptHeight "900"
    DisplayModeWidth "1680"
    DisplayModeHeight "1050"

    Does this look correct? Just for the hell of it i changed everything to read 1600x900, same results. Was thinking maybe the screen shots of the pngs doesnt match what i see on my screen.

  13. #103
    darknight666's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fukker View Post
    same with my friend he's on 1600x900
    im on 1920x1080

  14. #104
    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,

    I am having an occasional issue where the script detects the cellar but it walks straight to the side of it, and stucks there, instead of pathfinding into the cellar, do u have any idea what is happening?

  15. #105
    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)
    For those of you still having issues with nothing happening. This is because it does not read the MainMenu.png (Before it would act erratically, but now it does nothing. Perhaps I should do something differently)
    If the PNGs are in the right folder, and you are starting the script from the menu. (Any you have the proper sized PNGs for your resolution) and its still not working then you can try this.
    (BTW PM me a screenshot of where your PNGs are located and where the pngLoc variable is pointing to... Perhaps im still explaining poorly)

    Change This (Line 360ish)
    Func CheckFor($img, $type = "", $startX = 0, $startY = 0, $endX = @DesktopWidth, $endY = @DesktopHeight, $seconds = 5 ,$tolerance = 100)
    To
    Func CheckFor($img, $type = "", $startX = 0, $startY = 0, $endX = @DesktopWidth, $endY = @DesktopHeight, $seconds = 5 ,$tolerance = 255)
    If it still does not work, then just a temp fix to help me see what the problem is would be to change this (Line 120ish)
    If CheckFor("MainMenu") Then
    To
    If True Then
    -Darkling Lord

Page 7 of 135 FirstFirst ... 3456789101157107 ... LastLast

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:18 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search