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

User Tag List

Page 130 of 300 FirstFirst ... 3080126127128129130131132133134180230 ... LastLast
Results 1,936 to 1,950 of 4489
  1. #1936
    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 killerpy View Post
    i re-installed the x64, still gettin the same error. can you help me on skype ?

    btw, thanks for helping the community.
    Copy over the include from the new ImageSearch zip in the first post. Make sure ImageSearch.au3 is in Autoit3/Includes

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1937
    trix14's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For all the people having problems with their "resume.png" not being found I found a workaround. I replaced the 1.6 code with what he had from 1.5d and it worked perfectly again.

    Code:
    Func RestartRun()
    	If Not FileExists($pngLoc & "MainMenu.png") Then
    		MsgBox(16, "Fatal Error", "ERROR: Cannot find: " & $pngLoc & "MainMenu.png" & @CRLF & "Make sure your directory is set properly in the script")
    		Exit
    	EndIf
    	If($Leave) Then
    		Send("{SPACE}")
    		Sleep(100)
    		Send("{SPACE}")
    		$i = 0
    		;Checks if the player is in the Main Menu
    		If CheckFor("MainMenu") Then
    			$run += 1
    			GUICtrlSetData($lblRun, "Run Number: " & $run & " - Runs till vendor: " & $mLootIn)
    			GUICtrlSetData($lblLocation, "Location: Main Menu")
    			GUICtrlSetData($lblStatus, "Status: Starting Game")
    			While True
    				RandClick("left", Round(230*$x_ratio), Round(416*$y_ratio), 120, 20) ;Random Click on the resume button
    				If CheckFor("LimitError", "", Round(720*$x_ratio), Round(480*$y_ratio), Round(960*$x_ratio), Round(600*$y_ratio), 3, 60) Then
    					Sleep(Random(1000, 2000))
    					RandClick("left", Round(960*$y_ratio), Round(635*$x_ratio), 50 ,10)
    					$rand = Random(40000, 80000)
    					GUICtrlSetData($lblStatus, "Status: Input Limit - Waiting " & Round($rand/1000) & " seconds.")
    					Sleep($rand)
    				Else
    					ExitLoop
    				EndIf
    			WEnd
    			$rt = TimerInit()
    			$Logout = False
    		Else
    			GUICtrlSetData($lblStatus, "ERROR: Cannot find Resume button")
    			Return
    		EndIf
    Replace the first part of the Function Restartrun with that and I believe it should work. It does for me.

  3. #1938
    wazer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trix14 View Post
    For all the people having problems with their "resume.png" not being found I found a workaround. I replaced the 1.6 code with what he had from 1.5d and it worked perfectly again.

    Code:
    Func RestartRun()
    	If Not FileExists($pngLoc & "MainMenu.png") Then
    		MsgBox(16, "Fatal Error", "ERROR: Cannot find: " & $pngLoc & "MainMenu.png" & @CRLF & "Make sure your directory is set properly in the script")
    		Exit
    	EndIf
    	If($Leave) Then
    		Send("{SPACE}")
    		Sleep(100)
    		Send("{SPACE}")
    		$i = 0
    		;Checks if the player is in the Main Menu
    		If CheckFor("MainMenu") Then
    			$run += 1
    			GUICtrlSetData($lblRun, "Run Number: " & $run & " - Runs till vendor: " & $mLootIn)
    			GUICtrlSetData($lblLocation, "Location: Main Menu")
    			GUICtrlSetData($lblStatus, "Status: Starting Game")
    			While True
    				RandClick("left", Round(230*$x_ratio), Round(416*$y_ratio), 120, 20) ;Random Click on the resume button
    				If CheckFor("LimitError", "", Round(720*$x_ratio), Round(480*$y_ratio), Round(960*$x_ratio), Round(600*$y_ratio), 3, 60) Then
    					Sleep(Random(1000, 2000))
    					RandClick("left", Round(960*$y_ratio), Round(635*$x_ratio), 50 ,10)
    					$rand = Random(40000, 80000)
    					GUICtrlSetData($lblStatus, "Status: Input Limit - Waiting " & Round($rand/1000) & " seconds.")
    					Sleep($rand)
    				Else
    					ExitLoop
    				EndIf
    			WEnd
    			$rt = TimerInit()
    			$Logout = False
    		Else
    			GUICtrlSetData($lblStatus, "ERROR: Cannot find Resume button")
    			Return
    		EndIf
    Replace the first part of the Function Restartrun with that and I believe it should work. It does for me.
    It has nothing with that todo, its a error NotAres made with the files he have provided

  4. #1939
    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 wentrieng View Post
    Attachment 8179 I get this error when i try looting, i wasnt getting this before i upgraded the imagesearch files, i am getting this error even on 1.5d which was running fine for me
    does anyone know how to solve it?
    Set Custom Loot to false. That's the only way it should be happening

    $LootCustom = False ;True if you want to pick up Custom Items (The items in the pick array above)

  5. #1940
    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)
    Setting vend rares to false and still getting stuck trying to sell rares, >_< I will turn off vending and blue pickup for now. Other than that, vend works great, got legendary didnt try to vend, etc. Just rares.

    Thanks for great improvements notAres, awesome stuff!

    Edit: Yeah I didnt update my pngs, nvm!
    Last edited by skohcl; 06-14-2012 at 07:00 PM.

  6. #1941
    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)
    Try the version on pastebin (wont autoupdate, didnt change version) and tell me if it fixes resume error

  7. #1942
    qaiszero's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Not encountering that nor do I see how it would happen with the code how it is.
    I've also had the same error, came back to some stashed rares and full inventory

  8. #1943
    wazer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Set Custom Loot to false. That's the only way it should be happening

    $LootCustom = False ;True if you want to pick up Custom Items (The items in the pick array above)
    I see you found the problem your self
    if $tolerance>0 then $findImage = "*" & $tolerance & " " & $findImage
    If @AutoItX64 Then
    DllCall("kernel32.dll", "int", "Wow64DisableWow64FsRedirection", "int", 1)
    $result = DllCall("ImageSearchDLL_x64.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$ right,"int",$bottom,"str",$findImage)
    Else
    $result = DllCall("ImageSearchDLL.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$righ t,"int",$bottom,"str",$findImage)
    EndIf
    I can already tell you that it is working since there was no x86 you provideded to the other, you have removed or overwrrited it lol :P

  9. #1944
    killerpy's Avatar Corporal
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Copy over the include from the new ImageSearch zip in the first post. Make sure ImageSearch.au3 is in Autoit3/Includes
    It is inside, ive practically did your instructions 10 times over.


  10. #1945
    wentrieng's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx, it worked

  11. #1946
    giggity2012's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Not encountering that nor do I see how it would happen with the code how it is.
    This was my bad. I accidentally had vendorloot set to false.

  12. #1947
    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 killerpy View Post
    It is inside, ive practically did your instructions 10 times over.

    Copy both imgsearch dlls to C:\Windows\SysWoW64 and C:\Windows\System32, then reboot and make sure .au3s are associated with AutoIt_x64.exe

    Don't see how it's possible this is happening

  13. #1948
    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 wazer View Post
    I see you found the problem your self


    I can already tell you that it is working since there was no x86 you provideded to the other, you have removed or overwrrited it lol :P
    That's been in the updated zip since yesterday (I just didn't have dropbox on to sync it). I don't think that's the only thing causing a problem

  14. #1949
    wazer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    That's been in the updated zip since yesterday (I just didn't have dropbox on to sync it). I don't think that's the only thing causing a problem
    Well lets check it out?

    btw check your private message.

  15. #1950
    cysano's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi there,

    i am trying to have this script running in x64 win 7. Took all the steps corretly to install it have mouse 3 assigned, 1920x1080 resolution, but when i'm on the main menu and open autoitv3 update scipt, then appears that rectangle saying staring same and 0 runs i press "+" to start script (changed it in hotkey inside script" and it does nothing, doesn't start.

    Can anyone poit me any solution for this problem? Thanks in advance.

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 01:15 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