has any1 been able to get xp in hell for this. I am not getting anything
has any1 been able to get xp in hell for this. I am not getting anything
y it no work. I changed the pixel locations to approximate 1280x1024 values. I didn't know how to tell where the PixelGetColor was supposed to be looking for that pixel, so I grabbed a nearby one and instead got my own value from a screen shot, but the conditional is either not returning true or is not ever running. I don't see what could be wrong so could some one help me please?Code:HotKeySet("{END}", "close") ;Ends script. While 1 WinWaitActive("Diablo III") Sleep(100) ;Pauses for 100ms which is 1/10 a second ;Pausing while the user loads and after refresh. If Hex(PixelGetColor(567, 797)) = 0x54483A Then ;If in character menu. MouseClick("Left", 175, 395, 1) ;The coordinates for your resume game button.
Thanks in advance.
A. Open notepad and copy in script text
B. Save notepad file as name.AU3
C. Run script (no need to compile)
* make sure that Autoit is set to run as Administrator if your Windows 7 ( Right click on Run Script (x64) and go to Compatibility Tab and check mark Run this program as administrator, you can find this in the Start Menu or Program Files Autoit directory )
D. Quickly switch to minimized game at full screen at designated res and try to line up mouse with the auto movement.
For Wizzard Frost Nova take Blizzard it slows and it´s better so no need to change the script
Could somebody make script for me for this? It doesnt have to use any ability or whatever. My resolution is 1280x1024, im monk, and all other scripts weren't working for me. ^^ Thanks!
On my wizard, I've just been using Archon + Rune of Arcane Destruction to clear it really fast. I just pop diamond skin, run into the middle of the group and pop into Archon mode which instantly kills most of them. After that I just finish off the smaller ones and run out and restart. I'm doing this one nightmare and I'm actually around the level range for this so your mileage may vary trying to do it this way in other situations.
1-54 in about 5 hours so far with a Wizard. This trick is really good but probably slightly slower than Kulle runs as you approach 60. I recommend finding some Vit/Exp gear from the AH or just shop vendors until you find some. I got around 150xp/kill total which is around 1500-1700xp bonus per run depending on how many monsters you kill. Most importantly, put the highest level Ruby you can in your helm for increased XP % per kill.
Be sure to use a damaging skill right before the catapult shot lands so that you can get the combo bonus and massacre bonus. As a Wizard in Hell you can use Time Stop + Bone Chill to make sure all of the monsters die to the catapult. Be sure to always use Diamond Skin to group up the monsters so that you get at least 11-kill bonus every game. If you have a travel skill (e.g., Teleport w/ Wormhole) use it to get back to the door faster after everything dies. Obviously I've been doing this as a Wizard but if you can think of any other class-specific skills that can speed up the runs in any way be sure to try it.
Last edited by Tomed; 05-26-2012 at 11:32 AM.
Calculate the pixel coords.
(x, y) 1920 x 1080
x/1920*1280
y/1080* 1024
You can doCode:MouseClick("left", 1587, 878) Sleep(2000) MouseClick("right", 1717, 852) Sleep(2000) MouseClick("left", 299, 35) Sleep(4000) Send("{Escape}") MouseClick("left", 956, 579) Sleep(3000) MouseClick("left", 230, 416) Sleep(6000)Code:MouseClick("left", 1587, 878) Sleep(2000) MouseClick("right", 1717, 852) ; where your ability is used, use these coords Sleep(100) MouseClick("left", 299, 35) ; find the coordinate that will put you back to the first click (1587, 878) it won't be 1587, 878, because that's screen coords, not actual Sleep(2000) MouseClick("left", 299, 35) Sleep(4000) Send("{Escape}") MouseClick("left", 956, 579) Sleep(3000) MouseClick("left", 230, 416) Sleep(6000)
That doesn't quite work...
EDIT: I don't know the double post policy so I'm editting this instead.
I found this on another website:
andCode:$Random1 = Random( 1000, 3000, 1 );first random delay between joining $Random2 = Random( 8000, 8600, 1 );second random delay after joining $Random3 = Random( 2100, 2600, 1 );delay whileitruns $Random4 = Random( 4200, 5600, 1 );delay after bomb hits? $Random5 = Random( 500, 1000, 1 );.5-1sec random delay $Random6 = Random( 15000, 17000, 1 );15-17 sec random delay after exiting $Random7 = Random( 500, 1500, 1 )
There's obviously more to the code, but I find it a good idea to have those random values applied to the clicks. Iunno...Code:MouseClick("left",Random(78,385,1),Random(398,437,1)) ;clicks resume game random spot Sleep($Random2) ;second random delay MouseClick("left",Random(1389,1524,1),Random(841,851,1));clicks half way sleep(1000) MouseClick( "left", 1597, 1021 ) ;clicks BACK Sleep($Random3) send("1") Sleep($Random4) send("{ESCAPE}") Sleep($Random5) MouseClick("left",Random(803,1114,1),Random(559,594,1))
Last edited by SH4D0WS1N; 05-26-2012 at 12:05 PM.
The earlier script I posted is for 1440x900. Here is my updated script for Hell mode on a DH. I have it set to use twin chakrams on right click for damage and the pushback arrow rain ability on 4 to keep monsters pushed back. I have smoke bomb on 1 just for protection. And I have the timer set to wait 16 seconds after leaving game to resume so that if I die the script will continue running.
The script takes about 50% longer to run than if I hit resume immediately, but it makes it completely AFKable. Even if you die it will continue. If you watch your computer frequently, you can change it to around 5 seconds or so.
F1 to start, comma to stop,
Code:WinWait, Diablo III, WinWaitActive, Diablo III, f1:: settimer, farm, 1 return ':: settimer, farm, off return farm: Sleep, 1000 MouseClick, left, 201, 342 Sleep, 6000 Send, {SPACE}{SPACE}{SPACE} Sleep, 800 MouseClick, left, 1385, 767 Sleep, 2000 Send {4} Send {1} MouseClick, right, 1301, 655 Sleep, 500 MouseClick, right, 1301, 655 Sleep, 500 MouseClick, right, 1301, 655 Sleep, 500 MouseClick, right, 1301, 655 Sleep, 500 MouseClick, right, 1301, 655 Sleep, 500 MouseClick, right, 1301, 655 Sleep, 500 MouseClick, right, 1301, 655 Sleep, 500 MouseClick, right, 1301, 655 Sleep, 500 MouseClick, right, 1301, 655 Sleep, 500 Send {1} MouseClick, left, 293, 187 Sleep, 2000 MouseClick, left, 446, 203 Sleep, 2000 Send, {ESC} MouseClick, left, 702, 471 Sleep, 16000 return
Started with a level 1 Barbarian, now 22 in about an hour, so works great, what I do as barb is a little different to what ranged would do probably.
Uploaded with ImageShack.us
Run all the way in with the guard guy, tryed hanging back but sometimes the mobs would spread out and not all would get hit by the blast, and I can't do damage for bonus exp.
Then I use Ground Stomp with Wrenching Smash rune (range and pull in) and Leap out max range to door and sprint (if I took any damage), just as he yells "Watch out!" so I don't get hit by fire.
Get 11-14 kills every time + bonus for multi kill (only with the rune tho!! normal stun won't give bonus!)
Use full +exp gear in every slot and best Ruby in helm you can get (payed 250 gold in AH for a +exp helmet with socket lol).
I found this way to work best, it takes me an extra 2-3 seconds to run to the door, but I always get 11-14 kills + bonus![]()
Last edited by Konfucjusz; 05-26-2012 at 01:46 PM.
Can someone make an AHK script for hell on a Wizard? The previous one keeps running out but the mobs don't die. Looks like I need the wizard to help with damage. It would be much appreciated!
would someone be willing to help me unlock this quest on nightmare?