Hello, I'd like to talk with some experniced "botter ? " I am kinda new in it and would like to ask few questions.
Please add me on skype(will give nick on pm)
Thanks !
So you are defending a lazy leecher who is ungrateful for a great script, right. Got it.
Edit: just realized how "sweet" of a name you have. /rolleyes
Anyway, back to the topic. I think the issue with loot pickup is people not having the correct pixel color. I'll write a tutorial on how to find the correct color for your computer and insert it in the script later when i get some time.
Thanks for the original contributor and also notAres for adding the rare looter part. Loving this and getting over 150k/hr![]()
For any wizards out there who are having trouble with this, have a try with my setup.
I have 16000 damage with Magic Weapon (Force weapon) with 200% GF and 23% Movespeed
Wizard Autoit - Pastebin.com
Wizard - Game Guide - Diablo III
My build has Arcane Hydra with the passive slow with Arcane, this have saved me from death quite a few times while teleporting back when the door isn't open to go in.
Hope this helps any wizards out there who are struggling...
where to put what? if you're talking about that pastebin thing open notepad put it there and save it as whatever.au3 file make sure its not tt file then go go google and find program called Autoit and download it and then install it then after installation right click on the whatever.au3 file u created and press Compile Script, for further instruction check first post.
haha sure, thanksI'll go post a copy there too
Okay, my problem is that whenever I scan for the cellar, it clicks twice. meaning that i find that cellar,it left clicks to move towards the cellar, then half a second later it click again at the same spot. Since I've already begun moving, this always places my DH slightly left of the entrance and then it bugs out. Any help?
In the passed I used a lot of bots, but im new with d3 bots.
I can't get it to work, what I do is the following.
Fullscreen windowed
1920x1080 (16:9 aspect ratio)
Same resolution in windows.
I have the same build and recommended hotkeys.
I started the quest cellar of cain and got the checkpoint in front of the cabin.
I left the game clicked resume, launched scripped and pressed =
My Dh walks to the left tps out leaves games and remakes and does the same thing all over again.
Am I missing something?
i use this it has extra smoke screen which makes me get to the cellar faster and avoid packs of mobs 100% of a time, if that won't work then check your sleep times. and u said it clicks again after it clicks on the cellar, well what it does is smoke screen
CHANGE:
$Pixel2 = PixelSearch(0,0, Round(600*$x_ratio), Round(600*$y_ratio),0x334FB7,3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
If Not @error Then
Send("4")
Sleep(140)
MouseClick("left",Round(300*$x_ratio),Round(100*$y_ratio)) ;Entrance to cellar
Sleep(220)
Send("2")
TO:
$Pixel2 = PixelSearch(0,0, Round(600*$x_ratio), Round(600*$y_ratio),0x334FB7,3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
If Not @error Then
Send("4")
Sleep(140)
Send("2")
Sleep(280)
MouseClick("left",Round(300*$x_ratio),Round(100*$y_ratio)) ;Entrance to cellar
Sleep(220)
Send("2")
Last edited by fukker; 06-08-2012 at 11:05 AM.
and we're back ...
to anyone who's been editing their color codes : which program do you use to pick the color code from the screen ?
I tested with paint.net and with the autoit window info tool.
for the paint.net i took a screenshot when the yellow/red armor were showing and it gave me these codes :
$yellow = 0xFFEE00 ; yellow color code
$red = 0xE50000 ; red color code
tested the script with the red armor showing ==> does NOT run the repair cycle
I also changed the values for the area it looks for the pixel to bigger and smaller areas, tested it a few times ==> no repair
Then the autoit window info tool gave me completely different color codes (when i enter these codes in paint.net color selection the result is a very dark blue, almost black color)
I think there's something wrong with the autoit tool, since in the bottom right corner the coords only go up to 1280x720 resolution, while my windows desktop is set at 1920x1080.
I tested this tool on different pixels on my desktop as wel as in game. when i select a pixel in the bottom right corner of my screen the tool tells me i'm in the 1100 x 680 spot, instead of the ~1900x~1000 one, which it should be imo.
tested the script with the color codes autoit tool gave me : either always repair when looking for the pixel in a relatively big area or never repair when looking in a very small area.
So i think this tool just gives me the wrong color code ; the dark blue/near black that can be found all over the screen when the game is running since it's nighttime. when looking in the very small area (a small square inside the broken armor image where there should be only red or yellow) it never detects the dark blue pixel, so never repairs.
the problem for the autoit tool must be in the faulty coords it gives me
anyone know how to fix this ?
also
when i take a screenshot and paste it in either windows paint or paint.net, both programs tell me to resize the canvas to 1920x1080, while my ingame settings are fullscreen windowed 1280x720. the 1280x720 setting in the menu is faded, does this mean that it is not applied and the game just uses my windows desktop resolution which is 1920x1080?
I'd stick with the value auto it gives you, since it's doing the scanning.
Do you have notares LATEST code via pastebin? I'd just scrap whatever you have currently and make sure get the latest, just in case there are discrepancies.