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

Shout-Out

User Tag List

Page 115 of 123 FirstFirst ... 1565111112113114115116117118119 ... LastLast
Results 1,711 to 1,725 of 1843
  1. #1711
    liquidsystem's Avatar Knight
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by scottieg99 View Post
    I got my bot working in 0.5 however after an hour or so he is full on blues and he doesnt know how to vendor them or salvage and he just keeps running only for gold. is this issue on mine or is it going to be resolved in next release?
    Just turn off Loot Blues, they really don't get you that much gold.
    I help support ANY Diablo 3 Witch Doctor Bot. (Andy/Avatar/zEEneXx/etc.)|If you have any issues with it, PM me.
    If you'd like to support me consider making a small donation.

    Current version for Andy's bot can always be found: here

    [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot
  2. #1712
    liquidsystem's Avatar Knight
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by scottieg99 View Post
    whats your skype? ill add you
    Code:
     12412515151
    Last edited by liquidsystem; 05-09-2021 at 02:18 PM. Reason: 222222
    I help support ANY Diablo 3 Witch Doctor Bot. (Andy/Avatar/zEEneXx/etc.)|If you have any issues with it, PM me.
    If you'd like to support me consider making a small donation.

    Current version for Andy's bot can always be found: here

  3. #1713
    dc2cbr's Avatar Private
    Reputation
    2
    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 liquidsystem View Post
    There is no way to do this, please turn off "Loot Blues" if you want Rares, Legendary, and Set items to be picked up.
    Liquid i have play around with the blue/rare/leg/set item pick up. I have set the order of rare/set/leg first before blue. My WD pick up rare before blue if a rare item drop. I will post up the script part and u can test it yourself to confirm. Note to those who pick up blue, You don't get much out of it, and you stay in the game longer = less run. Plus when the bags are full, it will not go to vendor the item until it try to pick something up and it can't. In this case, you can lose out on rare/set/leg item on your next game before it vendor off the full bag. You can also increase the pace of vendor, ours is slow compare to other script out there. SUPER SLOW.

    ;Loot items
    If $LootRares Then
    $Count = LootItemWrapper($RareLetter, $BagFull, 10)
    $Count = LootItemWrapper($SetLetter, $BagFull, 10)
    $Count = LootItemWrapper($LegLetter, $BagFull, 10)
    EndIf

    If $LootGems Then
    $BagFull = LootGems()
    EndIf

    If $LootGold Then
    LootGold()
    EndIf

    If $LootPotions And $HasPotion Then
    LootPotions()
    EndIf

    If $LootBlues And $BagFull = False Then
    $Count = LootItemWrapper($MagicLetter, $BagFull, 10)
    If $Count Then
    $HasBlue = True
    EndIf
    EndIf

    If $LootTomes Then
    LootTomes()
    EndIf
    Just switch rare/set/leg item before blue, Even those tome and potion are above blue, i turn those off so it doesn't matter.
    Last edited by dc2cbr; 07-08-2012 at 12:53 AM. Reason: Added quote

  4. #1714
    MDMisso's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey LiquidSystem, i've followed all the instructions for 1080P, but when i activate the script the bot isn't taking control of the mouse. Could you please explain what I could be doing wrong? thx

  5. #1715
    tegots's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MDMisso View Post
    Hey LiquidSystem, i've followed all the instructions for 1080P, but when i activate the script the bot isn't taking control of the mouse. Could you please explain what I could be doing wrong? thx
    i had the same problem and liquid helped me...

    are you using vm or parallels ? I tryed and couldnt make it work in parallels in XP just win 7

    have you compiled ur script and run it as administrator ?

    does the top message bar on the left disappears when u press f2 ?

    what is your display resolution ?

  6. #1716
    fr4nk1's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone can help me? I am using 800x600 and my bot leave the game when the cellar is open. I dont know what to do.

  7. #1717
    liquidsystem's Avatar Knight
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fr4nk1 View Post
    Anyone can help me? I am using 800x600 and my bot leave the game when the cellar is open. I dont know what to do.
    The pathing is a bit off, find the line with this in it, should be about 64/66. Make sure you're editing the 800x600 too.
    Code:
    ;800x600
    $CellarLocation[1][0] =
    $CellarLocation[1][1] =
    And change the top one to 387, and the bottom to 124.
    I help support ANY Diablo 3 Witch Doctor Bot. (Andy/Avatar/zEEneXx/etc.)|If you have any issues with it, PM me.
    If you'd like to support me consider making a small donation.

    Current version for Andy's bot can always be found: here

  8. #1718
    liquidsystem's Avatar Knight
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dc2cbr View Post
    -snip-
    Uhm.. That's really not to big of a deal anyways... if people want others looted before blues, turn it off, I'm not going to make changes to the already working code. The more you switch it around, the higher chance of errors you may end up getting.

    As of 800x600, the path for the cellar works EVERY time. After a few pixel changes. I just need the item PNG's from someone who knows how to get them properly.
    I help support ANY Diablo 3 Witch Doctor Bot. (Andy/Avatar/zEEneXx/etc.)|If you have any issues with it, PM me.
    If you'd like to support me consider making a small donation.

    Current version for Andy's bot can always be found: here

  9. #1719
    serjvay111's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you mean 0.6 version for 800x600?

  10. #1720
    liquidsystem's Avatar Knight
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by serjvay111 View Post
    Do you mean 0.6 version for 800x600?
    Yes, I still need PNG's for the item letters, that's it.
    I help support ANY Diablo 3 Witch Doctor Bot. (Andy/Avatar/zEEneXx/etc.)|If you have any issues with it, PM me.
    If you'd like to support me consider making a small donation.

    Current version for Andy's bot can always be found: here

  11. #1721
    Stormreaver's Avatar Contributor
    Reputation
    152
    Join Date
    Jul 2012
    Posts
    290
    Thanks G/R
    40/136
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    LS, your own pngs are not working properly?

  12. #1722
    Jayzonious's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting an error for several different version saying "If statements must be followed by a then"

    Edit: Fixed. Wrong directory for pic files apparently?
    Last edited by Jayzonious; 07-08-2012 at 03:10 PM.

  13. #1723
    liquidsystem's Avatar Knight
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stormreaver View Post
    LS, your own pngs are not working properly?
    Haha, no. They are not, not sure why. Probably because my monitor is not TRUE 800x600, it's meant for 1920x1080.
    I help support ANY Diablo 3 Witch Doctor Bot. (Andy/Avatar/zEEneXx/etc.)|If you have any issues with it, PM me.
    If you'd like to support me consider making a small donation.

    Current version for Andy's bot can always be found: here

  14. #1724
    Stormreaver's Avatar Contributor
    Reputation
    152
    Join Date
    Jul 2012
    Posts
    290
    Thanks G/R
    40/136
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by liquidsystem View Post
    Haha, no. They are not, not sure why. Probably because my monitor is not TRUE 800x600, it's meant for 1920x1080.
    Weird! Mine is native 1680x1050 (16:10), yet I took several pics in many resolutions and after tweaking they all worked; working pretty well in 1600x900 (16:9) now. If you are interested, I can tell you how I take my pics.

  15. #1725
    liquidsystem's Avatar Knight
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stormreaver View Post
    Weird! Mine is native 1680x1050 (16:10), yet I took several pics in many resolutions and after tweaking they all worked; working pretty well in 1600x900 (16:9) now. If you are interested, I can tell you how I take my pics.
    I'm not sure if I'm just saving it wrong, or what. I use Photoshop CS6 to edit them, should they be saved as Interlaced or not.
    I help support ANY Diablo 3 Witch Doctor Bot. (Andy/Avatar/zEEneXx/etc.)|If you have any issues with it, PM me.
    If you'd like to support me consider making a small donation.

    Current version for Andy's bot can always be found: here

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 09:33 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