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

Shout-Out

User Tag List

Page 8 of 135 FirstFirst ... 45678910111258108 ... LastLast
Results 106 to 120 of 2011
  1. #106
    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,

    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?
    I think its because I have random pathing... in the worse case you might be standing at just the wrong angle for D3 to autopath you. I will adjust this in a second.
    -Darkling Lord

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #107
    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 Shimizoki View Post
    I think its because I have random pathing... in the worse case you might be standing at just the wrong angle for D3 to autopath you. I will adjust this in a second.
    That'll be great. Also, any outcome from the long pause after looting?

  3. #108
    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 Shimizoki View Post
    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)

    To


    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)

    To
    ok none are working well this one is

    If CheckFor("MainMenu") Then

    to

    If True Then

    But the it go's into game and teleports home and logs out then clicks banner

  4. #109
    bobfromuk's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    75
    Thanks G/R
    7/4
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    ok, ive fixed my problem with the script not running.

    instead of using the x64 dll files, i tried the x86 files.

    however, i do have a 64bit OS... but the 32bit ones seemed to make it work.

  5. #110
    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
    ok none are working well this one is

    If CheckFor("MainMenu") Then

    to

    If True Then

    But the it go's into game and teleports home and logs out then clicks banner
    Banner clicking is because it doesnt recognize RESUME png it happened to me i had to make new one

  6. #111
    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
    That'll be great. Also, any outcome from the long pause after looting?
    No... If LootCustom is false, and Timer is off, then you should finish looting. Then start portaling. Look in the logs it generates and tell me if you see something to this effect
    Random Sleep - 5 sec

    Originally Posted by darknight666 View Post
    ok none are working well this one is
    If CheckFor("MainMenu") Then
    to
    If True Then
    But the it go's into game and teleports home and logs out then clicks banner
    This is telling me that it is not finding your images. or atleast not reading them. Send me a PM with a screenshot of where your images are on your computer, and send me your script and I can take a look. I am running 1600x900 so I know it works there, and there are multiple users running 1920x1080 so I know it works there. The issues must just be in my ability to communicate effectivly
    -Darkling Lord

  7. #112
    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)
    Ok got it working but it is doing same thing as this guy

    Originally Posted by theavalonman View Post
    @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?

  8. #113
    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
    Ok got it working but it is doing same thing as this guy
    Yea, Im about to try and work on that. If you dont mind, how did you get it working? So I can better help those in the future
    -Darkling Lord

  9. #114
    Vitt4300's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The DLL files worry me. Can you guys explain these to me I thought what made autoit safe was no DLL's

  10. #115
    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 Shimizoki View Post
    No... If LootCustom is false, and Timer is off, then you should finish looting. Then start portaling. Look in the logs it generates and tell me if you see something to this effect




    This is telling me that it is not finding your images. or atleast not reading them. Send me a PM with a screenshot of where your images are on your computer, and send me your script and I can take a look. I am running 1600x900 so I know it works there, and there are multiple users running 1920x1080 so I know it works there. The issues must just be in my ability to communicate effectivly


    Sent..................

  11. #116
    archlord12345's Avatar Active Member
    Reputation
    17
    Join Date
    May 2012
    Posts
    186
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am getting two error:
    1) it stays 10 second in old road before doing anything ( mobs end by killing me)
    2) after repairing items, it exit the game and try to leave the game ( stuck here)

    beside that , you made a really good job seriously.

    any suggestion?

  12. #117
    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
    Ok got it working but it is doing same thing as this guy
    check if its Fullscreen or Fullscreen windowed
    because for me with Fullscreen and not fullscreen windowed it goes to the right
    Last edited by fukker; 06-13-2012 at 09:02 PM.

  13. #118
    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 archlord12345 View Post
    i am getting two error:
    1) it stays 10 second in old road before doing anything ( mobs end by killing me)
    2) after repairing items, it exit the game and try to leave the game ( stuck here)

    beside that , you made a really good job seriously.

    any suggestion?
    You are probably still using 1.0.1 or 1.0.2, try the newest version. Its being updated quickly because there are lots of minor bugs.
    -Darkling Lord

  14. #119
    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)
    ok all is fixed on my end got it all working but after i do a full run it trys clicking Resume to fast

  15. #120
    archlord12345's Avatar Active Member
    Reputation
    17
    Join Date
    May 2012
    Posts
    186
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, tried new version :

    Work perfectly except:

    bug report:
    after 5 games , it teleport to town and doesnt leave the game.

Page 8 of 135 FirstFirst ... 45678910111258108 ... 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:03 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