[Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080] menu

Shout-Out

User Tag List

Page 181 of 300 FirstFirst ... 81131177178179180181182183184185231281 ... LastLast
Results 2,701 to 2,715 of 4489
  1. #2701
    neliuz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So is it true that the script probably clicked on the lamp and counted it as a legendary ?

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #2702
    botimo's Avatar Master Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    114
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, got a weird problem. hope you can give me a hand

    script works almost perfectly.. but sometimes i stuck in Menu not finding resume button.
    It works fine for 5 hours and suddenly he stucks. WTF?
    anyboy an idea?

  3. #2703
    G0tMilk's Avatar Member
    Reputation
    4
    Join Date
    Aug 2006
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    99.99% chance what you are seeing is simply a false positive. The script probably clicked on the lamp (orange colored) and counted it as a legendary.

    Not sure about the rares.
    Not true, since I use a lightning based Bow on my DH, 1 in 5 runs it will click once on it on screen thinking it is a rare item, but Is not counted on the GUI.

  4. #2704
    Mrsco's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a quick FYI that I wasted 20 minutes on... If I pin the script to my start menu (windows 7 x64), the script errors on run saying it can't find the first png file (mainmenu.png). It must pickup the scriptDir wrong or something. hope that saves someone sometime. thanks for all the work and keeping the thread going!

  5. #2705
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i run x86 version on x64 system

    works perfect

  6. #2706
    nelliott500's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any reason why the bot will stash a couple magics and sell the rest? I have Magics set to FALSE for Stashing and TRUE for Vendoring.

    It also doesn't seem to stash all of my gems. Just a few types.

  7. #2707
    Synfoe's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would I make it pick up Mythic Health Potions? Do I literally just take a pic, crop it and drop it in the folder? then edit this ?

    Func LootCustom()
    $count = 0
    $gX = 0
    $gY = 0
    For $i = 0 To ($totalItems - 1)
    $array = StringSplit($pick[$i], "|")
    $file = $array[1]
    $accuracy = $array[2]
    $urlString = $pngLoc & $file
    While _ImageSearchArea($pngLoc & "mythic.png", 1, 0, 0, @DesktopWidth, @DesktopHeight, $gX, $gY, $accuracy)
    $count += 1
    MouseClick("left", $gX, $gY, 1, 1)
    Moving(900)
    MouseMove(Round(Random(0, 400) * $x_ratio), Round(Random(700, 1080) * $y_ratio), 3) ;Moves mouse out of the way
    If $count >= 10 Then
    ExitLoop
    EndIf
    WEnd
    Next
    EndFunc ;==>LootCustom
    Last edited by Synfoe; 06-18-2012 at 08:03 PM.

  8. #2708
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nelliott500 View Post
    Any reason why the bot will stash a couple magics and sell the rest? I have Magics set to FALSE for Stashing and TRUE for Vendoring.

    It also doesn't seem to stash all of my gems. Just a few types.
    Legendary pixelsearch was detecting a sword and mojo source and stashing them. Should be fixed now.

    Originally Posted by Synfoe View Post
    How would I make it pick up Mythic Health Potions? Do I literally just take a pic, crop it and drop it in the folder? then edit this ?

    Func LootCustom()
    $count = 0
    $gX = 0
    $gY = 0
    For $i = 0 To ($totalItems - 1)
    $array = StringSplit($pick[$i], "|")
    $file = $array[1]
    $accuracy = $array[2]
    $urlString = $pngLoc & $file
    While _ImageSearchArea($pngLoc & "mythic.png", 1, 0, 0, @DesktopWidth, @DesktopHeight, $gX, $gY, $accuracy)
    $count += 1
    MouseClick("left", $gX, $gY, 1, 1)
    Moving(900)
    MouseMove(Round(Random(0, 400) * $x_ratio), Round(Random(700, 1080) * $y_ratio), 3) ;Moves mouse out of the way
    If $count >= 10 Then
    ExitLoop
    EndIf
    WEnd
    Next
    EndFunc ;==>LootCustom
    No, you don't edit that. Just drop it in the folder, and set LootCustom = True in the ini.
    Last edited by notAres; 06-18-2012 at 08:18 PM.

  9. #2709
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am not using any vendoring or stashing

    how much does it worth ?

  10. #2710
    nula's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    12
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vendoring is not working for me, stuck at Cain's house everytime .If someone have idea how to fix it, i would be grateful.Thanks!

  11. #2711
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  12. #2712
    nelliott500's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Legendary pixelsearch was detecting a sword and mojo source and stashing them. Should be fixed now.
    I just saw you released 1.9.3. I'll give it a try and report back.

    Thanks for releasing and continuing to work on this script. It's very good.

  13. #2713
    robotix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for this wonderful script! Just tested 1.9.3 it is working perfectly! Also I noticed in 10 runs sarkoth gives low gold amounts highest I get is about 1k+, A few days ago I get like 2k+. Has anyone noticed this too? Did they nerfed sarkoth again? Well too bad

  14. #2714
    JackLinks's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After each run, while in the main menu, the mouse moves to the chatbox for about two seconds before clicking Resume.

  15. #2715
    Synfoe's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I notice it moves to the chat box after every click

Similar Threads

  1. Replies: 17
    Last Post: 12-14-2012, 07:21 PM
  2. Replies: 108
    Last Post: 07-03-2012, 02:39 PM
  3. Auto IT Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By Peterk426 in forum Diablo 3 Bots Questions & Requests
    Replies: 5
    Last Post: 07-02-2012, 03:05 PM
  4. Replies: 5
    Last Post: 06-19-2012, 01:36 PM
  5. [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By notAres in forum Diablo 3 Bots and Programs
    Replies: 1118
    Last Post: 06-11-2012, 10:32 AM
All times are GMT -5. The time now is 06:54 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