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

User Tag List

Page 52 of 300 FirstFirst ... 2484950515253545556102152 ... LastLast
Results 766 to 780 of 4489
  1. #766
    rvbfreak's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by goofinator View Post
    i have an updated post on page 48
    I think it would be best for another array for tolerance to fine tune it. I've been looking around for how to write 2d arrays but they're practically non-existant in AutoIt. Do you know any workaround?
    e.g.
    $pick[0,0] = "uare.png" ;filename
    $pick[0,1] = 100 ;tolerance
    $pick[1,0] = "tome.png"
    etc

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #767
    vampyrerain's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hodari View Post
    The main programming people just woke up and have gone over the thread to see the problems we are having. Give them time to have a life and im sure they will get around to working on it tonight.

    Just to make sure we are all on the same page, are you using the compiler as x86 or are you checking the compile for x64 system? Are you doing anything special to launch the compiled exe?
    im not compiling, just using autoit to run the .au3

    I got it to work running under x64, however it still isnt looting, i just dont get the error anymore.

  3. #768
    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)
    Hello. Can you modify the script that the character will come around here before start checking items

    because it sometimes go to the right top and missing the items before start item check

    it should go around pillar before start item checking

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-before-item-check-jpg

  4. #769
    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)
    Originally Posted by notAres View Post
    I just got up too. Last night while I was cranking away at 1.3b, ownedcore was down for hours and I couldn't come grab any pngs to test. All I did was set it up and make sure it still runs through error free, I did not have time to make sure it's looting. If rvb/goof see anything that needs to be recoded or refined, post it here and I'll port it into the next version when I start coding again later today.

    I'm also on Win7 x64 and was reading about likely compatibility issues. However, I do not get the same $x array error that some of you are getting, so try running autoit in x64 like me.
    right now script working perfect for me expect

    sometimes it goes to the right upper corner of cellar before start item checking

    so misses items

    so before start checking items it should go over the pillar at the center

  5. #770
    benfinkel'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)
    Hey guys,

    notAres - Been using the script for a few days now, great work!


    I'm running an MF set and I was hoping to get better rare/set/legendary detection. Has anyone thought about using the image search function and searching for just vowels? i.e. the five vowels in rare yellow, five in legendary orange, and five in set green? Seems like that would have a really high hit rate.

  6. #771
    rvbfreak's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by benfinkel View Post
    Hey guys,

    notAres - Been using the script for a few days now, great work!


    I'm running an MF set and I was hoping to get better rare/set/legendary detection. Has anyone thought about using the image search function and searching for just vowels? i.e. the five vowels in rare yellow, five in legendary orange, and five in set green? Seems like that would have a really high hit rate.
    Thats what I'm working on now.
    I need to play with the tolerances to get it to hit without clicking something random.

  7. #772
    Hodari's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats what they are trying to get working 100% right now but there is compatibility issues.

  8. #773
    Hodari's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not using the imagesearch, I was able to get it to start looting blues by adding this

    Func CheckLoot()
    Send("{ALTDOWN}")
    Send("{ALTUP}")
    Sleep(Random(500,2000))

    but I have the problem where it will go to that upper corner like its trying to sit next to the glowing torch. But it does get one of the blues.

    Is it possible that there is a problem in the loop where its only going after the first item? That would explain why RARES worked for some people since its highly unlikely he would drop more than 1 rare at a time.

    Edit=> {Im this close to adding debugging lines in the game like Send("{NUMPAD1}") or what ever its command is so I can get audio responses in the game when it drops a orange or set.... turn the music in game down and the sound up.... every time I hear what ever the hell the dude would say make a mad dash to the computer to stop the script lol.
    Last edited by Hodari; 06-10-2012 at 02:58 PM.

  9. #774
    dutchydarky'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)
    hey,

    not sure if it's still needed but i just got a set drop
    ImageShack® - Online Photo and Video Hosting
    ImageShack® - Online Photo and Video Hosting

    thanks for the great script

    DD

  10. #775
    Tomaszrze's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i just did couple runs and for me it seems its been nerfed already, im playing on Europe, whats your opinion guys?
    Im getting lower amount of gold on drops.

  11. #776
    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)
    A few changes I made that may be beneficial at a later date include

    -Click Variation (It clicks within X pixels of the target)
    While Im not sure if its needed... it will make it so that I am not clicking the same pixels everytime. It makes me feel a tad better since Blizz wont see and exact match for each run.

    Code:
    ;Clicks near selected pixel
    Func RandClick($clickType, $xPos, $yPos, $xOff = 10, $yOff = 10)
    	$randX = Round(Random($xPos-($xOff*$x_ratio), $xPos+($xOff*$x_ratio)))
    	$randY = Round(Random($yPos-($yOff*$y_ratio), $yPos+($yOff*$y_ratio)))
    	MouseClick($clickType, $randX, $randY)
    EndFunc
    
    ;Moves mouse near selected pixel
    Func RandMove($xPos, $yPos, $xOff = 10, $yOff = 10)
    	$randX = Round(Random($xPos-($xOff*$x_ratio), $xPos+($xOff*$x_ratio)))
    	$randY = Round(Random($yPos-($yOff*$y_ratio), $yPos+($yOff*$y_ratio)))
    	MouseMove($randX, $randY)
    EndFunc
    -Room Checking (It ensures you are in the proper room before continuing the script... if you aren't, it restarts the run)
    It checks the upper right corner for the room name to appear, This gets rid of the lag issue I sometimes have where it thinks I should be in the cellar, but instead im running around outside. Saves me a bit of time on failed runs.

    Code:
    Func CheckFor($room, $tolerance = 100)
    	$c = 0
    	$string = "D:\Users\Shimizoki\Desktop\D3 Stuff\AutoIt\Images\" & $room & ".png"
    	Do
    		Sleep(100)
    		$c +=1
    		If $c > 50 Then ;Make sure we never get stuck here for infinity.
    			Return False
    		EndIf
    	Until _ImageSearchArea($string,1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,$tolerance)
    	Return True
    EndFunc
    both of these could of course be improved upon... but over all it makes me run slightly faster due to aborting failed runs better.

  12. #777
    Rommstein's Avatar Member
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi!
    When I launch the script then alt-tab into the game (I'm on character select screen at this time) and press the = key, the mouse hovers over the screen but won't find the Resume key...
    What did I do wrong ?

  13. #778
    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 Rommstein View Post
    Hi!
    When I launch the script then alt-tab into the game (I'm on character select screen at this time) and press the = key, the mouse hovers over the screen but won't find the Resume key...
    What did I do wrong ?
    You start the script from in game, not at the menu.

  14. #779
    Overfl0w's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got a working version for 1650x1020?

  15. #780
    armyy'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)

    help me out

    Hey this is my script, running well, no problems, loots all the gold from floor, repairs, but it dont pick up the rares , and legendaries , i dont know why, i added dll to windows/whatver64 folder
    pasted imagesearcer autoit in program files. windows 7 64bit, full screen windowed, hd resolution , all default. why does it not pick up the gems, tomes, rares, and legendaries? its doesnt pick up anything at all

    here is my code , please help me

    #cs ---------------------------------------------------------------------------- - Pastebin.com
    Last edited by armyy; 06-10-2012 at 03:41 PM.

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 08:50 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