Hitting escape also instantly skips all quest text instead of hitting space repeatedly.
Hitting escape also instantly skips all quest text instead of hitting space repeatedly.
OP's script joins on killer too soon and does not get exp. Also when leecher arrived on killer the leecher will run up to adria and try to join on killer again without the leecher leaving.
Its amazing people use scripting etc..better programs out there that make this easier. I have had it running multi boxing leveling up alts and Ive got 4 toons to 51 yesterday with this trick. They all started at level 1. I expect it to be fixed very soon. Especially with the idiots making you tube videos of it
First thanks for the Script.
So i have a proble i got it to work but it wont select WinB, i can see the mouse duing everithing is just that ""MouseClick, left, %WinBx%, %WinBy%"" is not working for me.
i need help plz
Having an issue with the script randomly exiting client B. Anyone else have this issue or fix for it?
Last edited by PEARLJAMMING; 06-24-2012 at 12:37 PM.
how can i make it to pixel search for the specific player in friends list because when people log on/off position changes
Make sure coordinates and delays are set correctly
As for delays, try the default values, they had been working for me but im running the games on a SSD.
The delays have comments next to them on what they are used for, increase those as needed.
You should always leave enough room for lag spikes.
As for the coords you can use the tool thats within the folder to get the coordinates.
My script is designed to mainly use the desktop coordinates and not those of the active window.
Adria coords have to be set when you are right next to her.
the desktop coord are very important and can be a bit tricky, this is why i said that you'll need to confirm that he clicks
somewhere on the desktop. If i'm correct it's because autoit uses the "active window coordinates" so you generally want to use
high values there, someone said that this might vary on dual monitor setups.
Other than that, its just a simple autohotkey script which has no way to detect disconnect or anything like that.
So if one step gets out of sync or you get a disconnect or anything like that chances are high that the script will
let your char move arround, quick game or someting like that, thats also the reason why spacebar is used instead of ESC
EDIT: It always uses the person on top, i dont think there is an easy way arround (script wise)
You can delete friends temporarily though.
Now am using ALT Tab, and went it selet the 2nd AHK stop working
Thanks in adv
Edit:
is son-thing with the Diablo window the way i use to open the 2nd one is by coping the main file Diablo III - Copy, and create a Shortcut using -launch
Last edited by Elpuri; 06-24-2012 at 02:34 PM.
thanks for fixing it up for me i know this script could be alot better but im sure it will be hotfixed very soon it's just too good.. have all my classes up to 60 and alot of gold hehe. To all the people having problems you need to read the script and figure out where its going wrong yourself it's really hard to understand what your problem is without actually being on your pc.
How to set d3's to 800 x 600, when you're in windowed mode??
Grab a corner and resize it, simple as that (800x600 is as small as possible)
I solved the issue with the friendlist. You need to make a screenshot of the player in your friendlist you want to join. Then you can search for that image in the game window
Here you can see which parameters you need:
ImageSearch
so do you just do the same thing withthe join party because that willchange position as well.
No that is not needed. The location of join party has always the same offset. You can use the location of the friend you want to join (FriendX and FriendX) and add a offset to those values.;Image search
ImageSearch, FriendX, FriendY, 500,30, 675, 515, C:\friend.png
;Image search
MouseClick, right, %FriendX%, %FriendY% ;right click friend
Sleep, 500
FriendX += 32
FriendY += 78
MouseClick, left, %FriendX%, %FriendY% ;click join party
Sleep, 6000
Had to adjust my gamma, make the script clicking 3 times on desktop to make sure it really does each time, and to delete my friendlist beside of the twink.
only failure is sometimes (really rare now) that the enter group function is grey and my twink can't enter the grp of main.
thx a lot m8!