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

User Tag List

Page 36 of 135 FirstFirst ... 32333435363738394086 ... LastLast
Results 526 to 540 of 2011
  1. #526
    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 batscher View Post
    I had to do this because the script wasnt able to detect my resolution in fullscreen mode.
    Ahhh alright, my apologies.

    Originally Posted by kh11 View Post
    Same here. Also, still getting the banner issue *sometimes* after death.
    Did you try this?
    Originally Posted by Shimizoki View Post
    I might have done my math wrong. That same line I asked everyone to edit before... Edit it again, try this (~650)
    Code:
    $VendorFound = PixelSearch(Round(180*$x_ratio), Round(0*$y_ratio), Round(360*$x_ratio), Round(120*$y_ratio), 0xC5C25A) ; checks for the bright spot on bag at top of vendor
    -Darkling Lord

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #527
    kh11'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)
    Originally Posted by Shimizoki View Post
    Ahhh alright, my apologies.
    Don't get me wrong... your work is great, and I'm not complaining. Just giving a heads up on issues I'm having is all.

    Keep it up, Shim!

  3. #528
    Slowloris'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)
    For people who doesnt goes to vendor, therefor gets stuck in town
    Check that your ini have this:
    [Stashing]
    Loot=True

    This was making problems for me... Running 1.2 version

  4. #529
    kh11'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)
    Originally Posted by Shimizoki View Post
    Ahhh alright, my apologies.


    Did you try this?

    Yeah, that didn't seem to work either. Character actually just runs to the villager NPC right after closing the vendor window (and then just sits there).

  5. #530
    momo69's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok quick error i encounter with v1.3.2 ...when going to repair...he doesnt...and he clicks next to the villager right under the merchant...and then he just stops

    1920 rez
    Last edited by momo69; 06-16-2012 at 03:03 PM.

  6. #531
    batscher's Avatar Corporal
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sometimes the NewTristram.png didnt worked. I made a new one.
    1280x720.rar

  7. #532
    KastroBg's Avatar Corporal
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    >Exit code: 1 Time: 0.209 ---> thus is what i am getting adn it doesnt do anything to the .ini file ... i am with last version from page 1 of this tread ... Any ideas anyone ? Win7/64bit ... copied everything where it should be copied and disabled firewall ...

  8. #533
    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 kh11 View Post
    Yeah, that didn't seem to work either. Character actually just runs to the villager NPC right after closing the vendor window (and then just sits there).
    Originally Posted by momo69 View Post
    Ok quick error i encounter with v1.3.2 ...when going to repair...he doesnt...and he clicks next to the villager right under the merchant...and then he just stops
    is there a new set of pngs or? 1920 rez
    If you have the ability to either take a vid of it happening, or atleast a screen shot. Please send it to me via PM along with your INI. I want to see if I can figure this out. Unless I did my math wrong elsewhere, it shouldnt move away from the vendor.

    Originally Posted by batscher View Post
    sometimes the NewTristram.png didnt worked. I made a new one.
    1280x720.rar
    Alright, thanks.
    -Darkling Lord

  9. #534
    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 KastroBg View Post
    >Exit code: 1 Time: 0.209 ---> thus is what i am getting adn it doesnt do anything to the .ini file ... i am with last version from page 1 of this tread ... Any ideas anyone ? Win7/64bit ... copied everything where it should be copied and disabled firewall ...
    I need more detail than that to identify what your problem is. I have found that if Diablo is not running, it may not generate the INI. So get back to me with a more detailed error report and try that real quick.
    -Darkling Lord

  10. #535
    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)
    Code:
    		If $vendorAll == True Then
    			For $c = 1 To $vendorCols
    				For $r = 1 To $vendorRows
    					MouseClick("right", (((($c-1)*50)+32+1398)*$x_ratio), (((($r-1)*51)+32+572)*$y_ratio))
    				Next
    			Next
    		EndIf
    Can you explain this code a little more to me. Specifically MouseClick("right", (((($c-1)*50)+32+139*$x_ratio), (((($r-1)*51)+32+572)*$y_ratio)).

    I realize its starting in c1 (bag slot one) and moving down and across. But its missing my column 1, and its like dead center of my other columns. So i need to adjust this. Could you rewrite MouseClick("right", (((($c-1)*50)+32+139*$x_ratio), (((($r-1)*51)+32+572)*$y_ratio)) without the ratio adjustments as an example for me? I believe you use a 1600x900, so if i could just see what it was look like even in that resolution without the extra ratio stuff.

    Also maybe explain the formula just a little, like $c-1*50+32+1390.
    Thanks !

  11. #536
    robble's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The issue with it going to the merchant but stopping at the villager outside Cain's house instead....I don't have stashing on so I'm not sure if that's part of the problem. I don't know that I have a way to video it, but I can at least attach a screenshot of where the toon stops. Trying now with 1.3.2.

    Like others, I've seen the disconnect issue not being corrected by the script. Based on the time it was running and the gold I had acquired, it was up for several hours at one point without any correction.
    Last edited by robble; 06-16-2012 at 03:39 PM.

  12. #537
    satan2004's Avatar Member
    Reputation
    8
    Join Date
    Apr 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nvm im just frustrated
    Last edited by satan2004; 06-16-2012 at 06:44 PM.

  13. #538
    Neutrolizer's Avatar Member
    Reputation
    11
    Join Date
    Aug 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by satan2004 View Post
    amazing how after 2 days of using this script that uses download and accesses through my firewall, ive gotten hacked?

    No, check out the latest changes in OP first page.

  14. #539
    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 satan2004 View Post
    amazing how after 2 days of using this script that uses download and accesses through my firewall, ive gotten hacked?
    I dont think this script had anything to do with you getting hacked, since you said 2 days of using this script that allows a DL, when the DL version has only been up a few hours.

    I personally dislike the auto update feature just because of this. While its a nice feature, it definitely has the potential to turn into something nasty. I dont think Shim would have anything to do with something malicious, but lets say if i had a friend that wanted to start botting, i could cut and paste the code to mind friend, and i can change the DL path before giving it to him. Then when he runs the script, says "update", and he will likely just click "ok" not knowing what is going to get DLed.

    I have personally commented out all the lines that has to do with auto update, because of this reason. Me pressing "OK DL new script now" saves me about 10 seconds of time vs just copy and paste from a pastebin.

  15. #540
    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)
    I know you guys have already talked about this, and believe me I tried to make sense out of the suggestions you guys threw out there, but could you run by me again some possible solutions for the not vendoring problem in a simpler fashion. I know Shim mentioned editing certain lines and all, but I don't know which parts (assuming this actually fixes the problem).

    EDIT: Not two minutes after I posted this I realized that in the .ini the Magic vendoring is set to False for some reason. I'm going to see if changing that fixes it. If so you guys might want to check to see if that is your problem, too.
    Last edited by qu9ke; 06-16-2012 at 03:59 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 04:11 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