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

User Tag List

Page 19 of 123 FirstFirst ... 15161718192021222369119 ... LastLast
Results 271 to 285 of 1843
  1. #271
    fstr21's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Been reading through the thread, and not sure if this has been covered.It works fine up until he gets to the open cellar and still logs out and back in has done it 4 out of the 4 times the cellar has been open. Any suggestions?

    [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot
  2. #272
    avatar88343's Avatar Contributor
    Reputation
    111
    Join Date
    Feb 2009
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fstr21 View Post
    Been reading through the thread, and not sure if this has been covered.It works fine up until he gets to the open cellar and still logs out and back in has done it 4 out of the 4 times the cellar has been open. Any suggestions?
    What resolution?

  3. #273
    Havocaveli's Avatar Member
    Reputation
    10
    Join Date
    Jun 2012
    Posts
    152
    Thanks G/R
    2/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dude go to bed and rest for the next coding session

  4. #274
    dpeteland's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Havocaveli View Post
    dude go to bed and rest for the next coding session
    Im with this guy

  5. #275
    muser11's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty is perfect but i have a little problem. At cellar script cant loot all gold(drops) is a problem can we fix it?

  6. #276
    avatar88343's Avatar Contributor
    Reputation
    111
    Join Date
    Feb 2009
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Havocaveli View Post
    dude go to bed and rest for the next coding session
    Haha, yea, I'm going now. Night

    Like always, if you have an issue, PM me your Skype and I will message you.

  7. #277
    kraz1212'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)
    I feel stupid (and sorry for my poor english).

    The script doesnt work, and i feel stupid.

    - i used 1080p screen. I feel i dont do a mistake, cause the launch/resume game properly.
    - i have follow instructions (fullscreen windowed / mouse middle / WD build)

    => the WD cast 1/2/4 and seems stuck

    Questions :
    5.) Teleport to The Old Ruins using the waypoint and run left until you reach a checkpoint
    6.) Log out of the game
    After that, when i run the script from the hero selection screen.
    The game launch, my WD cast spell 1/2/4 and run left... after about 5 second he leave game and do it again.

    I feel i missed something...
    Any idea N?

  8. #278
    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)
    optimized your gem finding function. Instead of hard coding the position of the name the gem (picking up location), this version searches for the closest white name above the gem.

    The following code is for a single type of gem

    $Gem = PixelSearch($LootingArea[$R][0], $LootingArea[$R][1], $LootingArea[$R][2], $LootingArea[$R][3],$Ruby,6) ;
    If not @error Then
    MouseMove($Gem[0], $Gem[1])
    $Gem = PixelSearch($Gem[0] - 20, $Gem[1], $Gem[0] + 20, $Gem[1] - 100, 0xFFFFFF)
    If not @error Then
    Click($Gem[0], $Gem[1])
    Sleep(Random(400,600))
    EndIf
    EndIf
    The MouseMove function is just to test whether the gem is found. Can remove it at will.
    Last edited by andygongyb; 06-11-2012 at 03:30 AM.

  9. #279
    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)
    I also think expending the looting area to

    $LootingArea[0][0] = 500
    $LootingArea[0][1] = 200
    $LootingArea[0][2] = 1300
    $LootingArea[0][3] = 700
    helps

  10. #280
    kraz1212'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)
    OMG im so stupid.
    Its work now.

    Sorry for disturbing.
    2 noobs questions for advanced players :
    - you run the script into inferno or hell diffilculty ?
    - Do you have GF/MF gear ?

    Ty, very very amazing script

  11. #281
    darkmaouli's Avatar Active Member
    Reputation
    28
    Join Date
    Jun 2012
    Posts
    107
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For me, i'm running with gold finding stuff until looting object and stash using is done.

    For after, I made a 130MF stuff.

  12. #282
    bobothebear'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)
    great job! just tested a few runs, works fine with the proper settings. i'll be running it tonight when i sleep!

  13. #283
    Havocaveli's Avatar Member
    Reputation
    10
    Join Date
    Jun 2012
    Posts
    152
    Thanks G/R
    2/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kraz1212 View Post
    OMG im so stupid.
    Its work now.

    Sorry for disturbing.
    2 noobs questions for advanced players :
    - you run the script into inferno or hell diffilculty ?
    - Do you have GF/MF gear ?

    Ty, very very amazing script
    - Inferno
    - Using GF Gear 250 % Doing 250k per hour

  14. #284
    johner1'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)
    So Use rune summon more fetishes for Fetish Army and replace grasping hands with acid cloud with rune leaves a pool behind and ran perfect for 5 hours, no deaths, ftw!

  15. #285
    cowxfarm's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I left it on for a bit and when I checked inventory, my inventory was full of white items. Why did my character pick up common drops?

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