ok i have it picking up tomes now, i haven't tested it much further and i didn't clean the code up
Code:Func tome() $gX = 0 $gY = 0 $Start = 0 ;variables are all set, now onto the scan. $start = _ImageSearchArea('C:\Users\Chris\Desktop\tome.png',1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,120) While $start = 1 MouseMove($gX,$gY,3) Sleep(100) MouseClick("left",$gX,$gY) Sleep(1200) $start = _ImageSearchArea('C:\Users\Chris\Desktop\tome.png',1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,120) WEnd EndFunc
And a working image of 'uare' which works better then the whole word
PasteBin
i left the original headers to place credit where its needed,
and posted this if anyone is interested in what i've done to the original code
Last edited by goofinator; 06-09-2012 at 06:46 PM. Reason: Added Pastebin
I'm having a problem with resuming after a death.
If I die, it successfully recognizes that and logs me out, then resumes but after the Resume it will Logout again at the spawn-point immediately, then it will try to click the Resume game button too quickly and continue with the script. This puts me in a menu loop and ends up with the banner screen.
I've tried to extend some of the timers I thought were the right one but I can't seem to find the correct timer.
Thanks for any help.
(Maybe got it figured out- I had Close All Windows remapped in my settings so that might have thrown off the Window Check)
Last edited by orion0212; 06-09-2012 at 06:56 PM.
is there a 1980x1020 16:9 widescreen script available?
cant seem to get widescreen off..
Yea should work. I made the tome and quare one already but did the function a little different. Are you seeing that your script accidently picks up a blue next to the gem instead of the actual gem? Can't figure out why I am having this issue.
Haven't had any problem like that, i dropped a bunch of tomes and gems on the ground and ran just the CheckLoot part of the script and it picked up everything, so i think all of that is working fine, as far as the script not working for you i'm not sure, its not my code i'm just playing around with it to get it working on my computer and thought i'd share some info.
I'm running this on win7 64 bit, 1920x1080, fullscreen windowed. When I start script, the mouse moves but it never joins a game... Looks like the resolution isnt right, but i KNOW my desktop and my game resolution are 1920x1080. Any one had this issue?
Really good shit! Many +++++++++
@goofinator i am going to try your code
can you also modify it to pick up pages as well ? thank you . like jewelcraft page
Does anyone know if I can move the mouse automatically in D3 and autoit will record my actions in the script?
I've got wormhole working great but trying to put it into the script.