you need to copy the whole diablo 3 folder to another location.
hum need some help my low lvl join game perfectly open friend list and there my d3 screen change resolutionany help
you right click the main diablo 3 folder and click copy
and where ever you want it to go, right click and paste.
Not the launcher file. You want to find Diablo III.exe and make a shortcut of that. There's 2 files within the Diablo 3 folder, Diablo 3 and Diablo 3 launcher. YOU DO NOT WANT TO USE DIABLO 3 LAUNCHER. You want to make a shortcut of the Diablo 3 file (NOT Diablo 3 Launcher).
btw, 08449, I've been messing around with the sleep timer right after the leecher joins the high lvl's game and it's improved SLIGHTLY, but not fixed. I've tried upping almost all the sleep timers quite drastically, yet still, it manages to eventually run into the same problem.
I've done a shortcut of the diablo3.exe but everytime the launcher shows up. How I avoid this? That is what I mean...
right click the shortcut you made on the desktop and select "properties". A window shows up and it should, by default, be under the "shortcut" tab (if not, then just click the shortcut tab). In this tab, you'll see Target type, Target location, and Target:. In the "Target:" box, add " -launch" to the end. For example, mine looks like "C:\Program Files (x86)\Diablo\DH3\Diablo III\Diablo III.exe" -launch". Hopefully this helps
So, i rewrote your script to the resolution 1440x900.... the only problem I have now is, that the script does'nt find Adria...
I tryed various colors ....Code:; Script by 08449, also known as Adessis ; Huge credits for Deadlydragon for cleaning up the code and adding functionality. ; 6/21/2012 ; Working with patch 1.03 Hotkey, F2, Pause ; If different pausebutton is needed, replace F2 with hotkey code F1:: ; If different pausebutton is needed, replace F1 with hotkey code loop { MouseClick, left, 129, 258 ;resume game Sleep, 4500 ;Waittime before highlvl joins game - Time this yourself and adjust accordingly! RandSleep(101,431) MouseClick, left, 1055, 9 ;select window right RandSleep(301, 431) Send, o ;open friends RandSleep(301,431) MouseClick, right, 593, 215 ; Right click on top friend Sleep, 1000 MouseClick, left ,634, 291 ; Left click on join game and repeat; Sleep, 3000 MouseClick, left, -314, 8 ;select window left RandSleep(401,631) Send, {ESC} ;open menu RandSleep(401,631) MouseClick, left, 401, 345 ;click leave game RandSleep(501,731) MouseClick, left, 340, 376 ;confirm leave Sleep, 4000 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer RandSleep(101,301) MouseClick, left, 1055, 9 ;select window right ;SEARCH FOR ADRIA, you spawn at different locations so have to perform a pixelsearch ;Color might not work for everyone, use windowspy to find color that works for you Pixelsearch, Px, Py, 6, 27, 351, 180, 0x554638, 4, fast RandSleep(103,267) MouseClick, left, %Px%, %Py% ;click adria Sleep, 3000 ;Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed) RandSleep(301,431) Send, {ESC} ;close conversation RandSleep(101,221) MouseClick, left, -314, 8 ;select window left RandSleep(101,231) } return ;restart script RandSleep(x,y) { Random, rand, %x%, %y% Sleep %rand% } Pause: pause return
Oke, follow these instructions. If it does not work, don't bother coming here again for help because this can't be explained any better:
1. Copy your diablo 3 folder so you have 2 seperate folders with all the diablo 3 files inside.
2. in folder 1, right click "diablo3.exe", "send to", click "send to desktop".
3. in folder 2, right click "diablo3.exe", "send to", click "send to desktop".
4. Go to desktop, you now have 2 shortcuts.
5. right click shortcut to "diablo3.exe" in folder one, click properties. There is a box named "Target", inside of there is the path to the diablo3.exe in your folder. This path ends with ". After " type in -launch. Click apply, click ok.
6. right click shortcut to "diablo3.exe" in folder two, click properties. There is a box named "Target", inside of there is the path to the diablo3.exe in your folder. This path ends with ". After " type in -launch. Click apply, click ok.
7. You are done.
8. If it doesn't work, unplug your PC and give it to a homeless person who has never seen one before. they probably would be able to set it up with these instructions.
Good luck.
heey, first up thanks for the great work 08449.
I got the same problem as goldenpen.. after x runs the buttons greyed out. I dont know if its your script, but i leveled with a friend of mine a few hour ago and got the same error a few times. Invite was only available after i left the game.
Hope you find a fix for that or something.. would be <3
keep it up!
edit:: happens also wenn the screen for "quest complete" is visible
Last edited by sinaTT; 06-21-2012 at 04:55 PM.