49 pages here and 10 on another site yet nobody has been able to make this work for 800x600 or even windowed mode.
49 pages here and 10 on another site yet nobody has been able to make this work for 800x600 or even windowed mode.
does anyone know how to add a reset loop to the autoit script on death? for example... if you start the run and half way in... you die... the func
will cancel the while loop (start run) and exit the game then rejoin again and restarts the script from the top.... does anyone know how to do this and if so can you add the func script here? thanks...Func CheckDead()
$Pixeltest = PixelGetColor(Round(740*$x_ratio), Round(850*$y_ratio))
If Hex($Pixeltest, 6) == "0C0404" OR Hex($Pixeltest, 6) == "310000" Then
$NumbersOfDeath += 1
Sleep(100)
Send("{Escape}")
Sleep(10)
MouseClick("left", Round(956*$x_ratio),Round(579*$y_ratio)) ;button to leave game
Sleep(14000)
Send(".")
Sleep(50)
MouseClick("left",Round(1082 *$x_ratio),Round(635 * $y_ratio)) ;Close quit game menu
Sleep(50)
MouseClick("left", Round(230*$x_ratio),Round(416*$y_ratio)) ;button to resume game from main menu
Sleep(8000)
$Flag = True
Else
$Flag = False
Sleep(500)
EndIf
Return $Flag
EndFunc
I am currently using the modified one for the wizard. I'm having a problem that many others seem to be having. Since this is the original code that was used for the wizard I figured someone here could help. After I die and the bot leaves the game the next time he rejoins the mouse will click to the left right about where the "RESUME" button is. When this happens I die again because it sends me straight into the mobs. It is like the bot doesn't know it has already hit RESUME and entered me in a game and then tries again only to send me to my doom. I have tried to change several of the sleep times a little but to no avail. Any help would be appreciated and I will certainly take it back to the wizard forum to help out the others struggling with this problem.
Every once in a while the game chances and switchs over so when i log out and log back in, i appear next to Leeah instead of appearing at the last check point
does anyone know what needs to be altered to fix this ?
Awesome script, it's really useful, but I have a problem. After I kill Sarkoth, instead of attacking the other 2 guys, the script just makes me walk up and pick up the the gold, which obviously gets me killed. Any idea why it's skipping the two mobs?
does it work for 1600x900 cuz i cant use it
Just want to say thanks to mackus101 for developing the script that started it all!
I have incorpared it into a wizard wormhole build.
http://www.ownedcore.com/forums/diab...mackus101.html
im using 1600x900 16:9 full widescreen mode and it doesnt work for me. the script starts up fine and gets me into the game at the checkpoint, but when it runs to check if the dank cellar it falls up a couple inches short, the mouse cursor scans over the wooden door of the house to the right of the dank cellar. not sure why its doing this -.- any ideas? do i need a certain amount of mobility? or none at all? idk is there any way i can fix this? ive been trying to tweak it for several hours now xD
Tell a point on the map where you want to come running. You can map screen, if not difficult.
well currently the cursor goes to the wooden door as i've said, here's a screenshot as to where it goes
then right from there it goes down and teleports out (even when the dank cellar is there, as u can see in this screenshot)
idk what im doing wrong. i know im a wiz but im using the script from the wiz thread which was said to be the same script ( http://www.ownedcore.com/forums/diab...mackus101.html ) . it doesnt get to the cellar correctly and it doesnt repair correctly >< idk what im doing wrong im on 1600x900 16:9 fullscreen windowed... any help or direction to what script i should be using would be greatly appreciated (idk how to post the exact script im using ><)
Last edited by ajbram187; 06-10-2012 at 01:40 PM.
Hey guys... I tried out the script and for the life of me I can't get it to work.
I'm at 1920x1080 fullscreen windowed
Before I start the script here's what I do:
Go to the waypoint
TP to town
alt-tab so i can get to the script file then run script
click back on Diablo where I'm at the town with the portal
I click the portal so I'm back at the waypoint
I hit =
Then... weirdness.
At the waypoint with the script enabled, my toon goes left a bit, then shoots a bit then travels down and then TPs to town. I don't get anywhere near the cellar door. Can someone maybe walk me through this or tell me what i'm doing wrong?
it would appear (unless I'm gravely mistaken) that just recently (last 30 minutes of so), blizzard has removed the checkpoint in the game... can anyone confirm this? I am unable to use the script because the checkpoint doesn't catch for me...
where do I put the Pics folder?
well im just using legacy of cain quest at the beginning
so i went to the waypoint then went left then save my checkpoint
i didnt went close to leah so i wont get a checkpoint from the town
but in order to do that u need to use the merchant at the upper left for repairs (u might need to edit the code by urself which i did)
cause if u will use the merchant beside cains house at the right u will pass through leah and save a checkpoint(and it will screw the whole process)
i also edited the sleep(time) for every click,buttons and etc cause it will vary on how ur PC loads and i wanted my character to dodge and save more time
thank you !!