This has been dead since Andy left, he didn't warn me that he'd be leaving... I only know how to port, so he really destroyed this bot, I hope he'll come back one day.
This has been dead since Andy left, he didn't warn me that he'd be leaving... I only know how to port, so he really destroyed this bot, I hope he'll come back one day.
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
Nevermind, I figured it out.![]()
Last edited by MonkeyDoodle; 08-07-2012 at 08:02 PM.
Are u going to fix the "Game limit" ? So the bot go to sleep some minutes and then start botting again.
Anyone know how to add some longer sleep timers to v0.7? I've tried, but I'm terrible with AutoIt.
Ok i was bored and read up on some times but instead i put a loop counter in.
As i tested with bigger sleep timers it wasnt really affecting anything as it was how many runs in that hour you do i think.
So i put a limiter of 90 runs per hour with a XX amount of minutes break after those runs are completed before the bot starts its runs again.
Wether or not people want thos i can pass it on, but it is version 0.6
Here it is. This is V0.6 as i never went to v0.7.
I Added some text in where the bot is so you can play around with how many runs per hour you will let it run and the cool downtime of how much it waits after the run
I am still testing it out atm to find the best runs etc.
Script:
[AutoIt] doctorbot - Pastebin.com
This is the code that was added to help understand how to change.
Global $run = 0 <--Varible that stores the runs
While 1
$run = $run + 1
ConsoleWrite($run)
If $run < 105 Then <--- Change the number 105 to how ever many runs you want or think you can do per hour,(NOTE: This muct be set 1 more higher then the Else If Statement)
ExitLoop
ElseIf $run >= 104 Then <----When it reaches 104 it will stop the bot and wait for the alocated time.
Sleep(904000) <--Pretty much this is 15minutes wait time(Every 1000 is 1 second)
$run = 0
ConsoleWrite($run)
EndIf
WEnd
Hope this helps.
Last edited by somerandom; 08-17-2012 at 09:20 PM.
somerandom, would you show where to add that code into the 800x600 script? I can't seem to get it to work
This is v0.4 with the added code in it.
The amount of runs can be bumped up a bit by an extra 10 per hour or so depending on the average run time
The time i put was 40 seconds for a complete run and 20 seconds for a no cellar run so feel free to do the calculations etc for the amount of runs lol
Script:
[AutoIt] Doctor v0.4 - Pastebin.com
Last edited by somerandom; 08-18-2012 at 04:38 AM.
great, thanks a lot. Testing it out
make sure to post if it's allright
Hi all. After some farming (lvl 60 witch doctor, only hero i use), I decided to try botting, because I don't want to spend hundreds of hours on farming while so many people use bots. So, I never did it before. Terms like "script", etc etc are all unknown to me. Is it hard, and could I do it without any knowledge of programming? Let's say I want to farm where this dark cellar is. What do I need to do? I downloaded "autoit" and installed it. What then? I'm sorry for being such noob, but what can I do, my occupation is some other science. So, what after I downloaded it?
I will have to make some more changes to it as it hits a imput limit after so long about 2-4 hours
I am trying to make it run for 1 hour have a 15minute break run 30mins 15minute break then 1 hour etc to get back in sync i hope
Last edited by somerandom; 08-18-2012 at 07:58 PM.
Ok, I think I did almost everything, but it's not working... I dont understand 2-3 things like:
1. I have windows 7 Ultimate 64 bit. Under AutoIt v3 I have several apps: Compile scripts to 64 and x86, and run scripts 64 and x86. Shall I compile my notepad code into 64 or x86 and run script on the same?
2. When I enter the game, is it neccesarily to do all that with checkpoint just to check if bot is working or can I just run in from the menu, and see that mouse is starting moving, what would prove bot is working?
3. Is the correct sequence: start game, get checkpoint, leave game, logout, from the main menu tab and click START, run scripts, and press "pause" (in the tp left corner it says that its pause and I need to click pause) and it will start working?
Once you have downloaded the text file from pastebin. open it and copy all that text then start up auroit script editor and paste it in there.
Now depending on the reolustion you are running it as you have to change the file location from where the pictures are kept. (from the other downloaded files you should have)
Now once the script is ready save it and you can either complie it to a x64 bit exe or just right click it and run. Select the options you want and click start but make sure you are in game first.
Now as for the set up just start the game get to check point then log out to player menu then press F2 to start the bot.
Also make sure all the keys are bound correctly/