[Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot menu

Shout-Out

User Tag List

Page 41 of 123 FirstFirst ... 37383940414243444591 ... LastLast
Results 601 to 615 of 1843
  1. #601
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys, I am posting the version 0.5 script here right now for those who eager to try the new version. 1080P ONLY

    Currently the script can loot all blue and sell them when the bag is full. The selling process will not sell anything from the first column in the inventory. So please put at least one tome of secret in the first column before you start the script. If a legendary or set item appears and the bag is full, the script will terminate and pop a message box in order not to miss any legendary/set drop. The lost connection detection is also implemented but not yet tested though.

    Both test4.zip and test5.zip are obsolete, please download this instead

    http://pastebin.com/Tp6hKgAW

    Please refer to http://www.ownedcore.com/forums/diab...1920x1080.html ([Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]) to install the image search library properly. Also, use this pics.zip instead of the pics folder provided in the DH thread. Don't forget to change the path in the script accordingly. Enjoy!
    Attached Files Attached Files
    Last edited by andygongyb; 06-15-2012 at 01:50 PM.

    [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot
  2. #602
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jordanong View Post
    anyone mind helping me out? im using a wiz but my mouse didnt seem to point at the cellar even though it is open. im using 800x600 though
    As commented by avatar, if you are using x64 OS, try compile the script to x64 executable and run with administrator privilege.

  3. #603
    Jordanong's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    andy,im using 32 bit com, i run everything by admin. It just doesnt click on the cellar, it move abit more to the right. im nt sure why.

  4. #604
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jordanong View Post
    andy,im using 32 bit com, i run everything by admin. It just doesnt click on the cellar, it move abit more to the right. im nt sure why.
    Oh, then adjust the run speed. It seems that your character runs at low speed.

  5. #605
    Judio's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi and thanks for the new version .
    I have a little problem whent start the script, send me a error in line 85 (#include <ImageSearch.au3>). Anyone have this error too? what to do?
    Have Windows 7 x64.

    PD: I copy all the files to system 32 folder and put the pics folder and edit the line in script.

  6. #606
    Jordanong's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is the min speed? i didnt have additional movement speed so i put it at 0, but it doesnt work for me

  7. #607
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Judio View Post
    Hi and thanks for the new version .
    I have a little problem whent start the script, send me a error in line 85 (#include <ImageSearch.au3>). Anyone have this error too? what to do?
    Have Windows 7 x64.

    PD: I copy all the files to system 32 folder and put the pics folder and edit the line in script.
    Please refer to http://www.ownedcore.com/forums/diab...1920x1080.html ([Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]) to properly install the image search library

  8. #608
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jordanong View Post
    what is the min speed? i didnt have additional movement speed so i put it at 0, but it doesnt work for me
    Ok then I think you may manually tweak the values in the script.

    In the lines

    Code:
    		
    ;Custom running for the 800x600. Sometimes I wonder if it's faster to just buy everyone a 1080P monitor...
    		If Int($R) == 1 Then
    			MouseMove(11, 220)
    			Sleep(400)
    			Send("{4}")
    			MouseDown("middle")
    			Sleep($RunTime)
    
    			MouseUp("middle")
    			Sleep(2000)
    
    			#cs $CellarIcon = PixelSearch(630, 70, 741, 149, 0x71341A, 5)
    				if not @error then
    				ConsoleWrite("Foundtheseller" & @LF)
    
    				EndIf
    			#ce
    
    		Else
    			Move($Loc1[$R][0], $Loc1[$R][1])
    			Sleep(200)
    			Send("{4}")
    			Sleep(500)
    			Move($Loc2[$R][0], $Loc2[$R][1])
    			Sleep(1100)
    			Move($Loc3[$R][0], $Loc3[$R][1])
    		EndIf
    first half are for 800*600 and second half are for 1080P

  9. #609
    Jordanong's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot-untitled-jpg this is the place whr i stop, i didnt even walk to the cellar, can some1 help me out? :/

  10. #610
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jordanong View Post
    [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot-untitled-jpg this is the place whr i stop, i didnt even walk to the cellar, can some1 help me out? :/
    Did you use full screen windowed when you run the script?

  11. #611
    Jordanong's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i follow the setting by the user, go to d3perf and change all the setting. is currently under windowed only.

  12. #612
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, I think the setting for 800*600 is really different from the 1080P version that I run. Sorry I cannot help. You may wait till avatar wakes up to support.
    Last edited by andygongyb; 06-15-2012 at 03:54 AM.

  13. #613
    Jordanong's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nope, is only windowed. the first page the creator did stated 800x600 only windowed.

  14. #614
    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)
    I stopped using the imagesearch include, just copy the one function we need into the main script. Problem solved.

    Implement as much as you want from mine into this

  15. #615
    Nannook's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jordanong View Post
    [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot-untitled-jpg this is the place whr i stop, i didnt even walk to the cellar, can some1 help me out? :/
    You might want to increase "$ComputerLag = 1000 " , I have it on 1500.
    The only times where I ended up at that place was when it took a bit longer for Diablo to create my game, so I just increased the time a bit to make sure it catches most games even if Diablo has some delay when creating the game.

    If you click resume and you are ingame right away then it must be something else, but if it takes a few seconds to create it try increasing that to 1500/2000/2500/3000 to get it perfectly.

Similar Threads

  1. [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot
    By avatar88343 in forum Diablo 3 Bots and Programs
    Replies: 310
    Last Post: 06-11-2012, 11:05 AM
  2. [AutoIT] Act 2 Goblin farming ( Barb)
    By meta23 in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 06-10-2012, 11:13 PM
  3. Sarkoth Gold Farm for Witch Doctor?
    By lostsk8r in forum Diablo 3 Bots Questions & Requests
    Replies: 1
    Last Post: 06-09-2012, 02:02 PM
  4. Witch Doctor Act 4 Inferno Farm WALKTHROUGH
    By misterchen in forum Diablo 3 Guides
    Replies: 1
    Last Post: 05-29-2012, 10:35 PM
All times are GMT -5. The time now is 11:17 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