Hmmm, i actually thought you were just messing up at first but it seems you found quite a problem!
So just to double-check:
You are seeing the "Quest completed" tab, your high level has made a new game. Your low level still can NOT join the game?
Is this correct?
If you can reproduce this manually, i need more information to help troubleshoot this so please try and get as much info as you can!
Ok! I've tried this on 2 completely different computers with completely different parts. Eventually it will say "party locked" as it tries to hover over a grayed out "Request Invite" instead of the normal "Join Party". On average, this seems to be happening after 10-15 runs. I'll add more later
i need demonbuddy to use that? where can i get it
Update: Could it have anything to do with the recent changes they made to running multiple copies of Diablo 3? I noticed that before patch 1.0.3, if I ran my separate D3's from different sub folders, they would show up as different titles on the taskbar (Like D3 Copy 1 and D3 Copy 2, etc.). But now, it's all consolidated into 1 group on the taskbar, and they're all named "Diablo 3". Was there anything I'm supposed to change after the patch?
I'm running the usual way of running multiple D3 copies.... Separate game folders placed in subfolders from the C:\Program Files (x86)\Diablo , then the "-launch" added to the command lines of each .exe shortcuts
How I can run Diablo twice?
Damn, lol. I was hoping that was the verdict and I was just duping D3 wrong after the patch![]()
Like this: C:\Program Files (x86)\Diablo\Diablo-1\Diablo -launcher
C:\Program Files (x86)\Diablo\Diablo-2\Diablo -launcher
? I'm a noob. Sorry.
This happens when leech joins the runner's game, and the runner leaves the game TOO FAST!
I myself added a sleep time.
MouseClick, left, -463, 22 ;select window left
Sleep, 2500 ; <<<---- THIS LINE you add in manually ( ADJUST this line according to yourself higher if it's too fast goldenpen! )
RandSleep(401,631)
Send, {ESC} ;open menu
Thank you for that, it's not needed to add another sleep line though, the line just above "MouseClick, left, -463, 22 ;select window left" has a sleep timer for this purpose! Its set to 3 seconds by default, you can increase that to 5-6 for the same effect. Just to keep the code a bit cleaner!![]()
Like this: C:\Program Files (x86)\Diablo\Diablo-1\Diablo -launcher
C:\Program Files (x86)\Diablo\Diablo-2\Diablo -launcher
? I'm a noob. Sorry...
Your Main Diablo 3 folders go into the "Diablo-1" and "Diablo-2" subfolders you made within the Diablo folder. Make sure you send a shortcut of Diablo III.exe (NOT Diablo III launcher.exe) from each folder to the desktop (or wherever you want it). Next, edit the command lines of the D3 shorcuts you just placed on the desktop and add "-launch" to the end. Remember, if you click the shortcut and it brings up the D3 launcher, where you have to click on "play" to go into Diablo 3, then you've done it wrong.