Where is the link to download it please?
Thank you
Where is the link to download it please?
Thank you
I think new OC users cant DL attacthments LOL
Works well now i changed some little things.
Great thanks a lot.
what do i put in the "host window" and "leecher window" fields, obviously both clients running have the same tittle so i dont really get what you want here.
I'm generally pretty good at picking things up, but the instructions in the original post still have me confused as all hell as how to set this up, and would appreciate some help.
This point, is this 2 separate games, or should both characters be in the same game at this point?- (Both accounts) Make game to Act 2, Quest 8, Part 3
- (Both accounts) Get ingame with both accounts
All pretty self explanatory.- (Only host) Teleport to Archives and go to ZK without getting Checkpoint (only with host)
- (Only host) Kill ZK and get soulstone (only with host)
- (Only host) Go back to Terminus and NOT move (when you move you reached the checkpoint)
- (Only host) Teleports back to town and log out - then resume game
- (Only host) Requests invite to leecher
This is where I get confused. Ok, so the leecher accepts the invite. Now "Then the host must leave the game as fast you can (but before leecher joins the game)", so the the host should leave the game before the leecher finishes joining? And then on the leecher I have to leave before getting kicked?- (Only leecher) Accept the invite
- Then the host must leave the game as fast you can (but before leecher joins the game), after you leave game with host you must directly leave the game with the leecher before you get kicked by the game automatic.
- Then you can resume game with both accounts and turn in the adria quest (only this time)
Just confused in general with getting this set up properly to work.
i dont get how anyone gets past the process id part. is the script supposed to auto change the names of the windows or do i have to do it.
tried your second script, here result:
Both characters in game,
after setup screens,
Host opened friend list, leecher was at top of the list, it didnt invite.
then Leecher started move to a bit south from start point
then it stucked again.
got my problem working. I have 2 folders of diablo and it bugs out if i try to open the same copy twice so to keep track i renamed one of the diablo.exe but your renaming thing only works if you have 2 process of "diablo III.exe" running.
but now that that is out of the way running the bot does not really work that well. it cant detect if friends list is open. it just opens the social window clicks nothing then opens the system menu in both windows and hangs there.
what desktop resolution are you guys on atm?
Windows 7 64bit on 1080p resolution.. Both my d3 are in window mode and shrinked to smallest size.
I find that instead of following the whole host and leech join scheme on post 1. It works better if you do the following:
(host) - make act 2 quest 8 part 3
(host) - create game
(host) - take the SOUTH path in terminus to enter the chamber and kill Kulle (South path will not hit checkpoint)
(host) - grab soul stone
(host) - go back to terminus and instantly teleport town / quit game
(host) - resume game
(leech) -resume any act 2 quest
Start the script, initialize the 2 windows and click start.
The only problem I find is that sometimes the script bugs bnet and your character misses a quest. Pretty sure this can be made more efficient if you play around with the delays setup.
i dont think this bot has delays instead he has it to search a pixel on where the bot is supposed to be aka if u are waiting to leave a game to resume it searches for pixel that is only on that screen so it will auto the next step as soon as your computer loads it. i think anyways.
but basically nothing really is working for me. I opened up the script and
If Hex(FFGetPixel(649, 9, 6) = "1E0D08" Then ; Checks if friendlist is open on host
at the pixel 649,98 should be inside the friends list window as thats what it is checking for but i checked and it is like 1 CM above the friendslist window. my d3 window is as small as it can get. what am I doing wrong. I could probably redo every single coordinate but i just dont get how it works for others and not me.
what is the ,6 btw?
Some stuck problems coming up if the coordinates/pixels are a little bit false. Actually i don't now why the pixel color is different (some people have the same, but other have another color for a coordinate).
If you would like to change the coordinates/color by self here is a script to read ControlCoordinates (only the coordinates in game window):
How it works:#include <Misc.au3>
#include <Array.au3>
#include <GuiComboBox.au3>
#include "FastFind.au3"
AutoItSetOption ( "MouseCoordMode", 2)
Global $winTitle = "Diablo III #11704" ; Change this to D3 window name to attach to it
Global $hWnd = WinGetHandle($winTitle)
While (WinExists($winTitle))
local $mousePos = MouseGetPos()
FFSnapShot(0, 0, 0, 0, 0, $hWnd)
$a = Hex(FFGetPixel($mousePos[0], $mousePos[1]), 6)
ToolTip("MousePos[" & $mousePos[0] & ", " & $mousePos[1] & "]" & @CRLF & _
"Color: " & $a, 0, 0)
sleep(50)
WEnd
Search a pixel that would not change - for example a error box, if they pop up in the center of window is a "black/grey" field - use eventually this point for get the color. Or the title bar from the window. Then make a screenshot (or write it down on a letter) and change it in the script.
I'm on a vacation now until friday - i hope FinnX or another person can help, sorry for that. If the exploit would not fixed by blizz i try to fix a few issues at saturday.
Have a nice week, guys.
Last edited by Nachto; 07-02-2012 at 01:09 AM.