Orginateur I PMed you a video of a Witch Doctor run v11
I can do Torment 6 myself, the bot currently can do Torment 1 with some difficulty. I think one thing to make it better would be to rework the example build. Adding Slam Dance and you pets will make short work of him. The biggest issue is not dying before your pets get on him, have to face tank him form the time you enter until you get in position and summon them all and then they engage.
So far great start though.
A side minor note, the mouse moves to the top of the screen for seemingly no reason before it hits the resume button.
I dont think treating Wizard and WD as the same attack skill will work on the long run. I'll look into that tomorrow... I'm tired as hell. sorry
Just saying , Did you try to use the first manglemaw 2.0.4 bot ?
It clicks fast on resume , Jump fast in the portal , The boss attack skill chain is well made then it leaves easily.
I tried to modified it , i can jump into the portal but then it stops ( My toon stay there doing nothing ) Maybe you could fix it.
Here is the file https://www.dropbox.com/s/fprambpokmnqr8g/bot.au3
Orgi , I sent you a pm read it when you can
Something wrong with demon hunter on patch 12, It just keeps spamming left and right click abilities after you kill the boss, and it cancels looting, or going back to town to leave game.
Tried changing DH setting in config but it had no effect.
Hello, my first post
I have some trouble with this bot. When i run the script it says "joining game" and mouse goes up on my screen. Then it says "game found" and THEN mouse goes down to that "resume game" button. After that it just idles in town. I thought maybe it had some wait time or something, but after 5mins.. i was pretty sure something went wrong.
My resolution is 1680x1050 (cant get higher res), but i thought this was supposed to be all res now? My game is in windowed fullscreen mode also. I'm also playing as wizard, if that info even matters.
I'm not sure if i'm doing something wrong or if its some bug in the bot or something.
After botting for ~6hrs overnight I came back and for some reason the banner screen was opened and I had been disconnected from the server for afx too long. I'm not sure when this happened. Will bot for about another 5hrs now while at school.
Worked like a charm, the only problem i found was stashing Wiz Off-hands. Epic job.
Some further information on this for those interested in editing this for their own needs.
Coding does not work like this. If you just simply delete a function it "may" work. Chances are however that that function(usually called a method) is called by another function. Which means, when that other function is called, it will eventually call the one you deleted and the program will crash because it has no idea what to do with the missing function it needs to complete its cycle.
So, in order to delete a function, you must find everywhere its is called in the rest of the code and also delete it there. You must also make sure its not being used for a return value somewhere to do something like "check if the boss is dead", because you will then also have to fix that code.
Easiest thing to do in autoit is to use ";" to comment out the function or line of code and see what happens. That way your not deleting it or alot of lines and you don't have to remember what they did.
-Occasionally it misses the portal is there a fix for this?
-Doesnt seem to use potion even though its set to true can anyone help
Last edited by jjj7; 04-09-2014 at 08:32 AM.
The potion script was from manglebot, it is not implemented in razor yet
Mine never missed the portal, I need more information to fix it