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

User Tag List

Page 258 of 300 FirstFirst ... 158208254255256257258259260261262 ... LastLast
Results 3,856 to 3,870 of 4489
  1. #3856
    therazZ'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 Xink View Post
    Don't know if anybody wants, but I made a salvaging function.

    Add this somewhere:
    Code:
    Func SalvageLoot()	GUICtrlSetData($lblStatus, "Status: Salvaging items")
    	
    	; Check if at stash or portal
    	If($StashLoot) Then
    		Sleep(Random(1000, 1500))
    		MouseClick("left", 1771*$x_ratio, 717*$y_ratio)
    		Sleep(Random(1500, 2000))
    		MouseClick("left", 1482*$x_ratio, 377*$y_ratio)
    	Else
    		Sleep(Random(1000, 1500))
    		MouseClick("left", 1833*$x_ratio, 570*$y_ratio)
    		Sleep(Random(1500, 2000))
    		MouseClick("left", 1426*$x_ratio, 378*$y_ratio)
    	EndIf
    	
    	; Click on salvage button
    	Sleep(Random(1500, 2000))
    	MouseClick("left", 267*$x_ratio, 298*$y_ratio)
    	Sleep(Random(1500, 2000))
    	
    	;Magic
    	While $SalvageMagic
    		Sleep(Random(100, 300))
    		$MagicPixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x182037, 2)
    		If Not @error Then
    			GUICtrlSetData($lblStatus, "Status: Salvaging..")
    			MouseClick("left", $MagicPixel[0], $MagicPixel[1])
    		Else
    			ExitLoop
    		EndIf
    	WEnd
    	
    	Sleep(Random(1000, 3000))
    	GUICtrlSetData($lblStatus, "Status: Done with salvaging.")
    	Send("{ESCAPE}")
    EndFunc
    Also add this under vendoring in settings:
    Code:
    ;Salvaging$SalvageLoot = True
    $SalvageMagic = True
    And add this in between the other 2 calls under the comment ";After successful run"
    Code:
    If $SalvageMagic Then				Call("SalvageLoot")
    			EndIf
    This works with or without stashing enabled, obviously doesnt work with vendoring enabled, so disable that one before enabling this. Maybe a nice function to add in the pastebin script?
    I don't get this to work, after 1 run he runs to the salvaging place, misses it, goes before the stash and presses ESC but the script still wants to sell items to the vendor and misses it's time to click leave game and it gets stuck.
    Here's the .au3 : [AutoIt] salvage - Pastebin.com
    and the .ini : ini - Pastebin.com

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #3857
    TheKingKong's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    181
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bidoof01 View Post
    I combined notares moving script with mmotoaster attack script and now I am able to managed only 28 sec per run at 400 gph with 306 GF.
    dont you need high dps w/ his script? like around 20K+ dps?

  3. #3858
    bidoof01's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheKingKong View Post
    dont you need high dps w/ his script? like around 20K+ dps?
    It is manageable at 18-20k dps w/out Sharpshooter.

  4. #3859
    oxyi's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick question guys.

    I set the lootrare=false, but I am tired of page 1 of stash being full and the run get bugged out.
    I set it to false, but now, it doesn't even pick up gems or Tome or anything at all?

    Any clues ?

  5. #3860
    bidoof01's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by haitianboy420 View Post
    Please share
    I need to do more testing to see its stable. You can just swap Elemental Arrow for Spike Trap w/ Lighting and see if ti can kill it in 4 attacks, if it cant you need more dps.

  6. #3861
    stanshch's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im running DH script and get this message instantly after loading up the script in autoit [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-erro2-jpg

  7. #3862
    skatermark420's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stanshch View Post
    Im running DH script and get this message instantly after loading up the script in autoit [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-erro2-jpg
    get new copy of script and when u edit the png link example:

    51 ;Custom Loot
    52 $pngLoc = "C:\Users\YourName\Desktop\BotFiles\pics\" ;Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE) ONLY LINK IT ON THIS ONE you must of changed the one on line 112
    53 $totalItems = 1 ;Number of items in the pick array
    54 Global $pick[$totalItems] ;DONT CHANGE THIS

    112 If $pngLoc == "@ScriptDir" Then $pngLoc = @ScriptDir & "\pics\" DO NOT CHANGE THIS ONE!! lol I've done this before and that's how i got that error good luck man!
    113 If $totalItems < 1 Then $LootCustom = "False"
    114 $mLootIn = $mLoot
    115 $movementSpeed = 1 +

  8. #3863
    p0xis's Avatar Corporal
    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)
    Its not clickin the cellar. it misses for some reason. anyone knows a fix?

  9. #3864
    thebossman'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)
    need help with this script, most of the time my character will run to the correct position. the mouse will move over the dank cellar when it has spawned but not go inside. then proceed to tp and exit game. VERY rarely will it go inside, i ran the game for 6 hours and it actually went inside the dank cellar maybe 3 times.

  10. #3865
    stanshch's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    skatermark 420-

    I changed Line 52 to be the correct file path for the pics. It still seems to not pick up MainMenu.png and it is definately in the folder. Anything wrong with the code i have for the.au3?[Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-error-1-png[Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-error-2-jpg

  11. #3866
    Snapchigga's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So i got the script running now, but im running into 2 problems:

    1. When the script repairs and exits from the current game it randomly clicks on my character in the menu into my profile and then its stuck there till i press the esc key or close the window...i tried reading the script to see where it loops to after the script is finished repairing and leaves game to restart but i couldnt figure out where its going wrong.
    2. when its time to analyse loot the mouse isnt hovering over the correct columns/rows ...it moves from col to col above all my items...and then it moves down (i guess this is the script telling the mouse to go to the 2nd row to analyse loot). Once that is done it would go to the vendor and then sell in a weird pattern...like it would sell the first 4 items on the top row then 2 items in the 2nd row and leave game

    I tried to replace the tt_check.png ( thinking thats the issue ) but it didnt fix the problem

    Please help!

  12. #3867
    Centralx's Avatar Member
    Reputation
    2
    Join Date
    Jan 2009
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheKingKong View Post
    dont you need high dps w/ his script? like around 20K+ dps?
    I'm able to run this fine with 13k dps in mf/gf gear. I could raise it with sharpshooter if i wanted, but it gets the job done.

  13. #3868
    Soulcorrupt'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)
    Loving this script.

    Not meaning to sound ungrateful, but any e.t.a. on version 2.0?

  14. #3869
    HelloBaby12's Avatar Member
    Reputation
    10
    Join Date
    Jun 2012
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bidoof01 View Post
    I combined notares moving script with mmotoaster attack script and now I am able to managed only 28 sec per run at 400 gph with 306 GF.
    Would you mind sharing your edited version?

    Sent from my GT-I9300T using Tapatalk 2

  15. #3870
    miekhee's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Affordable123 View Post
    Look into increasing the time it moves in the .au3 script file.
    Look for Moving(xxxxx) <--- there are several of them.
    i did bro.. I increase the time and adjust the coordinate of x,y to my screen.. and a add 2-3 "Mousemove" for checking the cellar.. and it works 90%..

    the prob i'm dealing with atm is the repair fuc, i think the coordinte of x,y a bit mess up on my pc.. im don't understand about the repair check fuction..
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-deleted-jpg

    and it still doesn't work..

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 11:45 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