Thats awsome yeah i use teleport for wizards when they get to the right level basically it takes less than 5 seconds as well as a DH about the same time, the only reason it cant go faster is because it takes time to bring up the menus lol
Thats awsome yeah i use teleport for wizards when they get to the right level basically it takes less than 5 seconds as well as a DH about the same time, the only reason it cant go faster is because it takes time to bring up the menus lol
how do u double client
you can create Two Diablos, then make both of them shortcuts on your desktop, the .exe not the launcher, Right click each Icon go to properties and in target add (.exe - launch) You are just adding a space then the -launch to the end then you can launch multi clients, without any bots or hacks , or you can use wickeds multiclient, or im sure there are others
****in Amazing +Rep.
Last edited by Randomizer; 06-23-2012 at 10:39 PM.
Yup.
Is anyone else encountering this problem? Line 1 Win ax= 822 Winax^ ERROR
Error: Unable to parse Line
I got the mouse coordinates from autoit mouse coordinator finder...
What am I doing wrong?
EDIT: NVM got it. Its just not looping now...
Last edited by nyau1991; 06-24-2012 at 12:40 AM.
What did you do to fix it nyau?
My issue is that the macro keeps clicking on the "Diablo" logo in the corner of the page when searching for Adria after the first run, rendering the macro pointless since it's only able to do 1 run.
I had the colon in mine and it still threw an error in the same spot.
I was using the same program. Was able to run it for 1 rotation with AutoHotkey then ran into my aforementioned problem.
PixelSearch, Px, Py, 9, 31, 802, 532, 0x1C2033, 3, Fast
try changing the color value----------------^------------^
autoit window spy will tell you the color value put your mouse over adria and find a color value that works for you your game colors could be slightly different
and remember to set a blank screen cord for the mouse to click if its not looping that could be the problem
Last edited by elexor; 06-24-2012 at 02:55 AM.
I tweaked the Px, Py for the top left corner of the rectangle. It seemed to be allowing the cursor to select items in the range of the bar and not just the windowed area that displays the game. Anyway it's working now. Small tweaks in timing for my SSD and I've got it down to 13 seconds without errors. I must say, this is lightning fast. I hope it isn't hotfixed come tuesday. Would be nice to use this for another week or two.
I am stuck after jonining window B's game. It just pauses and do nothing. Any idea?
+Rep for the OP
Here is my edited version,
- faster (10 sec/run)
- easier to adjust
GUIDE:
0. Start Diablo twice, both 800x600 both windows must be visible
1. Kill Zoltun Kulle with runner
2. Join, with leecher
3, Leave and resume with runner
4. Click Adria and then unfocus the game window (Char will run up to Adria but not talk to her)
5. Set WinA Coords to the titlebar of the leecher
6. Set WinB Coords to the titlebar of the runner
7. Set Desktop Coords to somewhere on your desktop (AHK is a bit bugged here, try different coords, make sure he clicks the desktop)
8. Set turnin Coords to click Adria (Desktop, not ingame cords)
9. Start
10. (optional) Adjust delays to match your ping/pc
; ##### -- ADJUST HERE -- #####
WinAx :=900 ;Leecher Titlebar Coords
WinAy :=40
WinBx :=1717 ;Runner Titlebar Coords
WinBy :=37
Desktopx :=1900 ;Deskop Coords
Desktopy :=300
turninx :=599 ;Adria Coords (if you stand right next to her)
turniny :=293
delaya :=6100 ;Time to wait for leecher to quickjoin runner
delayb :=600 ;Time to wait for runner to leave game
delayc :=2700 ;Time to run up to adria
; ##### -- DO NOT EDIT -- #####
Pause:: ;pause bot and reload script
Reload
Return
Numpad1:: ;hotkey to start the script
Loop 99999
{
;Turn in Quest and Quickjoin Runner
MouseClick, left, %Desktopx%, %Desktopy%
MouseClick, left, %Adriax%, %Adriay%
Sleep, 50
Send {Space}
Sleep, 50
Send {Space}
Sleep, 50
Send {Space}
Sleep, 50
Send {Space}
Sleep, 50
Send {Space}
Sleep, 50
MouseClick, left, 780, 589 ;open social window
Sleep, 50
MouseClick, right, 646, 219 ;right click friend
Sleep, 50
MouseClick, left, 678, 297 ;click join party
Sleep, %delaya%
;Runner Leave Game
MouseClick, left, %Desktopx%, %Desktopy%
MouseClick, left, %WinBx%, %WinBy% ;select window b
Sleep, 50
Send, {ESC} ;open main menu
MouseClick, left, 393, 350 ;leave game
Sleep, 50
MouseClick, left, 345, 382 ;confirm
;Leecher Run to Adria
Sleep, %delayb%
MouseClick, left, %Desktopx%, %Desktopy%
MouseClick, left, %WinAx%, %WinAy%
Sleep, 50
PixelSearch, adriax, adriay, 9, 31, 802, 532, 0x1C2033, 3, Fast
Sleep, 50
MouseClick, left, %adriax%, %adriay%
;Runner Resume
MouseClick, left, %Desktopx%, %Desktopy%
MouseClick, left, %WinBx%, %WinBy% ;select window b
Sleep, %delayc%
MouseClick, left, 141, 263 ;wait and click start game
MouseClick, left, %Desktopx%, %Desktopy%
MouseClick, left, %WinAx%, %WinAy%
}
Load the script and...nothing.
Have it set it up pretty much exactly like OP's and it doesn't even try.
Press Numpad1 to start it
So I've done everything the OP stated to the very last detail and it doesn't run correctly..Guess ill keep trying.