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
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
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.
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.;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
Last edited by dc2cbr; 07-08-2012 at 12:53 AM. Reason: Added quote
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 ?
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.
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
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
Do you mean 0.6 version for 800x600?
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
LS, your own pngs are not working properly?
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.
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
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