hey v1.1 is missing a line
MouseClick, left, 422, 615 ;confirm leave
Sleep, 4000 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer
MouseClick, left, 1371, 18 ;select window right <--- MISSING THIS LINE
RandSleep(101,301)
hey v1.1 is missing a line
MouseClick, left, 422, 615 ;confirm leave
Sleep, 4000 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer
MouseClick, left, 1371, 18 ;select window right <--- MISSING THIS LINE
RandSleep(101,301)
new guy question: will this worth with autoit or do I need to dl AHK?
are you guys experiencing party locked?
every 10 games my leecher tries to join the runner but it says " Party Locked" instead of "Join Party"
Last edited by 08449; 06-21-2012 at 02:07 PM.
yup.. I can't get it to run more than 10 games or so then, on the leecher when it tries to join party, it's grayed out or the "join party" isn't showing at all. After that, the macro stops working as it will basically exit completely out of the level 60's Diablo game client.
in my exp this happens when the script tries to click join game too early while the host is creating a game
Fix:
Adjust this line:
Sleep, 4500 ;Waittime before highlvl joins game - Time this yourself and adjust accordingly!
Increase the number to how long it takes for you to load the game, then add 1 second to be safe.
This is happening because your highlvl is still joining the game, thus the low lvl can not join.
I do wonder if people read the guide at all, it clearly states you need to adjust sleep timers for how long it takes your game to load. This varies per pc!
how are you all opening two diablo windows?
Read the first page, somebody asked the same question and i answered it already.
Thanks! It seemed like the game was fully loaded in with the default value, but I increased it from 4500 to 5500 just to be safe and sure enough it seems to be working better.
ALSO, I was noticing for mine that it was only finding Adria about 60-80% of the time. The other 20-40% it would click on Leah. I've had good luck changing the pixel search value to 0x1D2336 if anyone else is having this issue! In the past 30 runs so far, it only miss-clicked Leah one time, but still seems greatly improved from the default value. I'll play around with this more. I realize that it can vary from comp to comp.
Edit: Now using pixel search 0x202034 and it hasn't clicked Leah once in 30 runs so far! =)
Last edited by Goldpen223; 06-21-2012 at 02:36 PM.
The colour you need to search for differs for everyone.
This happens because every graphics card renders colours a little bit different. You could probably also lower the amount of shade variation, that is the last number before it says "fast". Lower it from 4 to 3, see what happens. Still picks leah?
Lower from 3 to 2, see what happens etc.,
I don't get it. No matter how high I set the sleep time (tried all the way up to 8000) on "wait time before high level joins game," the macro still won't maintain it's correct action very long. Eventually, the leecher will hit a point where it tries to click "Join Party" and instead hovers over a grayed out "Request Invite" and will continue on and exit out of the high level's client. This even happens to me when trying to level manually (minus exiting the client, lol) as well. I will eventually run into this same scenario after 10+ runs or so.
PS: Yes, I've read the guide, and yes, I'm fairly knowledgeable in computer related tasks.
Last edited by Goldpen223; 06-21-2012 at 03:02 PM.
Can you check if you have cut off the talk with adria with escape? You need to see the "Quest complete" window on your screen. If you have not yet completed the quest correctly the box greys out as you describe.
If this is the issue you can simply increase timers before the script cuts of the talk with Adria.