Advertising
- Stuff
- Saturday, August 18th, 2012 at 12:41:34am MDT
- ;********************************
- ;* Damage Inc Darkfall Macro *
- ;* Version: alpha (v2012-06-24) *
- ;* Author: w0rm *
- ;********************************
- ; <INCLUDES>
- #Include damageInc/wepswap.ahk
- ;*****************
- ;* <ENVIRONMENT> *
- ;*****************
- #SingleInstance,Force
- #MaxThreads 2
- #NoEnv
- SendMode Input
- SetWorkingDir %A_ScriptDir%
- ;*******************
- ;* <CONFIGURATION> *
- ;*******************
- ; Special attack cooldown? -1 if you don't want to use special attacks
- ; If not using special attacks, you may opt to use food in spot 2 and/or 3 instead,
- ; but with clan town stamina regain bonus you don't really need it.
- ;special1 := 12000 ; 12000 seems to work for GS whirlwind
- ;special2 := 19000 ; 19000 seems to work for GS disabling blow
- ; Use Sacrifice?
- ;sacrifice := true
- ; How long does your Ironskin last? -1 if you don't want to cast Ironskin, 0 if you want to cast ironskin every time
- ;ironskin := 0
- wep_state := ""
- wep_unsh := ""
- sprint := "0"
- nextheal := "1"
- destX = ""
- destY = ""
- ;*************
- ;* <HOTKEYS> *
- ;*************
- ; Darkfall Online only
- #IfWinActive Darkfall Online
- ~h::
- Sleep, 50
- Sleep, 200
- Send, ^u
- Sleep, 200
- Return
- ~n::
- Sleep, 250
- Send, ^u
- Return
- ~>^n::
- Sleep 600
- Send, ^5
- Sleep, 100
- Send, ^u
- Return
- ; toggle sprint
- */::Send {/ down}
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.