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

User Tag List

Page 3 of 135 FirstFirst 123456753103 ... LastLast
Results 31 to 45 of 2011
  1. #31
    c4gRi's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    28
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he only use T ...all the time only T T T T T T T T T T

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #32
    Gutinat0r's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    Aye, start it from the menu (Different than notAres) It should be happier
    Tried from the menu and adjusted the tolerance to 70/20/200/original - didn't matter. Still stuck opening stuff on there.

    Also he attacks only in a straight line which is fine for killing sark+2 but one get's left out sometimes (still only getting 1 run and then stuck in main menu)
    Last edited by Gutinat0r; 06-13-2012 at 05:39 PM.

  3. #33
    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)
    FML, I see where I went wrong. Ok... just for funsies. try replacing line 113

    If CheckFor("MainMenu") Then
    with
    If CheckFor("MainMenu", "", 0, 0, @DesktopWidth, @DesktopHeight, 15, 100) Then
    I think I have my check timer for too short of a time, On some systems it might take longer to get through. This should let it check for 15 seconds max.
    -Darkling Lord

  4. #34
    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 Shimizoki View Post
    FML, I see where I went wrong. Ok... just for funsies. try replacing line 113


    with


    I think I have my check timer for too short of a time, On some systems it might take longer to get through. This should let it check for 15 seconds max.
    still banner, i tried changin tolerance and its still doing same thing

  5. #35
    Gutinat0r's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fukker View Post
    still banner, i tried changin tolerance and its still doing same thing
    Same here. Even if you try to start straight from the main menu - where there are no load times involved.

  6. #36
    edsel6502's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will play tonight when I have time. Noticed some hardcoded lines.

    Line 524: $urlString = "D:\Users\Shimizoki\Desktop\D3 Stuff\AutoIt\Images\tomeIcon.png"

    I like the custom loot section. for mythics etc.

  7. #37
    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)
    Ok, if you are starting from the main menu. And it proceeds to click a banner. This means that the CheckFor("MainMenu") line is failing. It is then proceeding to check For the old ruins. When that fails its trying to portal out of the game. I can see that problem now.

    To fix the issue when need to make sure that it is seeing the Main menu. The reason it would be failing is because the PNG for main menu is not being read properly. I know you guys know how to set this up since you had notAres running. The only thing I can think of is that for some reason the image isnt clear enough for it to be working. If this cant be fixed through the tolerance. Then I need a clearer image of MainMenu.png. Feel free to try and create one similar to what I have already provided.
    -Darkling Lord

  8. #38
    Gutinat0r's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually I just looked into the files. The Main Menu is a *.jpg. Not a *.png. Will try changing that.

    Yepp, now it starts from the Menu.

  9. #39
    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)
    Hey guy, just found a little Error in your Stashtomes(),
    you didnt make the urlstring fit to the path given on top of the script.

    $urlString = "D:\Users\Shimizoki\Desktop\D3 Stuff\AutoIt\Images\tomeIcon.png"
    You also forgot While $Stashtomes so it will always try to stash the tomes atm.


    awesome script btw, cant wait to test it!

  10. #40
    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 Gutinat0r View Post
    Actually I just looked into the files. The Main Menu is a *.jpg. Not a *.png. Will try changing that.
    LOL, will provide an updated MainMenu.PNG in the next update. (Soon)
    -Darkling Lord

  11. #41
    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 Shimizoki View Post
    Ok, if you are starting from the main menu. And it proceeds to click a banner. This means that the CheckFor("MainMenu") line is failing. It is then proceeding to check For the old ruins. When that fails its trying to portal out of the game. I can see that problem now.

    To fix the issue when need to make sure that it is seeing the Main menu. The reason it would be failing is because the PNG for main menu is not being read properly. I know you guys know how to set this up since you had notAres running. The only thing I can think of is that for some reason the image isnt clear enough for it to be working. If this cant be fixed through the tolerance. Then I need a clearer image of MainMenu.png. Feel free to try and create one similar to what I have already provided.
    i was thinking the same that resume png is not clear

  12. #42
    Gutinat0r's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    LOL, will provide an updated MainMenu.PNG in the next update. (Soon)
    One can just rename it. It worked for me, no need to create a new one. Might be better in the long run, but for now it seems to work. One thing though: I just ran into the wall straight down the cellar and died. After my death it left the game, as intended I guess but somehow startet on quitting the game.

  13. #43
    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)
    Updated PNG for MainMenu. 1920x1080

    Originally Posted by Gutinat0r View Post
    One can just rename it. It worked for me, no need to create a new one. Might be better in the long run, but for now it seems to work. One thing though: I just ran into the wall straight down the cellar and died. After my death it left the game, as intended I guess but somehow startet on quitting the game.
    They use a different compression method... so yea, better in the long run. Also yes, if you die it should leave the game. I thought about respawning and starting over again. but I feared this could lead to an infinite loop of deaths.

    Are you saying that it hit quit game? If thats the case I need to adjust my coords.
    Attached Thumbnails Attached Thumbnails [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-mainmenu-png  
    Last edited by Shimizoki; 06-13-2012 at 06:01 PM.
    -Darkling Lord

  14. #44
    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)
    i fixed it im gonna upload the one i made also here:


    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-mainmenu-png

  15. #45
    Gutinat0r's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    Are you saying that it hit quit game? If thats the case I need to adjust my coords.
    In the Main Menu it called up the Menu and somewho tried to quit (got the dialouge if I was sure that I wanted to leave the game). I stopped it before it could do anything like... Accept or Decline. But that is where it went to.

Page 3 of 135 FirstFirst 123456753103 ... 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 02:43 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