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

User Tag List

Page 156 of 300 FirstFirst ... 56106152153154155156157158159160206256 ... LastLast
Results 2,326 to 2,340 of 4489
  1. #2326
    747's Avatar Banned
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi , this is the first time for me to use AutoIT and i tried to use notAres Script in all settings you said (1. but my DH walk 5 second and he use Teleport repeat it all the time :S it's me or the script are bugged ? (sry 4 my bad english)

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #2327
    bobbish's Avatar Member
    Reputation
    11
    Join Date
    Jan 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just follow the instructions on page 1, working flawlessly. great job notares !

  3. #2328
    skohcl's Avatar Corporal
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Androth View Post
    same here, count:1 no where to be seen.
    I also noticed that i was suddenly wearing blue bracers instead of my rare, but it was still in my inventory
    Had both those problems, also woke up to being stuck next to stash, constantly right clicking on blue gloves, then resting, then clicking on them some more.


    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

    "...right now won't work below 10k golds (if that's your case please shoot yourself)..." I LOLed... Looks good, ima try it out!
    Last edited by skohcl; 06-16-2012 at 11:34 AM.

  4. #2329
    Ahiro's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a fix for non stash legendaries? =s

  5. #2330
    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)
    I ran 17c all last night and it says that i picked up 2 legendarys and 15 rares.

    I had stash legendary set to true and loot magic set to true.

    I can only find 13 rares and no legendarys in my stash or legendary.

    Just a heads up.

  6. #2331
    Roadwind'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)
    Hi, guys.
    I use a new version of the script, but it miss cellar every time. My resolution - 1920*1080, screen mode "Fullscreen windowed". What resolve of this problem?

  7. #2332
    seppel9'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)
    Im still stucked in the mainmenu, i push "=" but he cant find the resume game button.... I made my own screesnhot but still wont start.
    Any ideas?
    Thanks

  8. #2333
    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)
    Originally Posted by Harth234 View Post
    I ran 17c all last night and it says that i picked up 2 legendarys and 15 rares.

    I had stash legendary set to true and loot magic set to true.

    I can only find 13 rares and no legendarys in my stash or legendary.

    Just a heads up.
    he often detects lamp as legendary.. its a mistake so you probably ddidnt find a legendary

  9. #2334
    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)
    Originally Posted by seppel9 View Post
    Im still stucked in the mainmenu, i push "=" but he cant find the resume game button.... I made my own screesnhot but still wont start.
    Any ideas?
    Thanks
    same here!!!
    there must be a solution please help

  10. #2335
    felipehso's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hahaha, script works just fine, thanks.

    He just equipped a blue shield and sold my Bow to the blacksmith, had to buy another one xD

  11. #2336
    r1korus's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by felipehso View Post
    hahaha, script works just fine, thanks.

    He just equipped a blue shield and sold my Bow to the blacksmith, had to buy another one xD
    that doesnt sound like its working fine lol... I dont want it to sell me 40mil bow

  12. #2337
    Ignorance's Avatar Member
    Reputation
    63
    Join Date
    Sep 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by r1korus View Post
    that doesnt sound like its working fine lol... I dont want it to sell me 40mil bow
    Then don't use it.

  13. #2338
    AngelsAdvance's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey NotAres,

    I prefer the script to just stash all rares unidentified and not try to vendor them at all. I have stashrares set to true and vendorrares set to false, but occasionally a rare slips by the cracks and the script identifies it while vendoring.

    What is the code I need to remove to remove identifying all together? I don't even want to consider a possibility of it swapping my 15mil xbow for a blue shield and just want to turn identifying off all together.
    Last edited by AngelsAdvance; 06-16-2012 at 01:38 PM.

  14. #2339
    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 botimo View Post
    he often detects lamp as legendary.. its a mistake so you probably ddidnt find a legendary
    haha alright that makes me feel better.
    I've never gotten a legendary b4

  15. #2340
    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)
    Mine worked great all night, except it didn't identify rares. There were enough redundancies to keep the bags clear though, so it didn't hurt the run. Over 2 mill from start to finish last night


    Originally Posted by 747 View Post
    Hi , this is the first time for me to use AutoIT and i tried to use notAres Script in all settings you said (1. but my DH walk 5 second and he use Teleport repeat it all the time :S it's me or the script are bugged ? (sry 4 my bad english)
    You need to edit the movement speed and make sure you have the correct build.
    Originally Posted by Harth234 View Post
    I ran 17c all last night and it says that i picked up 2 legendarys and 15 rares.

    I had stash legendary set to true and loot magic set to true.

    I can only find 13 rares and no legendarys in my stash or legendary.

    Just a heads up.
    Just an accidental click on the lamp. It's unavoidable if using pixelsearch to loot
    Originally Posted by AngelsAdvance View Post
    Hey NotAres,

    I prefer the script to just stash all rares unidentified and not try to vendor them at all. I have stashrares set to true and vendorrares set to false, but occasionally a rare slips by the cracks and the script identifies it while vendoring.

    What is the code I need to remove to remove identifying all together? I don't even want to consider a possibility of it swapping my 15mil xbow for a blue shield and just want to turn identifying off all together.
    Comment the line:
    Call("Identify")

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 02:40 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