• 0

    posted a message on Show you how to double your damage and relax your eyes and hands!!!!

    Im a chinese Diablo3 player and My English is terrible.Excuse me.

    http://www.diablofans.com/forums/diablo-iii-class-forums/crusader-the-church-of-zakarum/163507-im-a-chinese-player-and-i-found-a-good-idea-to

    In above thread ,I posted a video to show you how to use the potion to trigger the Belt at the physical element time,you can see that i indeed clears a GR70 without ever using Bombardment (it's only on my bar to get the barrels rune) other than from the belt, but it seems like not get many concentrations .

    So,I make another video to show how i use a vbscript to take advantage of the physical element to double my damage.

    Here is the vbscript:


    t0=Timer
    Set objShell = CreateObject("Wscript.Shell")
    Do while(objShell.Appactivate("notepad")=false)
    t=(Timer-t0)*1000 mod 16000 't is the time of flash element start

    if t<100 then 'time correction
    objShell.SendKeys "{ }"
    end if
    if t>11000 and t<11100 then 'use a potion
    objShell.SendKeys "{Q}"
    WScript.Sleep 100
    objShell.SendKeys "{Q}"
    end if
    if t>2000 and t<2200 then 'cast Iron Skin
    objShell.SendKeys "{2}"
    WScript.Sleep 100
    objShell.SendKeys "{2}"
    WScript.Sleep 100
    objShell.SendKeys "{2}"
    end if
    if t>3000 and t<3200 then 'Bombardment
    objShell.SendKeys "{3}"
    WScript.Sleep 100
    objShell.SendKeys "{3}"
    WScript.Sleep 100
    objShell.SendKeys "{3}"
    end if
    if t>3900 and t<4100 then 'Akarat's Champion
    objShell.SendKeys "{4}"
    WScript.Sleep 100
    objShell.SendKeys "{4}"
    WScript.Sleep 100
    objShell.SendKeys "{4}"
    end if
    WScript.Sleep 30
    Loop
    msgbox "over"


    Here is the videos

    https://www.youtube.com/embed/CxxlfYU-Nm0

    http://v.youku.com/v_show/id_XMTQ5NDAyNjUwNA==.html use this link for a copy

    Posted in: Crusader: The Church of Zakarum
  • To post a comment, please or register a new account.