Hi,
I did some modifications but can't figure out how to make my char to move closer to Sarkoth before he begins to attack. I want to use a different skill to kill him faster.
RandClick("middle", Round(110 * $x_ratio), Round(1000 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar
Sleep(Random(2200, 2800))
I just wanted to stop in and say thank you for this bot. It has helped me tremendously.
I do have a couple of questions, though.
On average, how many hours at a time do you guys run this bot? I have only been running it maybe 2-3 hours at a time because I am scared that Blizz will ban my account if I try to extend it any more. I hope that no one here has been banned from using this. I'd like to be able to use this for maybe 4-5 hours at a time and be safe.
Run the bot and stop it at the step before the one you want to change.
Run AutoIt Window Info, and use Finder Tool to get the coord you want to move to (those are your new X & Y coord).
Replace the x and y (in red) in the code below with the ones you just got.
Alternatively, if you want to keep using the ratio factor for x/y, find our what resolution you are using, then do the follow:Code:RandClick("middle", Round(110 * $x_ratio), Round(1000 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar Sleep(Random(2200, 2800))
To calculate X = Your X from Finder Tool / (your X reso / 1920)
To calculate Y = Your Y from Finder Tool / (your Y reso / 1080)
Then replace the numbers in red with the calculated X and Y.
Code:RandClick("middle", Round(110 * $x_ratio), Round(1000 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar Sleep(Random(2200, 2800))
^^ that works very well! any way to make it so my character stops shooting? Cause he kills a lot faster than usual.
So i did a lil bit editing and fixed many issues i found, I'm nearly done tweaking what i need, but can't get around on how to make my char stand closer to the door so that my templar would step in and help attack. Anybody got this working yet?
does anyone know how to edit the script so it attacks a few shots less?
I have problem.
Click start
then error
"msvcr110d.dll" doesnt exist
Windows 7 64bit sp1
(install new dx11 64bit)
Install vc++
and always this error. Any help ?
i have problem it says i had looted some legendaris/sets but i dont see them stashed anywhere so did it justsold those ? or what is going on?
I have a very weird problem here.
I was running this bot fine, watched it run through about 15-20 times before I went to bed.
Woke up and the bot had lost about ~300k worth of gold. And was stuck on red armor and constantly dieing to zombies every run, or just plain not making it to the cellar (teleporting straight away, not running far enough to detect the cellar etc)
What would cause all these error suddenly?
It looks like it made it to the cellar about 66 times, then shit hit the fan and it died ~383 times.
Has notAres abandoned this project? Haven't seen a post from him for 2 weeks now.