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

User Tag List

Page 160 of 300 FirstFirst ... 60110156157158159160161162163164210260 ... LastLast
Results 2,386 to 2,400 of 4489
  1. #2386
    darkjoy's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by botimo View Post
    i think we talk about 1.7c.. its reaaallyyy MUCH faster Oo
    i really don't notice a difference between 1.7c and 1.8c in regards to speed.

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #2387
    darkjoy's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by S|cK View Post
    Sooooo I've been working on a way to read current gold in-game. Still in progress but with some implementation and everything we'll be able to calculate how much golds the script have made since it's first run and also calculate an average of how many golds per hours, generate statistics, etc... You'll need new PNG (1920x1080) see attachment.

    Code:
    ; Requires new PNG for digits, see forums
    Func ReadGold() ; Experimental, right now won't work below 10k golds (if that's your case please shoot yourself). Requires 1920x1080
       $Gold = 0
       $Retval = 0
       $gX = 0
       $gY = 0
       $Step = 0
       $i = 0
       $j = 0
    For $j = 1 to 13
       For $i = 1 to 10
          $Retval = _ImageSearchArea($pngLoc & $i & ".png",0,Round((1464+$Step)*$x_ratio),Round(509*$y_ratio),Round((1464+$Step+9)*$x_radio),Round(525*$y_ratio),$gX,$gY,20)
          if $Retval = 1 Then
             ;Msgbox("","Found something!","j=" & $j & " i=" & $i & " Pos=" & 1465+$Step & " - " & 1465+$Step+9) ; DEBUG
             Switch $j
             Case 1
                $Gold += $i * 1000000000
             Case 2 ; Comma
             Case 3
                $Gold += $i * 100000000
             case 4
                $Gold += $i * 10000000
             case 5
                $Gold += $i * 1000000
             case 6 ; Comma
             case 7
                $Gold += $i * 100000
             case 8
                $Gold += $i * 10000
             case 9
                $Gold += $i * 1000
             case 10 ; Comma (Above 10k golds)
             case 11 
                $Gold += $i * 100
             case 12
                $Gold += $i * 10
             case 13
                $Gold += $i * 1
             EndSwitch
             ExitLoop
          Endif        
       Next
       if $j = 2 or $j = 6 or $j = 10 then 
          $Step += 5
       Else
          $Step += 9
       endif 
    Next
    ;Msgbox("","Gold",$Gold) ; DEBUG
    Return $Gold
    EndFunc


    Attachment 8227
    Is this working in it's current form?

  3. #2388
    sabith01's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey thanks for this amazing script, but I tend to disconnect a lot because of my internet so it takes me back to actual log in screen.

    Is there a way to make it type my password when it sees the log in screen?

  4. #2389
    digit_xero's Avatar Active Member
    Reputation
    15
    Join Date
    Jan 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by S|cK View Post
    Sooooo I've been working on a way to read current gold in-game. Still in progress but with some implementation and everything we'll be able to calculate how much golds the script have made since it's first run and also calculate an average of how many golds per hours, generate statistics, etc... You'll need new PNG (1920x1080) see attachment.

    Code:
    ; Requires new PNG for digits, see forums
    Func ReadGold() ; Experimental, right now won't work below 10k golds (if that's your case please shoot yourself). Requires 1920x1080
       $Gold = 0
       $Retval = 0
       $gX = 0
       $gY = 0
       $Step = 0
       $i = 0
       $j = 0
    For $j = 1 to 13
       For $i = 1 to 10
          $Retval = _ImageSearchArea($pngLoc & $i & ".png",0,Round((1464+$Step)*$x_ratio),Round(509*$y_ratio),Round((1464+$Step+9)*$x_radio),Round(525*$y_ratio),$gX,$gY,20)
          if $Retval = 1 Then
             ;Msgbox("","Found something!","j=" & $j & " i=" & $i & " Pos=" & 1465+$Step & " - " & 1465+$Step+9) ; DEBUG
             Switch $j
             Case 1
                $Gold += $i * 1000000000
             Case 2 ; Comma
             Case 3
                $Gold += $i * 100000000
             case 4
                $Gold += $i * 10000000
             case 5
                $Gold += $i * 1000000
             case 6 ; Comma
             case 7
                $Gold += $i * 100000
             case 8
                $Gold += $i * 10000
             case 9
                $Gold += $i * 1000
             case 10 ; Comma (Above 10k golds)
             case 11 
                $Gold += $i * 100
             case 12
                $Gold += $i * 10
             case 13
                $Gold += $i * 1
             EndSwitch
             ExitLoop
          Endif        
       Next
       if $j = 2 or $j = 6 or $j = 10 then 
          $Step += 5
       Else
          $Step += 9
       endif 
    Next
    ;Msgbox("","Gold",$Gold) ; DEBUG
    Return $Gold
    EndFunc


    Attachment 8227

    I feel like having it read gold on the ground wouldn't be very accurate nor time efficient because you can't really make it look for gold numbers constantly.

    Maybe have it read the gold in your bag every time you go to a vendor, would be far more accurate, but would only update whenever you sell... Still extremely effective imo...

    Good idea though.

  5. #2390
    Thumble's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thumble View Post
    Hi notares
    Can't check yet but does the new version has a 1600x1900 unidentified.png ? I think I failed at making my own (posted at the bottom of page 156). Could you take a look at it please ? It sold my xbow :'(
    Thank you very much for the time you've put into the bot
    No one ? :'(

  6. #2391
    S|cK's Avatar Member
    Reputation
    3
    Join Date
    Nov 2006
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by digit_xero View Post
    I feel like having it read gold on the ground wouldn't be very accurate nor time efficient because you can't really make it look for gold numbers constantly.

    Maybe have it read the gold in your bag every time you go to a vendor, would be far more accurate, but would only update whenever you sell... Still extremely effective imo...

    Good idea though.
    It doesn't read gold on the ground it reads golds in the character sheet. Takes like 6-7 seconds to execute though so the best would be to use at the start of the first run and each hours.

  7. #2392
    akinswal's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any way to change loot priority
    wlked away from my computer just to find out that the 5 mins i was gone he droped a legendary but it wasnt looted

  8. #2393
    Harth234's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sinthesis View Post
    So, been running it consistently the past few days, and I sit down and the readout says I found a legendary. However, upon further investigation I do not have a new legendary, and I also noticed it had sold a rare BS pattern it found as well. Kind of frustrated right now
    Wait, I'm confused, are you trying to say you're angry because someone gave you a script for free?

    Don't be frustrated... be happy you got to farm "consistently the past few days."

  9. #2394
    bofeity's Avatar Sergeant
    Reputation
    5
    Join Date
    Jun 2010
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After running for a bit I had around 10 rares in my inventory un-id'd, the bot then would try to sell them.
    Guess it isn't id'ing rares correctly? (V 1.8 )

  10. #2395
    whoRu's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any1 getting stuck in town after it goto the vender?

  11. #2396
    Rezidude's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One thing is missing from this script, salvaging level 60 gear then stashing the essences/tears then vendoring. Would add a little bit of time, but definitely would yield more gold in the end theoretically.

    Overall great script, keep up the good work! Works flawlessly for me.

  12. #2397
    kevink88's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    59
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I ran the bot for about 12hours and well just look for the results
    I disabled blue/rare looting because last time it got stuck.
    Also it said it picked up no tomes wich isn't correct but ill check the script later if I accidently changed something
    The script didn't get stuck and it will continue for another 8-10 hours.

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-12h-run-png

    Also I did add some commands to the script to prevent getting stuck like everytime before it presses escape to leave the game it will first close all windows same in main menu etc etc

  13. #2398
    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 personally find this script to be extremely inconsistent and unreliable. I can only hit the cellar I'd estimate around 10% of the time (I wouldn't be surprised if it was less). The cursor ALWAYS lands in a different spot or my DH always does. I have the correct resolution at 1920x1080 fullscreen windowed with the correct skills and passives. Even when I have 25% movement speed ingame, I have to set the movement speed in the script to 0. If I set the script movement speed to what mine is in game, my cursor will be a few inches away from the cellar. I have tried and tried and tried editing the numbers in the script telling the cursor where to go and look, but it is too inconsistent for me to find a good average and I usually end up missing. I have been using Shimizoki's script pretty much flawlessly, but I am just so curious as to why this is happening on this script and am wanting to try out this script's stashing and vendoring features if I can get this thing to work properly.

    EDIT: and yes I also installed everything just like the instructions said. Dll's in system32, pics in a different directory with no subfolders, and told the script where my pics folder was.

    EDIT#2: The problems mentioned above only seem to be prominent in v1.8c. v1.8a seems to be okay in general. There may still be a couple hiccups here and there, but overall it's good. I still would like to solve this mystery, however... :\
    Last edited by qu9ke; 06-16-2012 at 10:22 PM.

  14. #2399
    kevink88's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    59
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You must be doing something wrong mate like my ss shows its flawless you just need to make some small adjustments.

  15. #2400
    karosh's Avatar Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what do you guys do with the thousands of gems?

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 12:00 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