it's the damage over melee monsters option from items![]()
hehe, when im trying this the count doesn't get much above 10 before resetting.
No working. I'm lvl 53 and get no xp at all.
Works 100%. GG abcqq.
AFK Exp Free. If you find another way to gain more xp, i will give you a kiss ! Thx
works great. doing hell mode with 1500 thorns and 1300 life regen 10k armor. Tip for barbs, grab both armor passive and the pound for flesh and get like 5 pickup radius if you are struggling a little. Also I lured over 3-4 archers as well as 2 spider towers.
NM mode:
275 thorns. (might be a bit high)
1838 life per second. (overkill)
little trick: get armor with ignore durability loss. That way repairs don't kill you after a few hours.
can anyone help me with this macro thing?
Does any here actually see the massacre popup?
#RequireAdmin
#NoTrayIcon
Global $ApplicationName = "D3Helper"
Global $winTitle = "Diablo III"
Global $hWnd = WinGetHandle($winTitle)
Global $DoParagonLeveling =false
If _Singleton($ApplicationName & ".exe", 1) = 0 Then
MsgBox(0, "[" & $ApplicationName & "]", $ApplicationName & ".exe läuft bereits.")
Exit
Endif
HotKeySet("{F8}","SwitchParagonLevelingMode")
Func ParagonLevel()
while($DoParagonLeveling)
ControlSend("Diablo III","","","{3}")
Sleep(45500)
Wend
EndFunc
Func SwitchParagonLevelingMode()
$DoParagonLeveling= Not $DoParagonLeveling
ParaGonLevel()
EndFunc
should work with a minimized window now.
Last edited by Akku21; 08-31-2012 at 12:54 PM.
Just an small tip for the macro, you can send keys to the game even if its minimized. You will need:
1. Set Diablo 3 in windowed mode. (Dont know if its necessary at all).
2. Focus the minimized screen control with the autoit focus window function.
3. Send keys with ControlSend function which directly passes the keys to the minimized focused window.
This way you can minimize Diablo 3 without having to worry about running a vmware or about Warded detecting the game is running in a vmware/sandbox.
Didnt test it but seems to be the best way to set the loop macro.
Thanks for the trick, +rep![]()
Can someone write a detailed version of this. Very very useful I got most of the items/bonus exp down.
I run act 3 fast as hell, but I would rather lazy afk it. Currently paragon level 21 after the first 3 days. I haven't been active ever since due 2 college starting up would just love to afk it.
I know how to use a macro and all that, but need minor detail
Q's
- Where this works most efficiently?
- Able to work in inferno?
- Would bonus exp+ Gear in hell be better then using a bonus exp 31% helm + Leorics signet in inferno?
- Pro's & Con's -> Clearing Act 3 fully in less then 40minutes or Using this afk method!
+Rep for OP & User who can answer these questions.